Shades of Heliotrope #DF58FF
Tints of Heliotrope #DF58FF
RGB
CMYK
RGB Variations
Color information
#DF58FF (or 0xDF58FF) is known color: Heliotrope. HEX triplet: DF, 58 and FF. RGB value is (223,88,255). Sum of RGB (Red+Green+Blue) = 223+88+255=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 88 (34.77% from 255 or 15.55% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF58FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF58FF is #20A700. Grayscale: #929292. Windows color (decimal): -2139905 or 16734431. OLE color: 16734431.
HSL color Cylindrical-coordinate representation of color #DF58FF: hue angle of 288.5º 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 #DF58FF is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 88 | 255 | - |
| CMYK | 0.13 | 0.65 | 0 | 0 |
| HSL | 288.5º | 1% | 0.67% | - |
| HSV(B) | 288.5º | 0.65% | 1% | - |
| XYZ | 51.97 | 29.89 | 97.64 | - |
| YUV | 147.4 | 188.73 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 88 | 255 | 0.13 | 0.65 | 0 | 0 | 288.5 | 1 | 0.67 |
| Hex | DF | 58 | FF | D | 41 | 0 | 0 | 121 | 64 | 43 |
| Octal | 337 | 130 | 377 | 15 | 101 | 0 | 0 | 441 | 144 | 103 |
| Binary | 11011111 | 1011000 | 11111111 | 1101 | 1000001 | 0 | 0 | 100100001 | 1100100 | 1000011 |
Color Harmonies of #DF58FF
Complementary color
Monochromatic Colors of #DF58FF
Black with #DF58FF
Text Example
Text Example
White with #DF58FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF58FF; }
p { color: rgb(223,88,255); }
H1.HeaderClassName
{
color: #DF58FF;
}
.AnyTagClassName
{
color: #DF58FF;
}
</style>
background-color css
<style>
a { background-color: #DF58FF; }
a { background-color: rgb(223,88,255); }
div.DivClassName
{
background-color: #DF58FF;
}
.BgClassName
{
background-color: #DF58FF;
}
</style>
border-color css
<style>
span { border-color: #DF58FF; }
span { border-color: rgb(223,88,255); }
td.TdClassName
{
border-color: #DF58FF;
}
.TagClassName
{
border-color: #DF58FF;
}
</style>