Shades of Violet #DB8DEC
Tints of Violet #DB8DEC
RGB
CMYK
RGB Variations
Color information
#DB8DEC (or 0xDB8DEC) is known color: Violet. HEX triplet: DB, 8D and EC. RGB value is (219,141,236). Sum of RGB (Red+Green+Blue) = 219+141+236=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 141 (55.47% from 255 or 23.66% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB8DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8DEC is #247213. Grayscale: #AEAEAE. Windows color (decimal): -2388500 or 15502811. OLE color: 15502811.
HSL color Cylindrical-coordinate representation of color #DB8DEC: hue angle of 289.26º 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 #DB8DEC is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 141 | 236 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.07 |
| HSL | 289.26º | 0.71% | 0.74% | - |
| HSV(B) | 289.26º | 0.4% | 0.93% | - |
| XYZ | 53.88 | 40.17 | 84.27 | - |
| YUV | 175.15 | 162.34 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 236 | 0.07 | 0.40 | 0 | 0.07 | 289.26 | 0.71 | 0.74 |
| Hex | DB | 8D | EC | 7 | 28 | 0 | 7 | 121 | 47 | 4A |
| Octal | 333 | 215 | 354 | 7 | 50 | 0 | 7 | 441 | 107 | 112 |
| Binary | 11011011 | 10001101 | 11101100 | 111 | 101000 | 0 | 111 | 100100001 | 1000111 | 1001010 |
Color Harmonies of #DB8DEC
Complementary color
Monochromatic Colors of #DB8DEC
Black with #DB8DEC
Text Example
Text Example
White with #DB8DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8DEC; }
p { color: rgb(219,141,236); }
H1.HeaderClassName
{
color: #DB8DEC;
}
.AnyTagClassName
{
color: #DB8DEC;
}
</style>
background-color css
<style>
a { background-color: #DB8DEC; }
a { background-color: rgb(219,141,236); }
div.DivClassName
{
background-color: #DB8DEC;
}
.BgClassName
{
background-color: #DB8DEC;
}
</style>
border-color css
<style>
span { border-color: #DB8DEC; }
span { border-color: rgb(219,141,236); }
td.TdClassName
{
border-color: #DB8DEC;
}
.TagClassName
{
border-color: #DB8DEC;
}
</style>