Shades of Heliotrope #DF61EE
Tints of Heliotrope #DF61EE
RGB
CMYK
RGB Variations
Color information
#DF61EE (or 0xDF61EE) is known color: Heliotrope. HEX triplet: DF, 61 and EE. RGB value is (223,97,238). Sum of RGB (Red+Green+Blue) = 223+97+238=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 97 (38.28% from 255 or 17.38% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF61EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF61EE is #209E11. Grayscale: #969696. Windows color (decimal): -2137618 or 15622623. OLE color: 15622623.
HSL color Cylindrical-coordinate representation of color #DF61EE: hue angle of 293.62º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF61EE is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 97 | 238 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.07 |
| HSL | 293.62º | 0.81% | 0.66% | - |
| HSV(B) | 293.62º | 0.59% | 0.93% | - |
| XYZ | 50.14 | 30.41 | 84.12 | - |
| YUV | 150.75 | 177.24 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 238 | 0.06 | 0.59 | 0 | 0.07 | 293.62 | 0.81 | 0.66 |
| Hex | DF | 61 | EE | 6 | 3B | 0 | 7 | 126 | 51 | 42 |
| Octal | 337 | 141 | 356 | 6 | 73 | 0 | 7 | 446 | 121 | 102 |
| Binary | 11011111 | 1100001 | 11101110 | 110 | 111011 | 0 | 111 | 100100110 | 1010001 | 1000010 |
Color Harmonies of #DF61EE
Complementary color
Monochromatic Colors of #DF61EE
Black with #DF61EE
Text Example
Text Example
White with #DF61EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF61EE; }
p { color: rgb(223,97,238); }
H1.HeaderClassName
{
color: #DF61EE;
}
.AnyTagClassName
{
color: #DF61EE;
}
</style>
background-color css
<style>
a { background-color: #DF61EE; }
a { background-color: rgb(223,97,238); }
div.DivClassName
{
background-color: #DF61EE;
}
.BgClassName
{
background-color: #DF61EE;
}
</style>
border-color css
<style>
span { border-color: #DF61EE; }
span { border-color: rgb(223,97,238); }
td.TdClassName
{
border-color: #DF61EE;
}
.TagClassName
{
border-color: #DF61EE;
}
</style>