Shades of Heliotrope #D96EEA
Tints of Heliotrope #D96EEA
RGB
CMYK
RGB Variations
Color information
#D96EEA (or 0xD96EEA) is known color: Heliotrope. HEX triplet: D9, 6E and EA. RGB value is (217,110,234). Sum of RGB (Red+Green+Blue) = 217+110+234=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 110 (43.36% from 255 or 19.61% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #D96EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96EEA is #269115. Grayscale: #9B9B9B. Windows color (decimal): -2527510 or 15363801. OLE color: 15363801.
HSL color Cylindrical-coordinate representation of color #D96EEA: hue angle of 291.77º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D96EEA is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 110 | 234 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.08 |
| HSL | 291.77º | 0.75% | 0.67% | - |
| HSV(B) | 291.77º | 0.53% | 0.92% | - |
| XYZ | 49.04 | 31.84 | 81.4 | - |
| YUV | 156.13 | 171.95 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 110 | 234 | 0.07 | 0.53 | 0 | 0.08 | 291.77 | 0.75 | 0.67 |
| Hex | D9 | 6E | EA | 7 | 35 | 0 | 8 | 124 | 4B | 43 |
| Octal | 331 | 156 | 352 | 7 | 65 | 0 | 10 | 444 | 113 | 103 |
| Binary | 11011001 | 1101110 | 11101010 | 111 | 110101 | 0 | 1000 | 100100100 | 1001011 | 1000011 |
Color Harmonies of #D96EEA
Complementary color
Monochromatic Colors of #D96EEA
Black with #D96EEA
Text Example
Text Example
White with #D96EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96EEA; }
p { color: rgb(217,110,234); }
H1.HeaderClassName
{
color: #D96EEA;
}
.AnyTagClassName
{
color: #D96EEA;
}
</style>
background-color css
<style>
a { background-color: #D96EEA; }
a { background-color: rgb(217,110,234); }
div.DivClassName
{
background-color: #D96EEA;
}
.BgClassName
{
background-color: #D96EEA;
}
</style>
border-color css
<style>
span { border-color: #D96EEA; }
span { border-color: rgb(217,110,234); }
td.TdClassName
{
border-color: #D96EEA;
}
.TagClassName
{
border-color: #D96EEA;
}
</style>