Shades of Heliotrope #DF64EF
Tints of Heliotrope #DF64EF
RGB
CMYK
RGB Variations
Color information
#DF64EF (or 0xDF64EF) is known color: Heliotrope. HEX triplet: DF, 64 and EF. RGB value is (223,100,239). Sum of RGB (Red+Green+Blue) = 223+100+239=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 100 (39.45% from 255 or 17.79% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF64EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF64EF is #209B10. Grayscale: #989898. Windows color (decimal): -2136849 or 15688927. OLE color: 15688927.
HSL color Cylindrical-coordinate representation of color #DF64EF: hue angle of 293.09º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF64EF is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 100 | 239 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.06 |
| HSL | 293.09º | 0.81% | 0.66% | - |
| HSV(B) | 293.09º | 0.58% | 0.94% | - |
| XYZ | 50.57 | 31.03 | 84.99 | - |
| YUV | 152.62 | 176.75 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 239 | 0.07 | 0.58 | 0 | 0.06 | 293.09 | 0.81 | 0.66 |
| Hex | DF | 64 | EF | 7 | 3A | 0 | 6 | 125 | 51 | 42 |
| Octal | 337 | 144 | 357 | 7 | 72 | 0 | 6 | 445 | 121 | 102 |
| Binary | 11011111 | 1100100 | 11101111 | 111 | 111010 | 0 | 110 | 100100101 | 1010001 | 1000010 |
Color Harmonies of #DF64EF
Complementary color
Monochromatic Colors of #DF64EF
Black with #DF64EF
Text Example
Text Example
White with #DF64EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF64EF; }
p { color: rgb(223,100,239); }
H1.HeaderClassName
{
color: #DF64EF;
}
.AnyTagClassName
{
color: #DF64EF;
}
</style>
background-color css
<style>
a { background-color: #DF64EF; }
a { background-color: rgb(223,100,239); }
div.DivClassName
{
background-color: #DF64EF;
}
.BgClassName
{
background-color: #DF64EF;
}
</style>
border-color css
<style>
span { border-color: #DF64EF; }
span { border-color: rgb(223,100,239); }
td.TdClassName
{
border-color: #DF64EF;
}
.TagClassName
{
border-color: #DF64EF;
}
</style>