Shades of Heliotrope #DF61EF
Tints of Heliotrope #DF61EF
RGB
CMYK
RGB Variations
Color information
#DF61EF (or 0xDF61EF) is known color: Heliotrope. HEX triplet: DF, 61 and EF. RGB value is (223,97,239). Sum of RGB (Red+Green+Blue) = 223+97+239=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 97 (38.28% from 255 or 17.35% from 559); Blue value is 239 (93.75% from 255 or 42.75% from 559); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF61EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF61EF is #209E10. Grayscale: #969696. Windows color (decimal): -2137617 or 15688159. OLE color: 15688159.
HSL color Cylindrical-coordinate representation of color #DF61EF: hue angle of 293.24º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF61EF is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 97 | 239 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.06 |
| HSL | 293.24º | 0.82% | 0.66% | - |
| HSV(B) | 293.24º | 0.59% | 0.94% | - |
| XYZ | 50.29 | 30.47 | 84.89 | - |
| YUV | 150.86 | 177.74 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 239 | 0.07 | 0.59 | 0 | 0.06 | 293.24 | 0.82 | 0.66 |
| Hex | DF | 61 | EF | 7 | 3B | 0 | 6 | 125 | 52 | 42 |
| Octal | 337 | 141 | 357 | 7 | 73 | 0 | 6 | 445 | 122 | 102 |
| Binary | 11011111 | 1100001 | 11101111 | 111 | 111011 | 0 | 110 | 100100101 | 1010010 | 1000010 |
Color Harmonies of #DF61EF
Complementary color
Monochromatic Colors of #DF61EF
Black with #DF61EF
Text Example
Text Example
White with #DF61EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF61EF; }
p { color: rgb(223,97,239); }
H1.HeaderClassName
{
color: #DF61EF;
}
.AnyTagClassName
{
color: #DF61EF;
}
</style>
background-color css
<style>
a { background-color: #DF61EF; }
a { background-color: rgb(223,97,239); }
div.DivClassName
{
background-color: #DF61EF;
}
.BgClassName
{
background-color: #DF61EF;
}
</style>
border-color css
<style>
span { border-color: #DF61EF; }
span { border-color: rgb(223,97,239); }
td.TdClassName
{
border-color: #DF61EF;
}
.TagClassName
{
border-color: #DF61EF;
}
</style>