Shades of Plum #DAA6DB
Tints of Plum #DAA6DB
RGB
CMYK
RGB Variations
Color information
#DAA6DB (or 0xDAA6DB) is known color: Plum. HEX triplet: DA, A6 and DB. RGB value is (218,166,219). Sum of RGB (Red+Green+Blue) = 218+166+219=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 166 (65.23% from 255 or 27.53% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAA6DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA6DB is #255924. Grayscale: #BBBBBB. Windows color (decimal): -2447653 or 14395098. OLE color: 14395098.
HSL color Cylindrical-coordinate representation of color #DAA6DB: hue angle of 298.87º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAA6DB is Cyan = 0.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 166 | 219 | - |
| CMYK | 0.00 | 0.24 | 0 | 0.14 |
| HSL | 298.87º | 0.42% | 0.75% | - |
| HSV(B) | 298.87º | 0.24% | 0.86% | - |
| XYZ | 55.34 | 47.29 | 73.23 | - |
| YUV | 187.59 | 145.73 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 219 | 0.00 | 0.24 | 0 | 0.14 | 298.87 | 0.42 | 0.75 |
| Hex | DA | A6 | DB | 0 | 18 | 0 | E | 12B | 2A | 4B |
| Octal | 332 | 246 | 333 | 0 | 30 | 0 | 16 | 453 | 52 | 113 |
| Binary | 11011010 | 10100110 | 11011011 | 0 | 11000 | 0 | 1110 | 100101011 | 101010 | 1001011 |
Color Harmonies of #DAA6DB
Complementary color
Monochromatic Colors of #DAA6DB
Black with #DAA6DB
Text Example
Text Example
White with #DAA6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA6DB; }
p { color: rgb(218,166,219); }
H1.HeaderClassName
{
color: #DAA6DB;
}
.AnyTagClassName
{
color: #DAA6DB;
}
</style>
background-color css
<style>
a { background-color: #DAA6DB; }
a { background-color: rgb(218,166,219); }
div.DivClassName
{
background-color: #DAA6DB;
}
.BgClassName
{
background-color: #DAA6DB;
}
</style>
border-color css
<style>
span { border-color: #DAA6DB; }
span { border-color: rgb(218,166,219); }
td.TdClassName
{
border-color: #DAA6DB;
}
.TagClassName
{
border-color: #DAA6DB;
}
</style>