Shades of Heliotrope #DB6EEB
Tints of Heliotrope #DB6EEB
RGB
CMYK
RGB Variations
Color information
#DB6EEB (or 0xDB6EEB) is known color: Heliotrope. HEX triplet: DB, 6E and EB. RGB value is (219,110,235). Sum of RGB (Red+Green+Blue) = 219+110+235=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 110 (43.36% from 255 or 19.50% from 564); Blue value is 235 (92.19% from 255 or 41.67% from 564); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB6EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6EEB is #249114. Grayscale: #9C9C9C. Windows color (decimal): -2396437 or 15429339. OLE color: 15429339.
HSL color Cylindrical-coordinate representation of color #DB6EEB: hue angle of 292.32º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB6EEB is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 110 | 235 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.08 |
| HSL | 292.32º | 0.76% | 0.68% | - |
| HSV(B) | 292.32º | 0.53% | 0.92% | - |
| XYZ | 49.78 | 32.21 | 82.19 | - |
| YUV | 156.84 | 172.11 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 110 | 235 | 0.07 | 0.53 | 0 | 0.08 | 292.32 | 0.76 | 0.68 |
| Hex | DB | 6E | EB | 7 | 35 | 0 | 8 | 124 | 4C | 44 |
| Octal | 333 | 156 | 353 | 7 | 65 | 0 | 10 | 444 | 114 | 104 |
| Binary | 11011011 | 1101110 | 11101011 | 111 | 110101 | 0 | 1000 | 100100100 | 1001100 | 1000100 |
Color Harmonies of #DB6EEB
Complementary color
Monochromatic Colors of #DB6EEB
Black with #DB6EEB
Text Example
Text Example
White with #DB6EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6EEB; }
p { color: rgb(219,110,235); }
H1.HeaderClassName
{
color: #DB6EEB;
}
.AnyTagClassName
{
color: #DB6EEB;
}
</style>
background-color css
<style>
a { background-color: #DB6EEB; }
a { background-color: rgb(219,110,235); }
div.DivClassName
{
background-color: #DB6EEB;
}
.BgClassName
{
background-color: #DB6EEB;
}
</style>
border-color css
<style>
span { border-color: #DB6EEB; }
span { border-color: rgb(219,110,235); }
td.TdClassName
{
border-color: #DB6EEB;
}
.TagClassName
{
border-color: #DB6EEB;
}
</style>