Shades of Heliotrope #DF6EEE
Tints of Heliotrope #DF6EEE
RGB
CMYK
RGB Variations
Color information
#DF6EEE (or 0xDF6EEE) is known color: Heliotrope. HEX triplet: DF, 6E and EE. RGB value is (223,110,238). Sum of RGB (Red+Green+Blue) = 223+110+238=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 110 (43.36% from 255 or 19.26% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF6EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF6EEE is #209111. Grayscale: #9D9D9D. Windows color (decimal): -2134290 or 15625951. OLE color: 15625951.
HSL color Cylindrical-coordinate representation of color #DF6EEE: hue angle of 292.97º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF6EEE is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 110 | 238 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.07 |
| HSL | 292.97º | 0.79% | 0.68% | - |
| HSV(B) | 292.97º | 0.54% | 0.93% | - |
| XYZ | 51.44 | 33.01 | 84.55 | - |
| YUV | 158.38 | 172.94 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 110 | 238 | 0.06 | 0.54 | 0 | 0.07 | 292.97 | 0.79 | 0.68 |
| Hex | DF | 6E | EE | 6 | 36 | 0 | 7 | 125 | 4F | 44 |
| Octal | 337 | 156 | 356 | 6 | 66 | 0 | 7 | 445 | 117 | 104 |
| Binary | 11011111 | 1101110 | 11101110 | 110 | 110110 | 0 | 111 | 100100101 | 1001111 | 1000100 |
Color Harmonies of #DF6EEE
Complementary color
Monochromatic Colors of #DF6EEE
Black with #DF6EEE
Text Example
Text Example
White with #DF6EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6EEE; }
p { color: rgb(223,110,238); }
H1.HeaderClassName
{
color: #DF6EEE;
}
.AnyTagClassName
{
color: #DF6EEE;
}
</style>
background-color css
<style>
a { background-color: #DF6EEE; }
a { background-color: rgb(223,110,238); }
div.DivClassName
{
background-color: #DF6EEE;
}
.BgClassName
{
background-color: #DF6EEE;
}
</style>
border-color css
<style>
span { border-color: #DF6EEE; }
span { border-color: rgb(223,110,238); }
td.TdClassName
{
border-color: #DF6EEE;
}
.TagClassName
{
border-color: #DF6EEE;
}
</style>