Shades of Plum #DBA9D8
Tints of Plum #DBA9D8
RGB
CMYK
RGB Variations
Color information
#DBA9D8 (or 0xDBA9D8) is known color: Plum. HEX triplet: DB, A9 and D8. RGB value is (219,169,216). Sum of RGB (Red+Green+Blue) = 219+169+216=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 169 (66.41% from 255 or 27.98% from 604); Blue value is 216 (84.77% from 255 or 35.76% from 604); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA9D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA9D8 is #245627. Grayscale: #BDBDBD. Windows color (decimal): -2381352 or 14199259. OLE color: 14199259.
HSL color Cylindrical-coordinate representation of color #DBA9D8: hue angle of 303.6º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBA9D8 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 216 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.14 |
| HSL | 303.6º | 0.41% | 0.76% | - |
| HSV(B) | 303.6º | 0.23% | 0.86% | - |
| XYZ | 55.8 | 48.39 | 71.37 | - |
| YUV | 189.31 | 143.07 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 216 | 0 | 0.23 | 0.01 | 0.14 | 303.6 | 0.41 | 0.76 |
| Hex | DB | A9 | D8 | 0 | 17 | 1 | E | 130 | 29 | 4C |
| Octal | 333 | 251 | 330 | 0 | 27 | 1 | 16 | 460 | 51 | 114 |
| Binary | 11011011 | 10101001 | 11011000 | 0 | 10111 | 1 | 1110 | 100110000 | 101001 | 1001100 |
Color Harmonies of #DBA9D8
Complementary color
Monochromatic Colors of #DBA9D8
Black with #DBA9D8
Text Example
Text Example
White with #DBA9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA9D8; }
p { color: rgb(219,169,216); }
H1.HeaderClassName
{
color: #DBA9D8;
}
.AnyTagClassName
{
color: #DBA9D8;
}
</style>
background-color css
<style>
a { background-color: #DBA9D8; }
a { background-color: rgb(219,169,216); }
div.DivClassName
{
background-color: #DBA9D8;
}
.BgClassName
{
background-color: #DBA9D8;
}
</style>
border-color css
<style>
span { border-color: #DBA9D8; }
span { border-color: rgb(219,169,216); }
td.TdClassName
{
border-color: #DBA9D8;
}
.TagClassName
{
border-color: #DBA9D8;
}
</style>