Shades of Plum #DAAAD9
Tints of Plum #DAAAD9
RGB
CMYK
RGB Variations
Color information
#DAAAD9 (or 0xDAAAD9) is known color: Plum. HEX triplet: DA, AA and D9. RGB value is (218,170,217). Sum of RGB (Red+Green+Blue) = 218+170+217=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 217 (85.16% from 255 or 35.87% from 605); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAAD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAAD9 is #255526. Grayscale: #BDBDBD. Windows color (decimal): -2446631 or 14265050. OLE color: 14265050.
HSL color Cylindrical-coordinate representation of color #DAAAD9: hue angle of 301.25º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAAAD9 is Cyan = 0, Magento = 0.22, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 217 | - |
| CMYK | 0 | 0.22 | 0.00 | 0.15 |
| HSL | 301.25º | 0.39% | 0.76% | - |
| HSV(B) | 301.25º | 0.22% | 0.85% | - |
| XYZ | 55.81 | 48.66 | 72.1 | - |
| YUV | 189.71 | 143.4 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 217 | 0 | 0.22 | 0.00 | 0.15 | 301.25 | 0.39 | 0.76 |
| Hex | DA | AA | D9 | 0 | 16 | 0 | F | 12D | 27 | 4C |
| Octal | 332 | 252 | 331 | 0 | 26 | 0 | 17 | 455 | 47 | 114 |
| Binary | 11011010 | 10101010 | 11011001 | 0 | 10110 | 0 | 1111 | 100101101 | 100111 | 1001100 |
Color Harmonies of #DAAAD9
Complementary color
Monochromatic Colors of #DAAAD9
Black with #DAAAD9
Text Example
Text Example
White with #DAAAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAAD9; }
p { color: rgb(218,170,217); }
H1.HeaderClassName
{
color: #DAAAD9;
}
.AnyTagClassName
{
color: #DAAAD9;
}
</style>
background-color css
<style>
a { background-color: #DAAAD9; }
a { background-color: rgb(218,170,217); }
div.DivClassName
{
background-color: #DAAAD9;
}
.BgClassName
{
background-color: #DAAAD9;
}
</style>
border-color css
<style>
span { border-color: #DAAAD9; }
span { border-color: rgb(218,170,217); }
td.TdClassName
{
border-color: #DAAAD9;
}
.TagClassName
{
border-color: #DAAAD9;
}
</style>