Shades of Heliotrope #DE77EC
Tints of Heliotrope #DE77EC
RGB
CMYK
RGB Variations
Color information
#DE77EC (or 0xDE77EC) is known color: Heliotrope. HEX triplet: DE, 77 and EC. RGB value is (222,119,236). Sum of RGB (Red+Green+Blue) = 222+119+236=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 119 (46.88% from 255 or 20.62% 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 #DE77EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE77EC is #218813. Grayscale: #A2A2A2. Windows color (decimal): -2197524 or 15497182. OLE color: 15497182.
HSL color Cylindrical-coordinate representation of color #DE77EC: hue angle of 292.82º degrees, saturation: 0.75, 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 #DE77EC is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 119 | 236 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.07 |
| HSL | 292.82º | 0.75% | 0.7% | - |
| HSV(B) | 292.82º | 0.5% | 0.93% | - |
| XYZ | 51.86 | 34.78 | 83.34 | - |
| YUV | 163.14 | 169.12 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 119 | 236 | 0.06 | 0.50 | 0 | 0.07 | 292.82 | 0.75 | 0.7 |
| Hex | DE | 77 | EC | 6 | 32 | 0 | 7 | 125 | 4B | 46 |
| Octal | 336 | 167 | 354 | 6 | 62 | 0 | 7 | 445 | 113 | 106 |
| Binary | 11011110 | 1110111 | 11101100 | 110 | 110010 | 0 | 111 | 100100101 | 1001011 | 1000110 |
Color Harmonies of #DE77EC
Complementary color
Monochromatic Colors of #DE77EC
Black with #DE77EC
Text Example
Text Example
White with #DE77EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE77EC; }
p { color: rgb(222,119,236); }
H1.HeaderClassName
{
color: #DE77EC;
}
.AnyTagClassName
{
color: #DE77EC;
}
</style>
background-color css
<style>
a { background-color: #DE77EC; }
a { background-color: rgb(222,119,236); }
div.DivClassName
{
background-color: #DE77EC;
}
.BgClassName
{
background-color: #DE77EC;
}
</style>
border-color css
<style>
span { border-color: #DE77EC; }
span { border-color: rgb(222,119,236); }
td.TdClassName
{
border-color: #DE77EC;
}
.TagClassName
{
border-color: #DE77EC;
}
</style>