Shades of Plum #DB9AD9
Tints of Plum #DB9AD9
RGB
CMYK
RGB Variations
Color information
#DB9AD9 (or 0xDB9AD9) is known color: Plum. HEX triplet: DB, 9A and D9. RGB value is (219,154,217). Sum of RGB (Red+Green+Blue) = 219+154+217=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 154 (60.55% from 255 or 26.10% from 590); Blue value is 217 (85.16% from 255 or 36.78% from 590); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9AD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9AD9 is #246526. Grayscale: #B4B4B4. Windows color (decimal): -2385191 or 14260955. OLE color: 14260955.
HSL color Cylindrical-coordinate representation of color #DB9AD9: hue angle of 301.85º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB9AD9 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 217 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.14 |
| HSL | 301.85º | 0.47% | 0.73% | - |
| HSV(B) | 301.85º | 0.3% | 0.86% | - |
| XYZ | 53.29 | 43.18 | 71.17 | - |
| YUV | 180.62 | 148.53 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 217 | 0 | 0.30 | 0.01 | 0.14 | 301.85 | 0.47 | 0.73 |
| Hex | DB | 9A | D9 | 0 | 1E | 1 | E | 12E | 2F | 49 |
| Octal | 333 | 232 | 331 | 0 | 36 | 1 | 16 | 456 | 57 | 111 |
| Binary | 11011011 | 10011010 | 11011001 | 0 | 11110 | 1 | 1110 | 100101110 | 101111 | 1001001 |
Color Harmonies of #DB9AD9
Complementary color
Monochromatic Colors of #DB9AD9
Black with #DB9AD9
Text Example
Text Example
White with #DB9AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9AD9; }
p { color: rgb(219,154,217); }
H1.HeaderClassName
{
color: #DB9AD9;
}
.AnyTagClassName
{
color: #DB9AD9;
}
</style>
background-color css
<style>
a { background-color: #DB9AD9; }
a { background-color: rgb(219,154,217); }
div.DivClassName
{
background-color: #DB9AD9;
}
.BgClassName
{
background-color: #DB9AD9;
}
</style>
border-color css
<style>
span { border-color: #DB9AD9; }
span { border-color: rgb(219,154,217); }
td.TdClassName
{
border-color: #DB9AD9;
}
.TagClassName
{
border-color: #DB9AD9;
}
</style>