Shades of Heliotrope #D976EB
Tints of Heliotrope #D976EB
RGB
CMYK
RGB Variations
Color information
#D976EB (or 0xD976EB) is known color: Heliotrope. HEX triplet: D9, 76 and EB. RGB value is (217,118,235). Sum of RGB (Red+Green+Blue) = 217+118+235=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 118 (46.48% from 255 or 20.70% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 235 - color contains mainly: blue. Hex color #D976EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D976EB is #268914. Grayscale: #A0A0A0. Windows color (decimal): -2525461 or 15431385. OLE color: 15431385.
HSL color Cylindrical-coordinate representation of color #D976EB: hue angle of 290.77º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D976EB is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 118 | 235 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.08 |
| HSL | 290.77º | 0.75% | 0.69% | - |
| HSV(B) | 290.77º | 0.5% | 0.92% | - |
| XYZ | 50.09 | 33.71 | 82.46 | - |
| YUV | 160.94 | 169.8 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 118 | 235 | 0.08 | 0.50 | 0 | 0.08 | 290.77 | 0.75 | 0.69 |
| Hex | D9 | 76 | EB | 8 | 32 | 0 | 8 | 123 | 4B | 45 |
| Octal | 331 | 166 | 353 | 10 | 62 | 0 | 10 | 443 | 113 | 105 |
| Binary | 11011001 | 1110110 | 11101011 | 1000 | 110010 | 0 | 1000 | 100100011 | 1001011 | 1000101 |
Color Harmonies of #D976EB
Complementary color
Monochromatic Colors of #D976EB
Black with #D976EB
Text Example
Text Example
White with #D976EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D976EB; }
p { color: rgb(217,118,235); }
H1.HeaderClassName
{
color: #D976EB;
}
.AnyTagClassName
{
color: #D976EB;
}
</style>
background-color css
<style>
a { background-color: #D976EB; }
a { background-color: rgb(217,118,235); }
div.DivClassName
{
background-color: #D976EB;
}
.BgClassName
{
background-color: #D976EB;
}
</style>
border-color css
<style>
span { border-color: #D976EB; }
span { border-color: rgb(217,118,235); }
td.TdClassName
{
border-color: #D976EB;
}
.TagClassName
{
border-color: #D976EB;
}
</style>