Shades of Heliotrope #D96CEA
Tints of Heliotrope #D96CEA
RGB
CMYK
RGB Variations
Color information
#D96CEA (or 0xD96CEA) is known color: Heliotrope. HEX triplet: D9, 6C and EA. RGB value is (217,108,234). Sum of RGB (Red+Green+Blue) = 217+108+234=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 108 (42.58% from 255 or 19.32% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #D96CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96CEA is #269315. Grayscale: #9A9A9A. Windows color (decimal): -2528022 or 15363289. OLE color: 15363289.
HSL color Cylindrical-coordinate representation of color #D96CEA: hue angle of 291.9º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D96CEA is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 108 | 234 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.08 |
| HSL | 291.9º | 0.75% | 0.67% | - |
| HSV(B) | 291.9º | 0.54% | 0.92% | - |
| XYZ | 48.83 | 31.42 | 81.33 | - |
| YUV | 154.96 | 172.61 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 108 | 234 | 0.07 | 0.54 | 0 | 0.08 | 291.9 | 0.75 | 0.67 |
| Hex | D9 | 6C | EA | 7 | 36 | 0 | 8 | 124 | 4B | 43 |
| Octal | 331 | 154 | 352 | 7 | 66 | 0 | 10 | 444 | 113 | 103 |
| Binary | 11011001 | 1101100 | 11101010 | 111 | 110110 | 0 | 1000 | 100100100 | 1001011 | 1000011 |
Color Harmonies of #D96CEA
Complementary color
Monochromatic Colors of #D96CEA
Black with #D96CEA
Text Example
Text Example
White with #D96CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96CEA; }
p { color: rgb(217,108,234); }
H1.HeaderClassName
{
color: #D96CEA;
}
.AnyTagClassName
{
color: #D96CEA;
}
</style>
background-color css
<style>
a { background-color: #D96CEA; }
a { background-color: rgb(217,108,234); }
div.DivClassName
{
background-color: #D96CEA;
}
.BgClassName
{
background-color: #D96CEA;
}
</style>
border-color css
<style>
span { border-color: #D96CEA; }
span { border-color: rgb(217,108,234); }
td.TdClassName
{
border-color: #D96CEA;
}
.TagClassName
{
border-color: #D96CEA;
}
</style>