Shades of Heliotrope #D960EC
Tints of Heliotrope #D960EC
RGB
CMYK
RGB Variations
Color information
#D960EC (or 0xD960EC) is known color: Heliotrope. HEX triplet: D9, 60 and EC. RGB value is (217,96,236). Sum of RGB (Red+Green+Blue) = 217+96+236=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 96 (37.89% from 255 or 17.49% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #D960EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D960EC is #269F13. Grayscale: #939393. Windows color (decimal): -2531092 or 15491289. OLE color: 15491289.
HSL color Cylindrical-coordinate representation of color #D960EC: hue angle of 291.86º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D960EC is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 96 | 236 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.07 |
| HSL | 291.86º | 0.79% | 0.65% | - |
| HSV(B) | 291.86º | 0.59% | 0.93% | - |
| XYZ | 47.94 | 29.17 | 82.46 | - |
| YUV | 148.14 | 177.59 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 96 | 236 | 0.08 | 0.59 | 0 | 0.07 | 291.86 | 0.79 | 0.65 |
| Hex | D9 | 60 | EC | 8 | 3B | 0 | 7 | 124 | 4F | 41 |
| Octal | 331 | 140 | 354 | 10 | 73 | 0 | 7 | 444 | 117 | 101 |
| Binary | 11011001 | 1100000 | 11101100 | 1000 | 111011 | 0 | 111 | 100100100 | 1001111 | 1000001 |
Color Harmonies of #D960EC
Complementary color
Monochromatic Colors of #D960EC
Black with #D960EC
Text Example
Text Example
White with #D960EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D960EC; }
p { color: rgb(217,96,236); }
H1.HeaderClassName
{
color: #D960EC;
}
.AnyTagClassName
{
color: #D960EC;
}
</style>
background-color css
<style>
a { background-color: #D960EC; }
a { background-color: rgb(217,96,236); }
div.DivClassName
{
background-color: #D960EC;
}
.BgClassName
{
background-color: #D960EC;
}
</style>
border-color css
<style>
span { border-color: #D960EC; }
span { border-color: rgb(217,96,236); }
td.TdClassName
{
border-color: #D960EC;
}
.TagClassName
{
border-color: #D960EC;
}
</style>