:
logo qtransform

  to  




#D26ADD color HEX code RGB, HSL, CMYK

COLOR CODE FOR HEXA COLOR #D26ADD
#D26ADD

   In a RGB color space, hex #D26ADD is composed of 82% red, 42% green and 87% blue.
RGB color code is composed of a hexadecimal D2 red (210/255), a 6A green (106/255) and a DD blue component (221/255). The decimal RGB color code is rgb(210,106,221)
In CMYK color space, it is composed of 5% cyan, 52% magenta, 0% yellow and 13% black.
It has a hue angle of 294.26o degrees, a saturation of 63% and a lightness of 64%.
Closest websafe color is: #cc66cc rgb (204, 102, 204).
twitter  facebook  whatsapp


Color conversion




#D26ADD
rgb(210,106,221)
=82%
from 255
42%
from 255
87%
from 255
=5
from 100
52
from 100
0
from 100
13
from 100
R: 210
red
G: 106
green
B: 221
blue
C: 5
cyan
M: 52
magenta
Y: 0
yellow
K: 13
black
Hexa colorRGB color chartCMYK color chart

Convert color


The hexadecimal color #D26ADD has RGB values of R:210, G:106, B:221 and CMYK values of C:5, M:52, Y:0, K:13. Its decimal value is 13789917.Binary code is 110100100110101011011101
In print we use cyan, yellow, magenta and black (CMYK) inks because usually we print on a white paper.

Hex colorD26ADD #D26ADD
RGB decimal210, 106, 221 rgb(210, 106, 221)
RGB %82, 42, 87 rgb(82%, 42%, 87%)
RGB Adobe186, 106, 217
CMYK %5, 52, 0, 13 5%, 52%, 0%, 13%
HSL294.26o, 63, 64 hsl(294.26o, 63%, 64%)
HSV (HSB)294o, 52%, 87% hsv(294o, 52%, 87%)
Web Safe color#cc66cc rgb (204, 102, 204)
XYZ44.784, 29.23 71.688
xyY0.31, 0.2, 29.23
Hunter-Lab54.06, 57.03, -45.39
CMY18%, 58%, 13%
Lab60.83, 53.78, -41.1
Binary color
D2 6A DD
11010010 1101010 11011101

Shades and tints of #D26ADD


A shade is achieved by adding black to original color on hue code.
A tint is created by mixing color with white.
Use the palette to pick a color or the sliders to set the RGB, HSV, CMYK components.
For example here: #2A152B is the darkest color, and: #F7E1F8 is the lightest one.

Tint color variation #D26ADD


Shade color variation


Tones of #D26ADD
A tone is produced by adding gray to any pure hue. In this case, #CA6CD4 is the less saturated color, and #9D78A1 is the most saturated one.


Alternatives to #D26ADD


Below, you can see some colors close to #D26ADD. Having a set of related colors can be useful if you need an inspirational alternative or other close colors to your original color choice.




Quick use #D26ADD


How to use this color on webpages, scripts or other programming languages using html, CSS, dhtml, JAVA, .NET, openGL, Swift, Xojo

Color of the text Background color example
Color of the text
Background color example

<font color="#D26ADD;">Text here</font>

<div style="background-color:#D26ADD;">Text here</div>



Color preview on black background Color preview on white background
color preview on black background
color preview on white background
HTML code

<div style="background-color:#000000"> <font color="#D26ADD;">Text here</font> </div>

HTML code

<div style="background-color:#FFFFFF; border: 1px dotted #999999;"> <font color="#D26ADD;">Text here</font> </div>



Div box shadow Text shadow css code
box shadow for color #D26ADD
text shadow css code
HTML code

<div style="background-color:#FFFFFF; box-shadow: 2px 2px 7px 1px #D26ADD;"></div>

CSS code

.box-shadow: 2px 2px 7px 1px;

CSS code

.text-shadow: 1px 2px 2px #D26ADD;



Box border html code Text shadow with RGB values for color #D26ADD
box border html code for color #D26ADD

text shadow with RGB values

HTML code

<div style="background-color:#FFFFFF; border:1px solid #D26ADD;"></div>

CSS code with RGB

.text-shadow: 0px 2px 2px rgba(210, 106, 221, 1.4);



Pre-formatted code D26ADD code for script / programming
HTML, CSS: = #D26ADD; rgb(210, 106, 221)
Java: = new Color(210, 106, 221)
.NET: = Color.FromArgb (210, 106, 221);
Xojo: = rgb (210, 106, 221, 0);
openGL: = glColor3f (0.82f, 0.42f, 0.87f);
Swift: = UIColor(red:0.82, green:0.42, blue:0.87, alpha:1.00000);
Objective-C: = [UIColor colorWithRed:0.82 green:0.42 blue:0.87 alpha:1.00000];


Color schemes with #D26ADD


Monochromatic color
monochromatic color scheme

Monochromatic color schemes are easy to create because they use only one color. Monochromatic schemes use different tones from the same angle on the color wheel (the same angle).Just change color saturation +10% and you have a new monocromatic color. On our case color: 52% has a #D26ADD saturation. Adding 52% + 10% = 62% saturation for our new color #AC46B8. Decreasing 52% - 10% = 42% saturation for other monochromatic color #F494FF.

Analogous color
analogous color scheme

Analogous color schemes are created by using colors that are next to each other on the color wheel. Just +/- 30o on sides of the color hue angle.

Complementary color
complementary color scheme
Complementary schemes are created by combining colors from opposite sides of the color wheel. Simple add 180 degrees to color hue / angle and you have the complementary color. On our case color: #D26ADD has a 294o angle. Adding 294o + 180o = 114oo for our new complementary color #76DE6A.

Split color
split color scheme

Compound schemes or split complementary schemens are almost the same as complementary schemes.
Instead of using colors that are opposites, it uses colors on both sides of the opposite hue angle.
On our case color: #D26ADD has a 294o angle. Adding 294o + 180o+30o = 144o for our first complementary color #6ADE99. Decreasing 294o + 180o-30o = 84o for the second complementary color #B0DE6A.

Tiradic color
tiradic color scheme

Triadic schemes are made up of hues/angles equally spaced around color wheel. Add and decrease +/- 120 degrees on both sides of the color hue angle.

Tetradic color
tetradic color scheme

Tetradic schemes are made up of hues/angles spaced around color wheel. Add 120,180,300 degrees on the color hue angle.