Shades of Heliotrope #DF70EC
Tints of Heliotrope #DF70EC
RGB
CMYK
RGB Variations
Color information
#DF70EC (or 0xDF70EC) is known color: Heliotrope. HEX triplet: DF, 70 and EC. RGB value is (223,112,236). Sum of RGB (Red+Green+Blue) = 223+112+236=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 112 (44.14% from 255 or 19.61% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF70EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF70EC is #208F13. Grayscale: #9E9E9E. Windows color (decimal): -2133780 or 15495391. OLE color: 15495391.
HSL color Cylindrical-coordinate representation of color #DF70EC: hue angle of 293.71º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF70EC is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 112 | 236 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.07 |
| HSL | 293.71º | 0.77% | 0.68% | - |
| HSV(B) | 293.71º | 0.53% | 0.93% | - |
| XYZ | 51.37 | 33.33 | 83.08 | - |
| YUV | 159.33 | 171.27 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 236 | 0.06 | 0.53 | 0 | 0.07 | 293.71 | 0.77 | 0.68 |
| Hex | DF | 70 | EC | 6 | 35 | 0 | 7 | 126 | 4D | 44 |
| Octal | 337 | 160 | 354 | 6 | 65 | 0 | 7 | 446 | 115 | 104 |
| Binary | 11011111 | 1110000 | 11101100 | 110 | 110101 | 0 | 111 | 100100110 | 1001101 | 1000100 |
Color Harmonies of #DF70EC
Complementary color
Monochromatic Colors of #DF70EC
Black with #DF70EC
Text Example
Text Example
White with #DF70EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF70EC; }
p { color: rgb(223,112,236); }
H1.HeaderClassName
{
color: #DF70EC;
}
.AnyTagClassName
{
color: #DF70EC;
}
</style>
background-color css
<style>
a { background-color: #DF70EC; }
a { background-color: rgb(223,112,236); }
div.DivClassName
{
background-color: #DF70EC;
}
.BgClassName
{
background-color: #DF70EC;
}
</style>
border-color css
<style>
span { border-color: #DF70EC; }
span { border-color: rgb(223,112,236); }
td.TdClassName
{
border-color: #DF70EC;
}
.TagClassName
{
border-color: #DF70EC;
}
</style>