Shades of Heliotrope #D977ED
Tints of Heliotrope #D977ED
RGB
CMYK
RGB Variations
Color information
#D977ED (or 0xD977ED) is known color: Heliotrope. HEX triplet: D9, 77 and ED. RGB value is (217,119,237). Sum of RGB (Red+Green+Blue) = 217+119+237=573 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.87% from 573); Green value is 119 (46.88% from 255 or 20.77% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 237 - color contains mainly: blue. Hex color #D977ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D977ED is #268812. Grayscale: #A1A1A1. Windows color (decimal): -2525203 or 15562713. OLE color: 15562713.
HSL color Cylindrical-coordinate representation of color #D977ED: hue angle of 289.83º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D977ED is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 119 | 237 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.07 |
| HSL | 289.83º | 0.77% | 0.7% | - |
| HSV(B) | 289.83º | 0.5% | 0.93% | - |
| XYZ | 50.5 | 34.06 | 84.03 | - |
| YUV | 161.75 | 170.47 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 119 | 237 | 0.08 | 0.50 | 0 | 0.07 | 289.83 | 0.77 | 0.7 |
| Hex | D9 | 77 | ED | 8 | 32 | 0 | 7 | 122 | 4D | 46 |
| Octal | 331 | 167 | 355 | 10 | 62 | 0 | 7 | 442 | 115 | 106 |
| Binary | 11011001 | 1110111 | 11101101 | 1000 | 110010 | 0 | 111 | 100100010 | 1001101 | 1000110 |
Color Harmonies of #D977ED
Complementary color
Monochromatic Colors of #D977ED
Black with #D977ED
Text Example
Text Example
White with #D977ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D977ED; }
p { color: rgb(217,119,237); }
H1.HeaderClassName
{
color: #D977ED;
}
.AnyTagClassName
{
color: #D977ED;
}
</style>
background-color css
<style>
a { background-color: #D977ED; }
a { background-color: rgb(217,119,237); }
div.DivClassName
{
background-color: #D977ED;
}
.BgClassName
{
background-color: #D977ED;
}
</style>
border-color css
<style>
span { border-color: #D977ED; }
span { border-color: rgb(217,119,237); }
td.TdClassName
{
border-color: #D977ED;
}
.TagClassName
{
border-color: #D977ED;
}
</style>