Shades of Heliotrope #D96DEC
Tints of Heliotrope #D96DEC
RGB
CMYK
RGB Variations
Color information
#D96DEC (or 0xD96DEC) is known color: Heliotrope. HEX triplet: D9, 6D and EC. RGB value is (217,109,236). Sum of RGB (Red+Green+Blue) = 217+109+236=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 109 (42.97% from 255 or 19.40% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #D96DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96DEC is #269213. Grayscale: #9B9B9B. Windows color (decimal): -2527764 or 15494617. OLE color: 15494617.
HSL color Cylindrical-coordinate representation of color #D96DEC: hue angle of 291.02º degrees, saturation: 0.77, 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 #D96DEC is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 109 | 236 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.07 |
| HSL | 291.02º | 0.77% | 0.68% | - |
| HSV(B) | 291.02º | 0.54% | 0.93% | - |
| XYZ | 49.22 | 31.75 | 82.89 | - |
| YUV | 155.77 | 173.28 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 109 | 236 | 0.08 | 0.54 | 0 | 0.07 | 291.02 | 0.77 | 0.68 |
| Hex | D9 | 6D | EC | 8 | 36 | 0 | 7 | 123 | 4D | 44 |
| Octal | 331 | 155 | 354 | 10 | 66 | 0 | 7 | 443 | 115 | 104 |
| Binary | 11011001 | 1101101 | 11101100 | 1000 | 110110 | 0 | 111 | 100100011 | 1001101 | 1000100 |
Color Harmonies of #D96DEC
Complementary color
Monochromatic Colors of #D96DEC
Black with #D96DEC
Text Example
Text Example
White with #D96DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96DEC; }
p { color: rgb(217,109,236); }
H1.HeaderClassName
{
color: #D96DEC;
}
.AnyTagClassName
{
color: #D96DEC;
}
</style>
background-color css
<style>
a { background-color: #D96DEC; }
a { background-color: rgb(217,109,236); }
div.DivClassName
{
background-color: #D96DEC;
}
.BgClassName
{
background-color: #D96DEC;
}
</style>
border-color css
<style>
span { border-color: #D96DEC; }
span { border-color: rgb(217,109,236); }
td.TdClassName
{
border-color: #D96DEC;
}
.TagClassName
{
border-color: #D96DEC;
}
</style>