Shades of Plum #DB9AD0
Tints of Plum #DB9AD0
RGB
CMYK
RGB Variations
Color information
#DB9AD0 (or 0xDB9AD0) is known color: Plum. HEX triplet: DB, 9A and D0. RGB value is (219,154,208). Sum of RGB (Red+Green+Blue) = 219+154+208=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 154 (60.55% from 255 or 26.51% from 581); Blue value is 208 (81.64% from 255 or 35.80% from 581); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9AD0 is #24652F. Grayscale: #B3B3B3. Windows color (decimal): -2385200 or 13671131. OLE color: 13671131.
HSL color Cylindrical-coordinate representation of color #DB9AD0: hue angle of 310.15º 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 #DB9AD0 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 208 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.14 |
| HSL | 310.15º | 0.47% | 0.73% | - |
| HSV(B) | 310.15º | 0.3% | 0.86% | - |
| XYZ | 52.15 | 42.73 | 65.17 | - |
| YUV | 179.59 | 144.03 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 208 | 0 | 0.30 | 0.05 | 0.14 | 310.15 | 0.47 | 0.73 |
| Hex | DB | 9A | D0 | 0 | 1E | 5 | E | 136 | 2F | 49 |
| Octal | 333 | 232 | 320 | 0 | 36 | 5 | 16 | 466 | 57 | 111 |
| Binary | 11011011 | 10011010 | 11010000 | 0 | 11110 | 101 | 1110 | 100110110 | 101111 | 1001001 |
Color Harmonies of #DB9AD0
Complementary color
Monochromatic Colors of #DB9AD0
Black with #DB9AD0
Text Example
Text Example
White with #DB9AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9AD0; }
p { color: rgb(219,154,208); }
H1.HeaderClassName
{
color: #DB9AD0;
}
.AnyTagClassName
{
color: #DB9AD0;
}
</style>
background-color css
<style>
a { background-color: #DB9AD0; }
a { background-color: rgb(219,154,208); }
div.DivClassName
{
background-color: #DB9AD0;
}
.BgClassName
{
background-color: #DB9AD0;
}
</style>
border-color css
<style>
span { border-color: #DB9AD0; }
span { border-color: rgb(219,154,208); }
td.TdClassName
{
border-color: #DB9AD0;
}
.TagClassName
{
border-color: #DB9AD0;
}
</style>