Shades of Heliotrope #DF58FE
Tints of Heliotrope #DF58FE
RGB
CMYK
RGB Variations
Color information
#DF58FE (or 0xDF58FE) is known color: Heliotrope. HEX triplet: DF, 58 and FE. RGB value is (223,88,254). Sum of RGB (Red+Green+Blue) = 223+88+254=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 88 (34.77% from 255 or 15.58% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF58FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF58FE is #20A701. Grayscale: #929292. Windows color (decimal): -2139906 or 16668895. OLE color: 16668895.
HSL color Cylindrical-coordinate representation of color #DF58FE: hue angle of 288.8º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF58FE is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 88 | 254 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.00 |
| HSL | 288.8º | 0.99% | 0.67% | - |
| HSV(B) | 288.8º | 0.65% | 1% | - |
| XYZ | 51.81 | 29.82 | 96.79 | - |
| YUV | 147.29 | 188.23 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 88 | 254 | 0.12 | 0.65 | 0 | 0.00 | 288.8 | 0.99 | 0.67 |
| Hex | DF | 58 | FE | C | 41 | 0 | 0 | 121 | 63 | 43 |
| Octal | 337 | 130 | 376 | 14 | 101 | 0 | 0 | 441 | 143 | 103 |
| Binary | 11011111 | 1011000 | 11111110 | 1100 | 1000001 | 0 | 0 | 100100001 | 1100011 | 1000011 |
Color Harmonies of #DF58FE
Complementary color
Monochromatic Colors of #DF58FE
Black with #DF58FE
Text Example
Text Example
White with #DF58FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF58FE; }
p { color: rgb(223,88,254); }
H1.HeaderClassName
{
color: #DF58FE;
}
.AnyTagClassName
{
color: #DF58FE;
}
</style>
background-color css
<style>
a { background-color: #DF58FE; }
a { background-color: rgb(223,88,254); }
div.DivClassName
{
background-color: #DF58FE;
}
.BgClassName
{
background-color: #DF58FE;
}
</style>
border-color css
<style>
span { border-color: #DF58FE; }
span { border-color: rgb(223,88,254); }
td.TdClassName
{
border-color: #DF58FE;
}
.TagClassName
{
border-color: #DF58FE;
}
</style>