Shades of Heliotrope #DC64EB
Tints of Heliotrope #DC64EB
RGB
CMYK
RGB Variations
Color information
#DC64EB (or 0xDC64EB) is known color: Heliotrope. HEX triplet: DC, 64 and EB. RGB value is (220,100,235). Sum of RGB (Red+Green+Blue) = 220+100+235=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 100 (39.45% from 255 or 18.02% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #DC64EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC64EB is #239B14. Grayscale: #969696. Windows color (decimal): -2333461 or 15426780. OLE color: 15426780.
HSL color Cylindrical-coordinate representation of color #DC64EB: hue angle of 293.33º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC64EB is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 100 | 235 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.08 |
| HSL | 293.33º | 0.77% | 0.66% | - |
| HSV(B) | 293.33º | 0.57% | 0.92% | - |
| XYZ | 49.07 | 30.33 | 81.87 | - |
| YUV | 151.27 | 175.26 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 235 | 0.06 | 0.57 | 0 | 0.08 | 293.33 | 0.77 | 0.66 |
| Hex | DC | 64 | EB | 6 | 39 | 0 | 8 | 125 | 4D | 42 |
| Octal | 334 | 144 | 353 | 6 | 71 | 0 | 10 | 445 | 115 | 102 |
| Binary | 11011100 | 1100100 | 11101011 | 110 | 111001 | 0 | 1000 | 100100101 | 1001101 | 1000010 |
Color Harmonies of #DC64EB
Complementary color
Monochromatic Colors of #DC64EB
Black with #DC64EB
Text Example
Text Example
White with #DC64EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC64EB; }
p { color: rgb(220,100,235); }
H1.HeaderClassName
{
color: #DC64EB;
}
.AnyTagClassName
{
color: #DC64EB;
}
</style>
background-color css
<style>
a { background-color: #DC64EB; }
a { background-color: rgb(220,100,235); }
div.DivClassName
{
background-color: #DC64EB;
}
.BgClassName
{
background-color: #DC64EB;
}
</style>
border-color css
<style>
span { border-color: #DC64EB; }
span { border-color: rgb(220,100,235); }
td.TdClassName
{
border-color: #DC64EB;
}
.TagClassName
{
border-color: #DC64EB;
}
</style>