Shades of Heliotrope #DB6EED
Tints of Heliotrope #DB6EED
RGB
CMYK
RGB Variations
Color information
#DB6EED (or 0xDB6EED) is known color: Heliotrope. HEX triplet: DB, 6E and ED. RGB value is (219,110,237). Sum of RGB (Red+Green+Blue) = 219+110+237=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 110 (43.36% from 255 or 19.43% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB6EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6EED is #249112. Grayscale: #9C9C9C. Windows color (decimal): -2396435 or 15560411. OLE color: 15560411.
HSL color Cylindrical-coordinate representation of color #DB6EED: hue angle of 291.5º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB6EED is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 110 | 237 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.07 |
| HSL | 291.5º | 0.78% | 0.68% | - |
| HSV(B) | 291.5º | 0.54% | 0.93% | - |
| XYZ | 50.08 | 32.33 | 83.72 | - |
| YUV | 157.07 | 173.11 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 110 | 237 | 0.08 | 0.54 | 0 | 0.07 | 291.5 | 0.78 | 0.68 |
| Hex | DB | 6E | ED | 8 | 36 | 0 | 7 | 123 | 4E | 44 |
| Octal | 333 | 156 | 355 | 10 | 66 | 0 | 7 | 443 | 116 | 104 |
| Binary | 11011011 | 1101110 | 11101101 | 1000 | 110110 | 0 | 111 | 100100011 | 1001110 | 1000100 |
Color Harmonies of #DB6EED
Complementary color
Monochromatic Colors of #DB6EED
Black with #DB6EED
Text Example
Text Example
White with #DB6EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6EED; }
p { color: rgb(219,110,237); }
H1.HeaderClassName
{
color: #DB6EED;
}
.AnyTagClassName
{
color: #DB6EED;
}
</style>
background-color css
<style>
a { background-color: #DB6EED; }
a { background-color: rgb(219,110,237); }
div.DivClassName
{
background-color: #DB6EED;
}
.BgClassName
{
background-color: #DB6EED;
}
</style>
border-color css
<style>
span { border-color: #DB6EED; }
span { border-color: rgb(219,110,237); }
td.TdClassName
{
border-color: #DB6EED;
}
.TagClassName
{
border-color: #DB6EED;
}
</style>