Shades of Heliotrope #D66DFF
Tints of Heliotrope #D66DFF
RGB
CMYK
RGB Variations
Color information
#D66DFF (or 0xD66DFF) is known color: Heliotrope. HEX triplet: D6, 6D and FF. RGB value is (214,109,255). Sum of RGB (Red+Green+Blue) = 214+109+255=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 109 (42.97% from 255 or 18.86% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #D66DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66DFF is #299200. Grayscale: #9C9C9C. Windows color (decimal): -2724353 or 16739798. OLE color: 16739798.
HSL color Cylindrical-coordinate representation of color #D66DFF: hue angle of 283.15º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D66DFF is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 109 | 255 | - |
| CMYK | 0.16 | 0.57 | 0 | 0 |
| HSL | 283.15º | 1% | 0.71% | - |
| HSV(B) | 283.15º | 0.57% | 1% | - |
| XYZ | 51.25 | 32.45 | 98.17 | - |
| YUV | 157.04 | 183.29 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 109 | 255 | 0.16 | 0.57 | 0 | 0 | 283.15 | 1 | 0.71 |
| Hex | D6 | 6D | FF | 10 | 39 | 0 | 0 | 11B | 64 | 47 |
| Octal | 326 | 155 | 377 | 20 | 71 | 0 | 0 | 433 | 144 | 107 |
| Binary | 11010110 | 1101101 | 11111111 | 10000 | 111001 | 0 | 0 | 100011011 | 1100100 | 1000111 |
Color Harmonies of #D66DFF
Complementary color
Monochromatic Colors of #D66DFF
Black with #D66DFF
Text Example
Text Example
White with #D66DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66DFF; }
p { color: rgb(214,109,255); }
H1.HeaderClassName
{
color: #D66DFF;
}
.AnyTagClassName
{
color: #D66DFF;
}
</style>
background-color css
<style>
a { background-color: #D66DFF; }
a { background-color: rgb(214,109,255); }
div.DivClassName
{
background-color: #D66DFF;
}
.BgClassName
{
background-color: #D66DFF;
}
</style>
border-color css
<style>
span { border-color: #D66DFF; }
span { border-color: rgb(214,109,255); }
td.TdClassName
{
border-color: #D66DFF;
}
.TagClassName
{
border-color: #D66DFF;
}
</style>