Shades of Plum #DAA0DB
Tints of Plum #DAA0DB
RGB
CMYK
RGB Variations
Color information
#DAA0DB (or 0xDAA0DB) is known color: Plum. HEX triplet: DA, A0 and DB. RGB value is (218,160,219). Sum of RGB (Red+Green+Blue) = 218+160+219=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 160 (62.89% from 255 or 26.80% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAA0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA0DB is #255F24. Grayscale: #B7B7B7. Windows color (decimal): -2449189 or 14393562. OLE color: 14393562.
HSL color Cylindrical-coordinate representation of color #DAA0DB: hue angle of 298.98º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAA0DB is Cyan = 0.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 160 | 219 | - |
| CMYK | 0.00 | 0.27 | 0 | 0.14 |
| HSL | 298.98º | 0.45% | 0.74% | - |
| HSV(B) | 298.98º | 0.27% | 0.86% | - |
| XYZ | 54.27 | 45.16 | 72.87 | - |
| YUV | 184.07 | 147.72 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 219 | 0.00 | 0.27 | 0 | 0.14 | 298.98 | 0.45 | 0.74 |
| Hex | DA | A0 | DB | 0 | 1B | 0 | E | 12B | 2D | 4A |
| Octal | 332 | 240 | 333 | 0 | 33 | 0 | 16 | 453 | 55 | 112 |
| Binary | 11011010 | 10100000 | 11011011 | 0 | 11011 | 0 | 1110 | 100101011 | 101101 | 1001010 |
Color Harmonies of #DAA0DB
Complementary color
Monochromatic Colors of #DAA0DB
Black with #DAA0DB
Text Example
Text Example
White with #DAA0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA0DB; }
p { color: rgb(218,160,219); }
H1.HeaderClassName
{
color: #DAA0DB;
}
.AnyTagClassName
{
color: #DAA0DB;
}
</style>
background-color css
<style>
a { background-color: #DAA0DB; }
a { background-color: rgb(218,160,219); }
div.DivClassName
{
background-color: #DAA0DB;
}
.BgClassName
{
background-color: #DAA0DB;
}
</style>
border-color css
<style>
span { border-color: #DAA0DB; }
span { border-color: rgb(218,160,219); }
td.TdClassName
{
border-color: #DAA0DB;
}
.TagClassName
{
border-color: #DAA0DB;
}
</style>