Shades of Plum #DB8EDB
Tints of Plum #DB8EDB
RGB
CMYK
RGB Variations
Color information
#DB8EDB (or 0xDB8EDB) is known color: Plum. HEX triplet: DB, 8E and DB. RGB value is (219,142,219). Sum of RGB (Red+Green+Blue) = 219+142+219=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 142 (55.86% from 255 or 24.48% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB8EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8EDB is #247124. Grayscale: #ADADAD. Windows color (decimal): -2388261 or 14388955. OLE color: 14388955.
HSL color Cylindrical-coordinate representation of color #DB8EDB: hue angle of 300º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB8EDB is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 142 | 219 | - |
| CMYK | 0 | 0.35 | 0 | 0.14 |
| HSL | 300º | 0.52% | 0.71% | - |
| HSV(B) | 300º | 0.35% | 0.86% | - |
| XYZ | 51.67 | 39.52 | 71.92 | - |
| YUV | 173.8 | 153.51 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 219 | 0 | 0.35 | 0 | 0.14 | 300 | 0.52 | 0.71 |
| Hex | DB | 8E | DB | 0 | 23 | 0 | E | 12C | 34 | 47 |
| Octal | 333 | 216 | 333 | 0 | 43 | 0 | 16 | 454 | 64 | 107 |
| Binary | 11011011 | 10001110 | 11011011 | 0 | 100011 | 0 | 1110 | 100101100 | 110100 | 1000111 |
Color Harmonies of #DB8EDB
Complementary color
Monochromatic Colors of #DB8EDB
Black with #DB8EDB
Text Example
Text Example
White with #DB8EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8EDB; }
p { color: rgb(219,142,219); }
H1.HeaderClassName
{
color: #DB8EDB;
}
.AnyTagClassName
{
color: #DB8EDB;
}
</style>
background-color css
<style>
a { background-color: #DB8EDB; }
a { background-color: rgb(219,142,219); }
div.DivClassName
{
background-color: #DB8EDB;
}
.BgClassName
{
background-color: #DB8EDB;
}
</style>
border-color css
<style>
span { border-color: #DB8EDB; }
span { border-color: rgb(219,142,219); }
td.TdClassName
{
border-color: #DB8EDB;
}
.TagClassName
{
border-color: #DB8EDB;
}
</style>