Shades of Heliotrope #D26AF2
Tints of Heliotrope #D26AF2
RGB
CMYK
RGB Variations
Color information
#D26AF2 (or 0xD26AF2) is known color: Heliotrope. HEX triplet: D2, 6A and F2. RGB value is (210,106,242). Sum of RGB (Red+Green+Blue) = 210+106+242=558 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.63% from 558); Green value is 106 (41.80% from 255 or 19.00% from 558); Blue value is 242 (94.92% from 255 or 43.37% from 558); Max value from RGB is 242 - color contains mainly: blue. Hex color #D26AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D26AF2 is #2D950D. Grayscale: #989898. Windows color (decimal): -2987278 or 15887058. OLE color: 15887058.
HSL color Cylindrical-coordinate representation of color #D26AF2: hue angle of 285.88º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D26AF2 is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 106 | 242 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.05 |
| HSL | 285.88º | 0.84% | 0.68% | - |
| HSV(B) | 285.88º | 0.56% | 0.95% | - |
| XYZ | 47.76 | 30.42 | 87.36 | - |
| YUV | 152.6 | 178.46 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 242 | 0.13 | 0.56 | 0 | 0.05 | 285.88 | 0.84 | 0.68 |
| Hex | D2 | 6A | F2 | D | 38 | 0 | 5 | 11E | 54 | 44 |
| Octal | 322 | 152 | 362 | 15 | 70 | 0 | 5 | 436 | 124 | 104 |
| Binary | 11010010 | 1101010 | 11110010 | 1101 | 111000 | 0 | 101 | 100011110 | 1010100 | 1000100 |
Color Harmonies of #D26AF2
Complementary color
Monochromatic Colors of #D26AF2
Black with #D26AF2
Text Example
Text Example
White with #D26AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26AF2; }
p { color: rgb(210,106,242); }
H1.HeaderClassName
{
color: #D26AF2;
}
.AnyTagClassName
{
color: #D26AF2;
}
</style>
background-color css
<style>
a { background-color: #D26AF2; }
a { background-color: rgb(210,106,242); }
div.DivClassName
{
background-color: #D26AF2;
}
.BgClassName
{
background-color: #D26AF2;
}
</style>
border-color css
<style>
span { border-color: #D26AF2; }
span { border-color: rgb(210,106,242); }
td.TdClassName
{
border-color: #D26AF2;
}
.TagClassName
{
border-color: #D26AF2;
}
</style>