Shades of Heliotrope #DE59F5
Tints of Heliotrope #DE59F5
RGB
CMYK
RGB Variations
Color information
#DE59F5 (or 0xDE59F5) is known color: Heliotrope. HEX triplet: DE, 59 and F5. RGB value is (222,89,245). Sum of RGB (Red+Green+Blue) = 222+89+245=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 89 (35.16% from 255 or 16.01% from 556); Blue value is 245 (96.09% from 255 or 44.06% from 556); Max value from RGB is 245 - color contains mainly: blue. Hex color #DE59F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE59F5 is #21A60A. Grayscale: #929292. Windows color (decimal): -2205195 or 16079326. OLE color: 16079326.
HSL color Cylindrical-coordinate representation of color #DE59F5: hue angle of 291.15º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE59F5 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 89 | 245 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.04 |
| HSL | 291.15º | 0.89% | 0.65% | - |
| HSV(B) | 291.15º | 0.64% | 0.96% | - |
| XYZ | 50.18 | 29.27 | 89.39 | - |
| YUV | 146.55 | 183.56 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 89 | 245 | 0.09 | 0.64 | 0 | 0.04 | 291.15 | 0.89 | 0.65 |
| Hex | DE | 59 | F5 | 9 | 40 | 0 | 4 | 123 | 59 | 41 |
| Octal | 336 | 131 | 365 | 11 | 100 | 0 | 4 | 443 | 131 | 101 |
| Binary | 11011110 | 1011001 | 11110101 | 1001 | 1000000 | 0 | 100 | 100100011 | 1011001 | 1000001 |
Color Harmonies of #DE59F5
Complementary color
Monochromatic Colors of #DE59F5
Black with #DE59F5
Text Example
Text Example
White with #DE59F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE59F5; }
p { color: rgb(222,89,245); }
H1.HeaderClassName
{
color: #DE59F5;
}
.AnyTagClassName
{
color: #DE59F5;
}
</style>
background-color css
<style>
a { background-color: #DE59F5; }
a { background-color: rgb(222,89,245); }
div.DivClassName
{
background-color: #DE59F5;
}
.BgClassName
{
background-color: #DE59F5;
}
</style>
border-color css
<style>
span { border-color: #DE59F5; }
span { border-color: rgb(222,89,245); }
td.TdClassName
{
border-color: #DE59F5;
}
.TagClassName
{
border-color: #DE59F5;
}
</style>