Shades of Heliotrope #DF57FC
Tints of Heliotrope #DF57FC
RGB
CMYK
RGB Variations
Color information
#DF57FC (or 0xDF57FC) is known color: Heliotrope. HEX triplet: DF, 57 and FC. RGB value is (223,87,252). Sum of RGB (Red+Green+Blue) = 223+87+252=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 87 (34.38% from 255 or 15.48% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF57FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF57FC is #20A803. Grayscale: #919191. Windows color (decimal): -2140164 or 16537567. OLE color: 16537567.
HSL color Cylindrical-coordinate representation of color #DF57FC: hue angle of 289.45º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF57FC is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 87 | 252 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.01 |
| HSL | 289.45º | 0.96% | 0.66% | - |
| HSV(B) | 289.45º | 0.65% | 0.99% | - |
| XYZ | 51.41 | 29.53 | 95.09 | - |
| YUV | 146.47 | 187.56 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 87 | 252 | 0.12 | 0.65 | 0 | 0.01 | 289.45 | 0.96 | 0.66 |
| Hex | DF | 57 | FC | C | 41 | 0 | 1 | 121 | 60 | 42 |
| Octal | 337 | 127 | 374 | 14 | 101 | 0 | 1 | 441 | 140 | 102 |
| Binary | 11011111 | 1010111 | 11111100 | 1100 | 1000001 | 0 | 1 | 100100001 | 1100000 | 1000010 |
Color Harmonies of #DF57FC
Complementary color
Monochromatic Colors of #DF57FC
Black with #DF57FC
Text Example
Text Example
White with #DF57FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF57FC; }
p { color: rgb(223,87,252); }
H1.HeaderClassName
{
color: #DF57FC;
}
.AnyTagClassName
{
color: #DF57FC;
}
</style>
background-color css
<style>
a { background-color: #DF57FC; }
a { background-color: rgb(223,87,252); }
div.DivClassName
{
background-color: #DF57FC;
}
.BgClassName
{
background-color: #DF57FC;
}
</style>
border-color css
<style>
span { border-color: #DF57FC; }
span { border-color: rgb(223,87,252); }
td.TdClassName
{
border-color: #DF57FC;
}
.TagClassName
{
border-color: #DF57FC;
}
</style>