Shades of Heliotrope #DE58FF
Tints of Heliotrope #DE58FF
RGB
CMYK
RGB Variations
Color information
#DE58FF (or 0xDE58FF) is known color: Heliotrope. HEX triplet: DE, 58 and FF. RGB value is (222,88,255). Sum of RGB (Red+Green+Blue) = 222+88+255=565 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.29% from 565); Green value is 88 (34.77% from 255 or 15.58% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE58FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE58FF is #21A700. Grayscale: #929292. Windows color (decimal): -2205441 or 16734430. OLE color: 16734430.
HSL color Cylindrical-coordinate representation of color #DE58FF: hue angle of 288.14º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DE58FF is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 88 | 255 | - |
| CMYK | 0.13 | 0.65 | 0 | 0 |
| HSL | 288.14º | 1% | 0.67% | - |
| HSV(B) | 288.14º | 0.65% | 1% | - |
| XYZ | 51.66 | 29.73 | 97.62 | - |
| YUV | 147.1 | 188.89 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 88 | 255 | 0.13 | 0.65 | 0 | 0 | 288.14 | 1 | 0.67 |
| Hex | DE | 58 | FF | D | 41 | 0 | 0 | 120 | 64 | 43 |
| Octal | 336 | 130 | 377 | 15 | 101 | 0 | 0 | 440 | 144 | 103 |
| Binary | 11011110 | 1011000 | 11111111 | 1101 | 1000001 | 0 | 0 | 100100000 | 1100100 | 1000011 |
Color Harmonies of #DE58FF
Complementary color
Monochromatic Colors of #DE58FF
Black with #DE58FF
Text Example
Text Example
White with #DE58FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE58FF; }
p { color: rgb(222,88,255); }
H1.HeaderClassName
{
color: #DE58FF;
}
.AnyTagClassName
{
color: #DE58FF;
}
</style>
background-color css
<style>
a { background-color: #DE58FF; }
a { background-color: rgb(222,88,255); }
div.DivClassName
{
background-color: #DE58FF;
}
.BgClassName
{
background-color: #DE58FF;
}
</style>
border-color css
<style>
span { border-color: #DE58FF; }
span { border-color: rgb(222,88,255); }
td.TdClassName
{
border-color: #DE58FF;
}
.TagClassName
{
border-color: #DE58FF;
}
</style>