Shades of Heliotrope #DE74EC
Tints of Heliotrope #DE74EC
RGB
CMYK
RGB Variations
Color information
#DE74EC (or 0xDE74EC) is known color: Heliotrope. HEX triplet: DE, 74 and EC. RGB value is (222,116,236). Sum of RGB (Red+Green+Blue) = 222+116+236=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 116 (45.70% from 255 or 20.21% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 236 - color contains mainly: blue. Hex color #DE74EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE74EC is #218B13. Grayscale: #A1A1A1. Windows color (decimal): -2198292 or 15496414. OLE color: 15496414.
HSL color Cylindrical-coordinate representation of color #DE74EC: hue angle of 293º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DE74EC is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 116 | 236 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.07 |
| HSL | 293º | 0.76% | 0.69% | - |
| HSV(B) | 293º | 0.51% | 0.93% | - |
| XYZ | 51.51 | 34.08 | 83.22 | - |
| YUV | 161.37 | 170.12 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 116 | 236 | 0.06 | 0.51 | 0 | 0.07 | 293 | 0.76 | 0.69 |
| Hex | DE | 74 | EC | 6 | 33 | 0 | 7 | 125 | 4C | 45 |
| Octal | 336 | 164 | 354 | 6 | 63 | 0 | 7 | 445 | 114 | 105 |
| Binary | 11011110 | 1110100 | 11101100 | 110 | 110011 | 0 | 111 | 100100101 | 1001100 | 1000101 |
Color Harmonies of #DE74EC
Complementary color
Monochromatic Colors of #DE74EC
Black with #DE74EC
Text Example
Text Example
White with #DE74EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE74EC; }
p { color: rgb(222,116,236); }
H1.HeaderClassName
{
color: #DE74EC;
}
.AnyTagClassName
{
color: #DE74EC;
}
</style>
background-color css
<style>
a { background-color: #DE74EC; }
a { background-color: rgb(222,116,236); }
div.DivClassName
{
background-color: #DE74EC;
}
.BgClassName
{
background-color: #DE74EC;
}
</style>
border-color css
<style>
span { border-color: #DE74EC; }
span { border-color: rgb(222,116,236); }
td.TdClassName
{
border-color: #DE74EC;
}
.TagClassName
{
border-color: #DE74EC;
}
</style>