Shades of Heliotrope #D666ED
Tints of Heliotrope #D666ED
RGB
CMYK
RGB Variations
Color information
#D666ED (or 0xD666ED) is known color: Heliotrope. HEX triplet: D6, 66 and ED. RGB value is (214,102,237). Sum of RGB (Red+Green+Blue) = 214+102+237=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 102 (40.23% from 255 or 18.44% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #D666ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D666ED is #299912. Grayscale: #969696. Windows color (decimal): -2726163 or 15558358. OLE color: 15558358.
HSL color Cylindrical-coordinate representation of color #D666ED: hue angle of 289.78º 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 #D666ED is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 102 | 237 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.07 |
| HSL | 289.78º | 0.79% | 0.66% | - |
| HSV(B) | 289.78º | 0.57% | 0.93% | - |
| XYZ | 47.77 | 29.91 | 83.38 | - |
| YUV | 150.88 | 176.61 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 237 | 0.10 | 0.57 | 0 | 0.07 | 289.78 | 0.79 | 0.66 |
| Hex | D6 | 66 | ED | A | 39 | 0 | 7 | 122 | 4F | 42 |
| Octal | 326 | 146 | 355 | 12 | 71 | 0 | 7 | 442 | 117 | 102 |
| Binary | 11010110 | 1100110 | 11101101 | 1010 | 111001 | 0 | 111 | 100100010 | 1001111 | 1000010 |
Color Harmonies of #D666ED
Complementary color
Monochromatic Colors of #D666ED
Black with #D666ED
Text Example
Text Example
White with #D666ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D666ED; }
p { color: rgb(214,102,237); }
H1.HeaderClassName
{
color: #D666ED;
}
.AnyTagClassName
{
color: #D666ED;
}
</style>
background-color css
<style>
a { background-color: #D666ED; }
a { background-color: rgb(214,102,237); }
div.DivClassName
{
background-color: #D666ED;
}
.BgClassName
{
background-color: #D666ED;
}
</style>
border-color css
<style>
span { border-color: #D666ED; }
span { border-color: rgb(214,102,237); }
td.TdClassName
{
border-color: #D666ED;
}
.TagClassName
{
border-color: #D666ED;
}
</style>