Shades of Plum #DBA9DA
Tints of Plum #DBA9DA
RGB
CMYK
RGB Variations
Color information
#DBA9DA (or 0xDBA9DA) is known color: Plum. HEX triplet: DB, A9 and DA. RGB value is (219,169,218). Sum of RGB (Red+Green+Blue) = 219+169+218=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 169 (66.41% from 255 or 27.89% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA9DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA9DA is #245625. Grayscale: #BDBDBD. Windows color (decimal): -2381350 or 14330331. OLE color: 14330331.
HSL color Cylindrical-coordinate representation of color #DBA9DA: hue angle of 301.2º 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 #DBA9DA is Cyan = 0, Magento = 0.23, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 218 | - |
| CMYK | 0 | 0.23 | 0.00 | 0.14 |
| HSL | 301.2º | 0.41% | 0.76% | - |
| HSV(B) | 301.2º | 0.23% | 0.86% | - |
| XYZ | 56.06 | 48.5 | 72.74 | - |
| YUV | 189.54 | 144.07 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 218 | 0 | 0.23 | 0.00 | 0.14 | 301.2 | 0.41 | 0.76 |
| Hex | DB | A9 | DA | 0 | 17 | 0 | E | 12D | 29 | 4C |
| Octal | 333 | 251 | 332 | 0 | 27 | 0 | 16 | 455 | 51 | 114 |
| Binary | 11011011 | 10101001 | 11011010 | 0 | 10111 | 0 | 1110 | 100101101 | 101001 | 1001100 |
Color Harmonies of #DBA9DA
Complementary color
Monochromatic Colors of #DBA9DA
Black with #DBA9DA
Text Example
Text Example
White with #DBA9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA9DA; }
p { color: rgb(219,169,218); }
H1.HeaderClassName
{
color: #DBA9DA;
}
.AnyTagClassName
{
color: #DBA9DA;
}
</style>
background-color css
<style>
a { background-color: #DBA9DA; }
a { background-color: rgb(219,169,218); }
div.DivClassName
{
background-color: #DBA9DA;
}
.BgClassName
{
background-color: #DBA9DA;
}
</style>
border-color css
<style>
span { border-color: #DBA9DA; }
span { border-color: rgb(219,169,218); }
td.TdClassName
{
border-color: #DBA9DA;
}
.TagClassName
{
border-color: #DBA9DA;
}
</style>