Shades of Heliotrope #D77EEC
Tints of Heliotrope #D77EEC
RGB
CMYK
RGB Variations
Color information
#D77EEC (or 0xD77EEC) is known color: Heliotrope. HEX triplet: D7, 7E and EC. RGB value is (215,126,236). Sum of RGB (Red+Green+Blue) = 215+126+236=577 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.26% from 577); Green value is 126 (49.61% from 255 or 21.84% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 236 - color contains mainly: blue. Hex color #D77EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77EEC is #288113. Grayscale: #A4A4A4. Windows color (decimal): -2654484 or 15498967. OLE color: 15498967.
HSL color Cylindrical-coordinate representation of color #D77EEC: hue angle of 288.55º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D77EEC is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 126 | 236 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.07 |
| HSL | 288.55º | 0.74% | 0.71% | - |
| HSV(B) | 288.55º | 0.47% | 0.93% | - |
| XYZ | 50.63 | 35.42 | 83.53 | - |
| YUV | 165.15 | 167.99 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 126 | 236 | 0.09 | 0.47 | 0 | 0.07 | 288.55 | 0.74 | 0.71 |
| Hex | D7 | 7E | EC | 9 | 2F | 0 | 7 | 121 | 4A | 47 |
| Octal | 327 | 176 | 354 | 11 | 57 | 0 | 7 | 441 | 112 | 107 |
| Binary | 11010111 | 1111110 | 11101100 | 1001 | 101111 | 0 | 111 | 100100001 | 1001010 | 1000111 |
Color Harmonies of #D77EEC
Complementary color
Monochromatic Colors of #D77EEC
Black with #D77EEC
Text Example
Text Example
White with #D77EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77EEC; }
p { color: rgb(215,126,236); }
H1.HeaderClassName
{
color: #D77EEC;
}
.AnyTagClassName
{
color: #D77EEC;
}
</style>
background-color css
<style>
a { background-color: #D77EEC; }
a { background-color: rgb(215,126,236); }
div.DivClassName
{
background-color: #D77EEC;
}
.BgClassName
{
background-color: #D77EEC;
}
</style>
border-color css
<style>
span { border-color: #D77EEC; }
span { border-color: rgb(215,126,236); }
td.TdClassName
{
border-color: #D77EEC;
}
.TagClassName
{
border-color: #D77EEC;
}
</style>