Shades of Plum #DAA1D1
Tints of Plum #DAA1D1
RGB
CMYK
RGB Variations
Color information
#DAA1D1 (or 0xDAA1D1) is known color: Plum. HEX triplet: DA, A1 and D1. RGB value is (218,161,209). Sum of RGB (Red+Green+Blue) = 218+161+209=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 161 (63.28% from 255 or 27.38% from 588); Blue value is 209 (82.03% from 255 or 35.54% from 588); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA1D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA1D1 is #255E2E. Grayscale: #B7B7B7. Windows color (decimal): -2448943 or 13738458. OLE color: 13738458.
HSL color Cylindrical-coordinate representation of color #DAA1D1: hue angle of 309.47º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAA1D1 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 161 | 209 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.15 |
| HSL | 309.47º | 0.44% | 0.74% | - |
| HSV(B) | 309.47º | 0.26% | 0.85% | - |
| XYZ | 53.17 | 45 | 66.21 | - |
| YUV | 183.52 | 142.38 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 161 | 209 | 0 | 0.26 | 0.04 | 0.15 | 309.47 | 0.44 | 0.74 |
| Hex | DA | A1 | D1 | 0 | 1A | 4 | F | 135 | 2C | 4A |
| Octal | 332 | 241 | 321 | 0 | 32 | 4 | 17 | 465 | 54 | 112 |
| Binary | 11011010 | 10100001 | 11010001 | 0 | 11010 | 100 | 1111 | 100110101 | 101100 | 1001010 |
Color Harmonies of #DAA1D1
Complementary color
Monochromatic Colors of #DAA1D1
Black with #DAA1D1
Text Example
Text Example
White with #DAA1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA1D1; }
p { color: rgb(218,161,209); }
H1.HeaderClassName
{
color: #DAA1D1;
}
.AnyTagClassName
{
color: #DAA1D1;
}
</style>
background-color css
<style>
a { background-color: #DAA1D1; }
a { background-color: rgb(218,161,209); }
div.DivClassName
{
background-color: #DAA1D1;
}
.BgClassName
{
background-color: #DAA1D1;
}
</style>
border-color css
<style>
span { border-color: #DAA1D1; }
span { border-color: rgb(218,161,209); }
td.TdClassName
{
border-color: #DAA1D1;
}
.TagClassName
{
border-color: #DAA1D1;
}
</style>