Shades of Violet #DB8EEC
Tints of Violet #DB8EEC
RGB
CMYK
RGB Variations
Color information
#DB8EEC (or 0xDB8EEC) is known color: Violet. HEX triplet: DB, 8E and EC. RGB value is (219,142,236). Sum of RGB (Red+Green+Blue) = 219+142+236=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 142 (55.86% from 255 or 23.79% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB8EEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8EEC is #247113. Grayscale: #AFAFAF. Windows color (decimal): -2388244 or 15503067. OLE color: 15503067.
HSL color Cylindrical-coordinate representation of color #DB8EEC: hue angle of 289.15º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB8EEC is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 142 | 236 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.07 |
| HSL | 289.15º | 0.71% | 0.74% | - |
| HSV(B) | 289.15º | 0.4% | 0.93% | - |
| XYZ | 54.03 | 40.46 | 84.32 | - |
| YUV | 175.74 | 162.01 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 236 | 0.07 | 0.40 | 0 | 0.07 | 289.15 | 0.71 | 0.74 |
| Hex | DB | 8E | EC | 7 | 28 | 0 | 7 | 121 | 47 | 4A |
| Octal | 333 | 216 | 354 | 7 | 50 | 0 | 7 | 441 | 107 | 112 |
| Binary | 11011011 | 10001110 | 11101100 | 111 | 101000 | 0 | 111 | 100100001 | 1000111 | 1001010 |
Color Harmonies of #DB8EEC
Complementary color
Monochromatic Colors of #DB8EEC
Black with #DB8EEC
Text Example
Text Example
White with #DB8EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8EEC; }
p { color: rgb(219,142,236); }
H1.HeaderClassName
{
color: #DB8EEC;
}
.AnyTagClassName
{
color: #DB8EEC;
}
</style>
background-color css
<style>
a { background-color: #DB8EEC; }
a { background-color: rgb(219,142,236); }
div.DivClassName
{
background-color: #DB8EEC;
}
.BgClassName
{
background-color: #DB8EEC;
}
</style>
border-color css
<style>
span { border-color: #DB8EEC; }
span { border-color: rgb(219,142,236); }
td.TdClassName
{
border-color: #DB8EEC;
}
.TagClassName
{
border-color: #DB8EEC;
}
</style>