Shades of Heliotrope #DF64ED
Tints of Heliotrope #DF64ED
RGB
CMYK
RGB Variations
Color information
#DF64ED (or 0xDF64ED) is known color: Heliotrope. HEX triplet: DF, 64 and ED. RGB value is (223,100,237). Sum of RGB (Red+Green+Blue) = 223+100+237=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 100 (39.45% from 255 or 17.86% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF64ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF64ED is #209B12. Grayscale: #979797. Windows color (decimal): -2136851 or 15557855. OLE color: 15557855.
HSL color Cylindrical-coordinate representation of color #DF64ED: hue angle of 293.87º degrees, saturation: 0.79, 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 #DF64ED is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 100 | 237 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.07 |
| HSL | 293.87º | 0.79% | 0.66% | - |
| HSV(B) | 293.87º | 0.58% | 0.93% | - |
| XYZ | 50.27 | 30.92 | 83.44 | - |
| YUV | 152.4 | 175.75 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 237 | 0.06 | 0.58 | 0 | 0.07 | 293.87 | 0.79 | 0.66 |
| Hex | DF | 64 | ED | 6 | 3A | 0 | 7 | 126 | 4F | 42 |
| Octal | 337 | 144 | 355 | 6 | 72 | 0 | 7 | 446 | 117 | 102 |
| Binary | 11011111 | 1100100 | 11101101 | 110 | 111010 | 0 | 111 | 100100110 | 1001111 | 1000010 |
Color Harmonies of #DF64ED
Complementary color
Monochromatic Colors of #DF64ED
Black with #DF64ED
Text Example
Text Example
White with #DF64ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF64ED; }
p { color: rgb(223,100,237); }
H1.HeaderClassName
{
color: #DF64ED;
}
.AnyTagClassName
{
color: #DF64ED;
}
</style>
background-color css
<style>
a { background-color: #DF64ED; }
a { background-color: rgb(223,100,237); }
div.DivClassName
{
background-color: #DF64ED;
}
.BgClassName
{
background-color: #DF64ED;
}
</style>
border-color css
<style>
span { border-color: #DF64ED; }
span { border-color: rgb(223,100,237); }
td.TdClassName
{
border-color: #DF64ED;
}
.TagClassName
{
border-color: #DF64ED;
}
</style>