Shades of Plum #DB8ED9
Tints of Plum #DB8ED9
RGB
CMYK
RGB Variations
Color information
#DB8ED9 (or 0xDB8ED9) is known color: Plum. HEX triplet: DB, 8E and D9. RGB value is (219,142,217). Sum of RGB (Red+Green+Blue) = 219+142+217=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 142 (55.86% from 255 or 24.57% from 578); Blue value is 217 (85.16% from 255 or 37.54% from 578); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8ED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8ED9 is #247126. Grayscale: #ADADAD. Windows color (decimal): -2388263 or 14257883. OLE color: 14257883.
HSL color Cylindrical-coordinate representation of color #DB8ED9: hue angle of 301.56º 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 #DB8ED9 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 142 | 217 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.14 |
| HSL | 301.56º | 0.52% | 0.71% | - |
| HSV(B) | 301.56º | 0.35% | 0.86% | - |
| XYZ | 51.41 | 39.42 | 70.54 | - |
| YUV | 173.57 | 152.51 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 217 | 0 | 0.35 | 0.01 | 0.14 | 301.56 | 0.52 | 0.71 |
| Hex | DB | 8E | D9 | 0 | 23 | 1 | E | 12E | 34 | 47 |
| Octal | 333 | 216 | 331 | 0 | 43 | 1 | 16 | 456 | 64 | 107 |
| Binary | 11011011 | 10001110 | 11011001 | 0 | 100011 | 1 | 1110 | 100101110 | 110100 | 1000111 |
Color Harmonies of #DB8ED9
Complementary color
Monochromatic Colors of #DB8ED9
Black with #DB8ED9
Text Example
Text Example
White with #DB8ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8ED9; }
p { color: rgb(219,142,217); }
H1.HeaderClassName
{
color: #DB8ED9;
}
.AnyTagClassName
{
color: #DB8ED9;
}
</style>
background-color css
<style>
a { background-color: #DB8ED9; }
a { background-color: rgb(219,142,217); }
div.DivClassName
{
background-color: #DB8ED9;
}
.BgClassName
{
background-color: #DB8ED9;
}
</style>
border-color css
<style>
span { border-color: #DB8ED9; }
span { border-color: rgb(219,142,217); }
td.TdClassName
{
border-color: #DB8ED9;
}
.TagClassName
{
border-color: #DB8ED9;
}
</style>