Shades of Heliotrope #DF70F7
Tints of Heliotrope #DF70F7
RGB
CMYK
RGB Variations
Color information
#DF70F7 (or 0xDF70F7) is known color: Heliotrope. HEX triplet: DF, 70 and F7. RGB value is (223,112,247). Sum of RGB (Red+Green+Blue) = 223+112+247=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 112 (44.14% from 255 or 19.24% from 582); Blue value is 247 (96.88% from 255 or 42.44% from 582); Max value from RGB is 247 - color contains mainly: blue. Hex color #DF70F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF70F7 is #208F08. Grayscale: #A0A0A0. Windows color (decimal): -2133769 or 16216287. OLE color: 16216287.
HSL color Cylindrical-coordinate representation of color #DF70F7: hue angle of 289.33º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF70F7 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 112 | 247 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.03 |
| HSL | 289.33º | 0.89% | 0.7% | - |
| HSV(B) | 289.33º | 0.55% | 0.97% | - |
| XYZ | 53.01 | 33.99 | 91.76 | - |
| YUV | 160.58 | 176.77 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 247 | 0.10 | 0.55 | 0 | 0.03 | 289.33 | 0.89 | 0.7 |
| Hex | DF | 70 | F7 | A | 37 | 0 | 3 | 121 | 59 | 46 |
| Octal | 337 | 160 | 367 | 12 | 67 | 0 | 3 | 441 | 131 | 106 |
| Binary | 11011111 | 1110000 | 11110111 | 1010 | 110111 | 0 | 11 | 100100001 | 1011001 | 1000110 |
Color Harmonies of #DF70F7
Complementary color
Monochromatic Colors of #DF70F7
Black with #DF70F7
Text Example
Text Example
White with #DF70F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF70F7; }
p { color: rgb(223,112,247); }
H1.HeaderClassName
{
color: #DF70F7;
}
.AnyTagClassName
{
color: #DF70F7;
}
</style>
background-color css
<style>
a { background-color: #DF70F7; }
a { background-color: rgb(223,112,247); }
div.DivClassName
{
background-color: #DF70F7;
}
.BgClassName
{
background-color: #DF70F7;
}
</style>
border-color css
<style>
span { border-color: #DF70F7; }
span { border-color: rgb(223,112,247); }
td.TdClassName
{
border-color: #DF70F7;
}
.TagClassName
{
border-color: #DF70F7;
}
</style>