Shades of Heliotrope #DF58F2
Tints of Heliotrope #DF58F2
RGB
CMYK
RGB Variations
Color information
#DF58F2 (or 0xDF58F2) is known color: Heliotrope. HEX triplet: DF, 58 and F2. RGB value is (223,88,242). Sum of RGB (Red+Green+Blue) = 223+88+242=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 88 (34.77% from 255 or 15.91% from 553); Blue value is 242 (94.92% from 255 or 43.76% from 553); Max value from RGB is 242 - color contains mainly: blue. Hex color #DF58F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF58F2 is #20A70D. Grayscale: #919191. Windows color (decimal): -2139918 or 15882463. OLE color: 15882463.
HSL color Cylindrical-coordinate representation of color #DF58F2: hue angle of 292.6º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF58F2 is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 88 | 242 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.05 |
| HSL | 292.6º | 0.86% | 0.65% | - |
| HSV(B) | 292.6º | 0.64% | 0.95% | - |
| XYZ | 49.95 | 29.08 | 86.98 | - |
| YUV | 145.92 | 182.23 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 88 | 242 | 0.08 | 0.64 | 0 | 0.05 | 292.6 | 0.86 | 0.65 |
| Hex | DF | 58 | F2 | 8 | 40 | 0 | 5 | 125 | 56 | 41 |
| Octal | 337 | 130 | 362 | 10 | 100 | 0 | 5 | 445 | 126 | 101 |
| Binary | 11011111 | 1011000 | 11110010 | 1000 | 1000000 | 0 | 101 | 100100101 | 1010110 | 1000001 |
Color Harmonies of #DF58F2
Complementary color
Monochromatic Colors of #DF58F2
Black with #DF58F2
Text Example
Text Example
White with #DF58F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF58F2; }
p { color: rgb(223,88,242); }
H1.HeaderClassName
{
color: #DF58F2;
}
.AnyTagClassName
{
color: #DF58F2;
}
</style>
background-color css
<style>
a { background-color: #DF58F2; }
a { background-color: rgb(223,88,242); }
div.DivClassName
{
background-color: #DF58F2;
}
.BgClassName
{
background-color: #DF58F2;
}
</style>
border-color css
<style>
span { border-color: #DF58F2; }
span { border-color: rgb(223,88,242); }
td.TdClassName
{
border-color: #DF58F2;
}
.TagClassName
{
border-color: #DF58F2;
}
</style>