Shades of Heliotrope #DF70EE
Tints of Heliotrope #DF70EE
RGB
CMYK
RGB Variations
Color information
#DF70EE (or 0xDF70EE) is known color: Heliotrope. HEX triplet: DF, 70 and EE. RGB value is (223,112,238). Sum of RGB (Red+Green+Blue) = 223+112+238=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 112 (44.14% from 255 or 19.55% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF70EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF70EE is #208F11. Grayscale: #9F9F9F. Windows color (decimal): -2133778 or 15626463. OLE color: 15626463.
HSL color Cylindrical-coordinate representation of color #DF70EE: hue angle of 292.86º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF70EE is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 112 | 238 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.07 |
| HSL | 292.86º | 0.79% | 0.69% | - |
| HSV(B) | 292.86º | 0.53% | 0.93% | - |
| XYZ | 51.66 | 33.45 | 84.62 | - |
| YUV | 159.55 | 172.27 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 238 | 0.06 | 0.53 | 0 | 0.07 | 292.86 | 0.79 | 0.69 |
| Hex | DF | 70 | EE | 6 | 35 | 0 | 7 | 125 | 4F | 45 |
| Octal | 337 | 160 | 356 | 6 | 65 | 0 | 7 | 445 | 117 | 105 |
| Binary | 11011111 | 1110000 | 11101110 | 110 | 110101 | 0 | 111 | 100100101 | 1001111 | 1000101 |
Color Harmonies of #DF70EE
Complementary color
Monochromatic Colors of #DF70EE
Black with #DF70EE
Text Example
Text Example
White with #DF70EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF70EE; }
p { color: rgb(223,112,238); }
H1.HeaderClassName
{
color: #DF70EE;
}
.AnyTagClassName
{
color: #DF70EE;
}
</style>
background-color css
<style>
a { background-color: #DF70EE; }
a { background-color: rgb(223,112,238); }
div.DivClassName
{
background-color: #DF70EE;
}
.BgClassName
{
background-color: #DF70EE;
}
</style>
border-color css
<style>
span { border-color: #DF70EE; }
span { border-color: rgb(223,112,238); }
td.TdClassName
{
border-color: #DF70EE;
}
.TagClassName
{
border-color: #DF70EE;
}
</style>