Shades of Heliotrope #D96EEC
Tints of Heliotrope #D96EEC
RGB
CMYK
RGB Variations
Color information
#D96EEC (or 0xD96EEC) is known color: Heliotrope. HEX triplet: D9, 6E and EC. RGB value is (217,110,236). Sum of RGB (Red+Green+Blue) = 217+110+236=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 110 (43.36% from 255 or 19.54% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #D96EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96EEC is #269113. Grayscale: #9B9B9B. Windows color (decimal): -2527508 or 15494873. OLE color: 15494873.
HSL color Cylindrical-coordinate representation of color #D96EEC: hue angle of 290.95º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D96EEC is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 110 | 236 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.07 |
| HSL | 290.95º | 0.77% | 0.68% | - |
| HSV(B) | 290.95º | 0.53% | 0.93% | - |
| XYZ | 49.33 | 31.96 | 82.93 | - |
| YUV | 156.36 | 172.95 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 110 | 236 | 0.08 | 0.53 | 0 | 0.07 | 290.95 | 0.77 | 0.68 |
| Hex | D9 | 6E | EC | 8 | 35 | 0 | 7 | 123 | 4D | 44 |
| Octal | 331 | 156 | 354 | 10 | 65 | 0 | 7 | 443 | 115 | 104 |
| Binary | 11011001 | 1101110 | 11101100 | 1000 | 110101 | 0 | 111 | 100100011 | 1001101 | 1000100 |
Color Harmonies of #D96EEC
Complementary color
Monochromatic Colors of #D96EEC
Black with #D96EEC
Text Example
Text Example
White with #D96EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96EEC; }
p { color: rgb(217,110,236); }
H1.HeaderClassName
{
color: #D96EEC;
}
.AnyTagClassName
{
color: #D96EEC;
}
</style>
background-color css
<style>
a { background-color: #D96EEC; }
a { background-color: rgb(217,110,236); }
div.DivClassName
{
background-color: #D96EEC;
}
.BgClassName
{
background-color: #D96EEC;
}
</style>
border-color css
<style>
span { border-color: #D96EEC; }
span { border-color: rgb(217,110,236); }
td.TdClassName
{
border-color: #D96EEC;
}
.TagClassName
{
border-color: #D96EEC;
}
</style>