Shades of Plum #DB8AD9
Tints of Plum #DB8AD9
RGB
CMYK
RGB Variations
Color information
#DB8AD9 (or 0xDB8AD9) is known color: Plum. HEX triplet: DB, 8A and D9. RGB value is (219,138,217). Sum of RGB (Red+Green+Blue) = 219+138+217=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 138 (54.30% from 255 or 24.04% from 574); Blue value is 217 (85.16% from 255 or 37.80% from 574); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8AD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8AD9 is #247526. Grayscale: #AAAAAA. Windows color (decimal): -2389287 or 14256859. OLE color: 14256859.
HSL color Cylindrical-coordinate representation of color #DB8AD9: hue angle of 301.48º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB8AD9 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 217 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.14 |
| HSL | 301.48º | 0.53% | 0.7% | - |
| HSV(B) | 301.48º | 0.37% | 0.86% | - |
| XYZ | 50.83 | 38.25 | 70.35 | - |
| YUV | 171.23 | 153.84 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 217 | 0 | 0.37 | 0.01 | 0.14 | 301.48 | 0.53 | 0.7 |
| Hex | DB | 8A | D9 | 0 | 25 | 1 | E | 12D | 35 | 46 |
| Octal | 333 | 212 | 331 | 0 | 45 | 1 | 16 | 455 | 65 | 106 |
| Binary | 11011011 | 10001010 | 11011001 | 0 | 100101 | 1 | 1110 | 100101101 | 110101 | 1000110 |
Color Harmonies of #DB8AD9
Complementary color
Monochromatic Colors of #DB8AD9
Black with #DB8AD9
Text Example
Text Example
White with #DB8AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8AD9; }
p { color: rgb(219,138,217); }
H1.HeaderClassName
{
color: #DB8AD9;
}
.AnyTagClassName
{
color: #DB8AD9;
}
</style>
background-color css
<style>
a { background-color: #DB8AD9; }
a { background-color: rgb(219,138,217); }
div.DivClassName
{
background-color: #DB8AD9;
}
.BgClassName
{
background-color: #DB8AD9;
}
</style>
border-color css
<style>
span { border-color: #DB8AD9; }
span { border-color: rgb(219,138,217); }
td.TdClassName
{
border-color: #DB8AD9;
}
.TagClassName
{
border-color: #DB8AD9;
}
</style>