Shades of Heliotrope #DF70F9
Tints of Heliotrope #DF70F9
RGB
CMYK
RGB Variations
Color information
#DF70F9 (or 0xDF70F9) is known color: Heliotrope. HEX triplet: DF, 70 and F9. RGB value is (223,112,249). Sum of RGB (Red+Green+Blue) = 223+112+249=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 112 (44.14% from 255 or 19.18% from 584); Blue value is 249 (97.66% from 255 or 42.64% from 584); Max value from RGB is 249 - color contains mainly: blue. Hex color #DF70F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF70F9 is #208F06. Grayscale: #A0A0A0. Windows color (decimal): -2133767 or 16347359. OLE color: 16347359.
HSL color Cylindrical-coordinate representation of color #DF70F9: hue angle of 288.61º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF70F9 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 112 | 249 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.02 |
| HSL | 288.61º | 0.92% | 0.71% | - |
| HSV(B) | 288.61º | 0.55% | 0.98% | - |
| XYZ | 53.32 | 34.12 | 93.4 | - |
| YUV | 160.81 | 177.77 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 249 | 0.10 | 0.55 | 0 | 0.02 | 288.61 | 0.92 | 0.71 |
| Hex | DF | 70 | F9 | A | 37 | 0 | 2 | 121 | 5C | 47 |
| Octal | 337 | 160 | 371 | 12 | 67 | 0 | 2 | 441 | 134 | 107 |
| Binary | 11011111 | 1110000 | 11111001 | 1010 | 110111 | 0 | 10 | 100100001 | 1011100 | 1000111 |
Color Harmonies of #DF70F9
Complementary color
Monochromatic Colors of #DF70F9
Black with #DF70F9
Text Example
Text Example
White with #DF70F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF70F9; }
p { color: rgb(223,112,249); }
H1.HeaderClassName
{
color: #DF70F9;
}
.AnyTagClassName
{
color: #DF70F9;
}
</style>
background-color css
<style>
a { background-color: #DF70F9; }
a { background-color: rgb(223,112,249); }
div.DivClassName
{
background-color: #DF70F9;
}
.BgClassName
{
background-color: #DF70F9;
}
</style>
border-color css
<style>
span { border-color: #DF70F9; }
span { border-color: rgb(223,112,249); }
td.TdClassName
{
border-color: #DF70F9;
}
.TagClassName
{
border-color: #DF70F9;
}
</style>