Shades of Heliotrope #D96EED
Tints of Heliotrope #D96EED
RGB
CMYK
RGB Variations
Color information
#D96EED (or 0xD96EED) is known color: Heliotrope. HEX triplet: D9, 6E and ED. RGB value is (217,110,237). Sum of RGB (Red+Green+Blue) = 217+110+237=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 110 (43.36% from 255 or 19.50% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #D96EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96EED is #269112. Grayscale: #9C9C9C. Windows color (decimal): -2527507 or 15560409. OLE color: 15560409.
HSL color Cylindrical-coordinate representation of color #D96EED: hue angle of 290.55º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D96EED is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 110 | 237 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.07 |
| HSL | 290.55º | 0.78% | 0.68% | - |
| HSV(B) | 290.55º | 0.54% | 0.93% | - |
| XYZ | 49.48 | 32.02 | 83.69 | - |
| YUV | 156.47 | 173.45 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 110 | 237 | 0.08 | 0.54 | 0 | 0.07 | 290.55 | 0.78 | 0.68 |
| Hex | D9 | 6E | ED | 8 | 36 | 0 | 7 | 123 | 4E | 44 |
| Octal | 331 | 156 | 355 | 10 | 66 | 0 | 7 | 443 | 116 | 104 |
| Binary | 11011001 | 1101110 | 11101101 | 1000 | 110110 | 0 | 111 | 100100011 | 1001110 | 1000100 |
Color Harmonies of #D96EED
Complementary color
Monochromatic Colors of #D96EED
Black with #D96EED
Text Example
Text Example
White with #D96EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96EED; }
p { color: rgb(217,110,237); }
H1.HeaderClassName
{
color: #D96EED;
}
.AnyTagClassName
{
color: #D96EED;
}
</style>
background-color css
<style>
a { background-color: #D96EED; }
a { background-color: rgb(217,110,237); }
div.DivClassName
{
background-color: #D96EED;
}
.BgClassName
{
background-color: #D96EED;
}
</style>
border-color css
<style>
span { border-color: #D96EED; }
span { border-color: rgb(217,110,237); }
td.TdClassName
{
border-color: #D96EED;
}
.TagClassName
{
border-color: #D96EED;
}
</style>