Shades of Heliotrope #DF70F1
Tints of Heliotrope #DF70F1
RGB
CMYK
RGB Variations
Color information
#DF70F1 (or 0xDF70F1) is known color: Heliotrope. HEX triplet: DF, 70 and F1. RGB value is (223,112,241). Sum of RGB (Red+Green+Blue) = 223+112+241=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 112 (44.14% from 255 or 19.44% from 576); Blue value is 241 (94.53% from 255 or 41.84% from 576); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF70F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF70F1 is #208F0E. Grayscale: #9F9F9F. Windows color (decimal): -2133775 or 15823071. OLE color: 15823071.
HSL color Cylindrical-coordinate representation of color #DF70F1: hue angle of 291.63º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF70F1 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 112 | 241 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.05 |
| HSL | 291.63º | 0.82% | 0.69% | - |
| HSV(B) | 291.63º | 0.54% | 0.95% | - |
| XYZ | 52.1 | 33.63 | 86.96 | - |
| YUV | 159.9 | 173.77 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 241 | 0.07 | 0.54 | 0 | 0.05 | 291.63 | 0.82 | 0.69 |
| Hex | DF | 70 | F1 | 7 | 36 | 0 | 5 | 124 | 52 | 45 |
| Octal | 337 | 160 | 361 | 7 | 66 | 0 | 5 | 444 | 122 | 105 |
| Binary | 11011111 | 1110000 | 11110001 | 111 | 110110 | 0 | 101 | 100100100 | 1010010 | 1000101 |
Color Harmonies of #DF70F1
Complementary color
Monochromatic Colors of #DF70F1
Black with #DF70F1
Text Example
Text Example
White with #DF70F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF70F1; }
p { color: rgb(223,112,241); }
H1.HeaderClassName
{
color: #DF70F1;
}
.AnyTagClassName
{
color: #DF70F1;
}
</style>
background-color css
<style>
a { background-color: #DF70F1; }
a { background-color: rgb(223,112,241); }
div.DivClassName
{
background-color: #DF70F1;
}
.BgClassName
{
background-color: #DF70F1;
}
</style>
border-color css
<style>
span { border-color: #DF70F1; }
span { border-color: rgb(223,112,241); }
td.TdClassName
{
border-color: #DF70F1;
}
.TagClassName
{
border-color: #DF70F1;
}
</style>