Shades of Heliotrope #D966EC
Tints of Heliotrope #D966EC
RGB
CMYK
RGB Variations
Color information
#D966EC (or 0xD966EC) is known color: Heliotrope. HEX triplet: D9, 66 and EC. RGB value is (217,102,236). Sum of RGB (Red+Green+Blue) = 217+102+236=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 102 (40.23% from 255 or 18.38% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #D966EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D966EC is #269913. Grayscale: #979797. Windows color (decimal): -2529556 or 15492825. OLE color: 15492825.
HSL color Cylindrical-coordinate representation of color #D966EC: hue angle of 291.49º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D966EC is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 102 | 236 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.07 |
| HSL | 291.49º | 0.78% | 0.66% | - |
| HSV(B) | 291.49º | 0.57% | 0.93% | - |
| XYZ | 48.51 | 30.31 | 82.65 | - |
| YUV | 151.66 | 175.6 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 102 | 236 | 0.08 | 0.57 | 0 | 0.07 | 291.49 | 0.78 | 0.66 |
| Hex | D9 | 66 | EC | 8 | 39 | 0 | 7 | 123 | 4E | 42 |
| Octal | 331 | 146 | 354 | 10 | 71 | 0 | 7 | 443 | 116 | 102 |
| Binary | 11011001 | 1100110 | 11101100 | 1000 | 111001 | 0 | 111 | 100100011 | 1001110 | 1000010 |
Color Harmonies of #D966EC
Complementary color
Monochromatic Colors of #D966EC
Black with #D966EC
Text Example
Text Example
White with #D966EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D966EC; }
p { color: rgb(217,102,236); }
H1.HeaderClassName
{
color: #D966EC;
}
.AnyTagClassName
{
color: #D966EC;
}
</style>
background-color css
<style>
a { background-color: #D966EC; }
a { background-color: rgb(217,102,236); }
div.DivClassName
{
background-color: #D966EC;
}
.BgClassName
{
background-color: #D966EC;
}
</style>
border-color css
<style>
span { border-color: #D966EC; }
span { border-color: rgb(217,102,236); }
td.TdClassName
{
border-color: #D966EC;
}
.TagClassName
{
border-color: #D966EC;
}
</style>