Shades of Heliotrope #DF59FC
Tints of Heliotrope #DF59FC
RGB
CMYK
RGB Variations
Color information
#DF59FC (or 0xDF59FC) is known color: Heliotrope. HEX triplet: DF, 59 and FC. RGB value is (223,89,252). Sum of RGB (Red+Green+Blue) = 223+89+252=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 89 (35.16% from 255 or 15.78% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF59FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF59FC is #20A603. Grayscale: #939393. Windows color (decimal): -2139652 or 16538079. OLE color: 16538079.
HSL color Cylindrical-coordinate representation of color #DF59FC: hue angle of 289.33º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF59FC is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 89 | 252 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.01 |
| HSL | 289.33º | 0.96% | 0.67% | - |
| HSV(B) | 289.33º | 0.65% | 0.99% | - |
| XYZ | 51.57 | 29.86 | 95.14 | - |
| YUV | 147.65 | 186.89 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 89 | 252 | 0.12 | 0.65 | 0 | 0.01 | 289.33 | 0.96 | 0.67 |
| Hex | DF | 59 | FC | C | 41 | 0 | 1 | 121 | 60 | 43 |
| Octal | 337 | 131 | 374 | 14 | 101 | 0 | 1 | 441 | 140 | 103 |
| Binary | 11011111 | 1011001 | 11111100 | 1100 | 1000001 | 0 | 1 | 100100001 | 1100000 | 1000011 |
Color Harmonies of #DF59FC
Complementary color
Monochromatic Colors of #DF59FC
Black with #DF59FC
Text Example
Text Example
White with #DF59FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF59FC; }
p { color: rgb(223,89,252); }
H1.HeaderClassName
{
color: #DF59FC;
}
.AnyTagClassName
{
color: #DF59FC;
}
</style>
background-color css
<style>
a { background-color: #DF59FC; }
a { background-color: rgb(223,89,252); }
div.DivClassName
{
background-color: #DF59FC;
}
.BgClassName
{
background-color: #DF59FC;
}
</style>
border-color css
<style>
span { border-color: #DF59FC; }
span { border-color: rgb(223,89,252); }
td.TdClassName
{
border-color: #DF59FC;
}
.TagClassName
{
border-color: #DF59FC;
}
</style>