Shades of Heliotrope #DF64EC
Tints of Heliotrope #DF64EC
RGB
CMYK
RGB Variations
Color information
#DF64EC (or 0xDF64EC) is known color: Heliotrope. HEX triplet: DF, 64 and EC. RGB value is (223,100,236). Sum of RGB (Red+Green+Blue) = 223+100+236=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 100 (39.45% from 255 or 17.89% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF64EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF64EC is #209B13. Grayscale: #979797. Windows color (decimal): -2136852 or 15492319. OLE color: 15492319.
HSL color Cylindrical-coordinate representation of color #DF64EC: hue angle of 294.26º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF64EC is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 100 | 236 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.07 |
| HSL | 294.26º | 0.78% | 0.66% | - |
| HSV(B) | 294.26º | 0.58% | 0.93% | - |
| XYZ | 50.13 | 30.86 | 82.67 | - |
| YUV | 152.28 | 175.25 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 236 | 0.06 | 0.58 | 0 | 0.07 | 294.26 | 0.78 | 0.66 |
| Hex | DF | 64 | EC | 6 | 3A | 0 | 7 | 126 | 4E | 42 |
| Octal | 337 | 144 | 354 | 6 | 72 | 0 | 7 | 446 | 116 | 102 |
| Binary | 11011111 | 1100100 | 11101100 | 110 | 111010 | 0 | 111 | 100100110 | 1001110 | 1000010 |
Color Harmonies of #DF64EC
Complementary color
Monochromatic Colors of #DF64EC
Black with #DF64EC
Text Example
Text Example
White with #DF64EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF64EC; }
p { color: rgb(223,100,236); }
H1.HeaderClassName
{
color: #DF64EC;
}
.AnyTagClassName
{
color: #DF64EC;
}
</style>
background-color css
<style>
a { background-color: #DF64EC; }
a { background-color: rgb(223,100,236); }
div.DivClassName
{
background-color: #DF64EC;
}
.BgClassName
{
background-color: #DF64EC;
}
</style>
border-color css
<style>
span { border-color: #DF64EC; }
span { border-color: rgb(223,100,236); }
td.TdClassName
{
border-color: #DF64EC;
}
.TagClassName
{
border-color: #DF64EC;
}
</style>