Shades of Heliotrope #D976EC
Tints of Heliotrope #D976EC
RGB
CMYK
RGB Variations
Color information
#D976EC (or 0xD976EC) is known color: Heliotrope. HEX triplet: D9, 76 and EC. RGB value is (217,118,236). Sum of RGB (Red+Green+Blue) = 217+118+236=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 118 (46.48% from 255 or 20.67% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #D976EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D976EC is #268913. Grayscale: #A0A0A0. Windows color (decimal): -2525460 or 15496921. OLE color: 15496921.
HSL color Cylindrical-coordinate representation of color #D976EC: hue angle of 290.34º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D976EC is Cyan = 0.08, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 118 | 236 | - |
| CMYK | 0.08 | 0.5 | 0 | 0.07 |
| HSL | 290.34º | 0.76% | 0.69% | - |
| HSV(B) | 290.34º | 0.5% | 0.93% | - |
| XYZ | 50.23 | 33.76 | 83.23 | - |
| YUV | 161.05 | 170.3 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 118 | 236 | 0.08 | 0.5 | 0 | 0.07 | 290.34 | 0.76 | 0.69 |
| Hex | D9 | 76 | EC | 8 | 32 | 0 | 7 | 122 | 4C | 45 |
| Octal | 331 | 166 | 354 | 10 | 62 | 0 | 7 | 442 | 114 | 105 |
| Binary | 11011001 | 1110110 | 11101100 | 1000 | 110010 | 0 | 111 | 100100010 | 1001100 | 1000101 |
Color Harmonies of #D976EC
Complementary color
Monochromatic Colors of #D976EC
Black with #D976EC
Text Example
Text Example
White with #D976EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D976EC; }
p { color: rgb(217,118,236); }
H1.HeaderClassName
{
color: #D976EC;
}
.AnyTagClassName
{
color: #D976EC;
}
</style>
background-color css
<style>
a { background-color: #D976EC; }
a { background-color: rgb(217,118,236); }
div.DivClassName
{
background-color: #D976EC;
}
.BgClassName
{
background-color: #D976EC;
}
</style>
border-color css
<style>
span { border-color: #D976EC; }
span { border-color: rgb(217,118,236); }
td.TdClassName
{
border-color: #D976EC;
}
.TagClassName
{
border-color: #D976EC;
}
</style>