Shades of Heliotrope #D266F2
Tints of Heliotrope #D266F2
RGB
CMYK
RGB Variations
Color information
#D266F2 (or 0xD266F2) is known color: Heliotrope. HEX triplet: D2, 66 and F2. RGB value is (210,102,242). Sum of RGB (Red+Green+Blue) = 210+102+242=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 102 (40.23% from 255 or 18.41% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: blue. Hex color #D266F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D266F2 is #2D990D. Grayscale: #959595. Windows color (decimal): -2988302 or 15886034. OLE color: 15886034.
HSL color Cylindrical-coordinate representation of color #D266F2: hue angle of 286.29º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D266F2 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 102 | 242 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.05 |
| HSL | 286.29º | 0.84% | 0.67% | - |
| HSV(B) | 286.29º | 0.58% | 0.95% | - |
| XYZ | 47.36 | 29.62 | 87.22 | - |
| YUV | 150.25 | 179.78 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 242 | 0.13 | 0.58 | 0 | 0.05 | 286.29 | 0.84 | 0.67 |
| Hex | D2 | 66 | F2 | D | 3A | 0 | 5 | 11E | 54 | 43 |
| Octal | 322 | 146 | 362 | 15 | 72 | 0 | 5 | 436 | 124 | 103 |
| Binary | 11010010 | 1100110 | 11110010 | 1101 | 111010 | 0 | 101 | 100011110 | 1010100 | 1000011 |
Color Harmonies of #D266F2
Complementary color
Monochromatic Colors of #D266F2
Black with #D266F2
Text Example
Text Example
White with #D266F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D266F2; }
p { color: rgb(210,102,242); }
H1.HeaderClassName
{
color: #D266F2;
}
.AnyTagClassName
{
color: #D266F2;
}
</style>
background-color css
<style>
a { background-color: #D266F2; }
a { background-color: rgb(210,102,242); }
div.DivClassName
{
background-color: #D266F2;
}
.BgClassName
{
background-color: #D266F2;
}
</style>
border-color css
<style>
span { border-color: #D266F2; }
span { border-color: rgb(210,102,242); }
td.TdClassName
{
border-color: #D266F2;
}
.TagClassName
{
border-color: #D266F2;
}
</style>