Shades of Heliotrope #DB64EB
Tints of Heliotrope #DB64EB
RGB
CMYK
RGB Variations
Color information
#DB64EB (or 0xDB64EB) is known color: Heliotrope. HEX triplet: DB, 64 and EB. RGB value is (219,100,235). Sum of RGB (Red+Green+Blue) = 219+100+235=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 100 (39.45% from 255 or 18.05% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB64EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB64EB is #249B14. Grayscale: #969696. Windows color (decimal): -2398997 or 15426779. OLE color: 15426779.
HSL color Cylindrical-coordinate representation of color #DB64EB: hue angle of 292.89º 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 #DB64EB is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 100 | 235 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.08 |
| HSL | 292.89º | 0.77% | 0.66% | - |
| HSV(B) | 292.89º | 0.57% | 0.92% | - |
| XYZ | 48.77 | 30.17 | 81.85 | - |
| YUV | 150.97 | 175.42 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 235 | 0.07 | 0.57 | 0 | 0.08 | 292.89 | 0.77 | 0.66 |
| Hex | DB | 64 | EB | 7 | 39 | 0 | 8 | 125 | 4D | 42 |
| Octal | 333 | 144 | 353 | 7 | 71 | 0 | 10 | 445 | 115 | 102 |
| Binary | 11011011 | 1100100 | 11101011 | 111 | 111001 | 0 | 1000 | 100100101 | 1001101 | 1000010 |
Color Harmonies of #DB64EB
Complementary color
Monochromatic Colors of #DB64EB
Black with #DB64EB
Text Example
Text Example
White with #DB64EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB64EB; }
p { color: rgb(219,100,235); }
H1.HeaderClassName
{
color: #DB64EB;
}
.AnyTagClassName
{
color: #DB64EB;
}
</style>
background-color css
<style>
a { background-color: #DB64EB; }
a { background-color: rgb(219,100,235); }
div.DivClassName
{
background-color: #DB64EB;
}
.BgClassName
{
background-color: #DB64EB;
}
</style>
border-color css
<style>
span { border-color: #DB64EB; }
span { border-color: rgb(219,100,235); }
td.TdClassName
{
border-color: #DB64EB;
}
.TagClassName
{
border-color: #DB64EB;
}
</style>