Shades of Heliotrope #D977EE
Tints of Heliotrope #D977EE
RGB
CMYK
RGB Variations
Color information
#D977EE (or 0xD977EE) is known color: Heliotrope. HEX triplet: D9, 77 and EE. RGB value is (217,119,238). Sum of RGB (Red+Green+Blue) = 217+119+238=574 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.80% from 574); Green value is 119 (46.88% from 255 or 20.73% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 238 - color contains mainly: blue. Hex color #D977EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D977EE is #268811. Grayscale: #A1A1A1. Windows color (decimal): -2525202 or 15628249. OLE color: 15628249.
HSL color Cylindrical-coordinate representation of color #D977EE: hue angle of 289.41º degrees, saturation: 0.78, 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 #D977EE is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 119 | 238 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.07 |
| HSL | 289.41º | 0.78% | 0.7% | - |
| HSV(B) | 289.41º | 0.5% | 0.93% | - |
| XYZ | 50.64 | 34.12 | 84.81 | - |
| YUV | 161.87 | 170.97 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 119 | 238 | 0.09 | 0.50 | 0 | 0.07 | 289.41 | 0.78 | 0.7 |
| Hex | D9 | 77 | EE | 9 | 32 | 0 | 7 | 121 | 4E | 46 |
| Octal | 331 | 167 | 356 | 11 | 62 | 0 | 7 | 441 | 116 | 106 |
| Binary | 11011001 | 1110111 | 11101110 | 1001 | 110010 | 0 | 111 | 100100001 | 1001110 | 1000110 |
Color Harmonies of #D977EE
Complementary color
Monochromatic Colors of #D977EE
Black with #D977EE
Text Example
Text Example
White with #D977EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D977EE; }
p { color: rgb(217,119,238); }
H1.HeaderClassName
{
color: #D977EE;
}
.AnyTagClassName
{
color: #D977EE;
}
</style>
background-color css
<style>
a { background-color: #D977EE; }
a { background-color: rgb(217,119,238); }
div.DivClassName
{
background-color: #D977EE;
}
.BgClassName
{
background-color: #D977EE;
}
</style>
border-color css
<style>
span { border-color: #D977EE; }
span { border-color: rgb(217,119,238); }
td.TdClassName
{
border-color: #D977EE;
}
.TagClassName
{
border-color: #D977EE;
}
</style>