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