Shades of Heliotrope #D266ED
Tints of Heliotrope #D266ED
RGB
CMYK
RGB Variations
Color information
#D266ED (or 0xD266ED) is known color: Heliotrope. HEX triplet: D2, 66 and ED. RGB value is (210,102,237). Sum of RGB (Red+Green+Blue) = 210+102+237=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 102 (40.23% from 255 or 18.58% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #D266ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D266ED is #2D9912. Grayscale: #959595. Windows color (decimal): -2988307 or 15558354. OLE color: 15558354.
HSL color Cylindrical-coordinate representation of color #D266ED: hue angle of 288º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D266ED is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 102 | 237 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.07 |
| HSL | 288º | 0.79% | 0.66% | - |
| HSV(B) | 288º | 0.57% | 0.93% | - |
| XYZ | 46.62 | 29.32 | 83.32 | - |
| YUV | 149.68 | 177.28 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 237 | 0.11 | 0.57 | 0 | 0.07 | 288 | 0.79 | 0.66 |
| Hex | D2 | 66 | ED | B | 39 | 0 | 7 | 120 | 4F | 42 |
| Octal | 322 | 146 | 355 | 13 | 71 | 0 | 7 | 440 | 117 | 102 |
| Binary | 11010010 | 1100110 | 11101101 | 1011 | 111001 | 0 | 111 | 100100000 | 1001111 | 1000010 |
Color Harmonies of #D266ED
Complementary color
Monochromatic Colors of #D266ED
Black with #D266ED
Text Example
Text Example
White with #D266ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D266ED; }
p { color: rgb(210,102,237); }
H1.HeaderClassName
{
color: #D266ED;
}
.AnyTagClassName
{
color: #D266ED;
}
</style>
background-color css
<style>
a { background-color: #D266ED; }
a { background-color: rgb(210,102,237); }
div.DivClassName
{
background-color: #D266ED;
}
.BgClassName
{
background-color: #D266ED;
}
</style>
border-color css
<style>
span { border-color: #D266ED; }
span { border-color: rgb(210,102,237); }
td.TdClassName
{
border-color: #D266ED;
}
.TagClassName
{
border-color: #D266ED;
}
</style>