Shades of Plum #DAA1DD
Tints of Plum #DAA1DD
RGB
CMYK
RGB Variations
Color information
#DAA1DD (or 0xDAA1DD) is known color: Plum. HEX triplet: DA, A1 and DD. RGB value is (218,161,221). Sum of RGB (Red+Green+Blue) = 218+161+221=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 161 (63.28% from 255 or 26.83% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAA1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA1DD is #255E22. Grayscale: #B8B8B8. Windows color (decimal): -2448931 or 14524890. OLE color: 14524890.
HSL color Cylindrical-coordinate representation of color #DAA1DD: hue angle of 297º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAA1DD is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 161 | 221 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.13 |
| HSL | 297º | 0.47% | 0.75% | - |
| HSV(B) | 297º | 0.27% | 0.87% | - |
| XYZ | 54.71 | 45.62 | 74.33 | - |
| YUV | 184.88 | 148.38 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 161 | 221 | 0.01 | 0.27 | 0 | 0.13 | 297 | 0.47 | 0.75 |
| Hex | DA | A1 | DD | 1 | 1B | 0 | D | 129 | 2F | 4B |
| Octal | 332 | 241 | 335 | 1 | 33 | 0 | 15 | 451 | 57 | 113 |
| Binary | 11011010 | 10100001 | 11011101 | 1 | 11011 | 0 | 1101 | 100101001 | 101111 | 1001011 |
Color Harmonies of #DAA1DD
Complementary color
Monochromatic Colors of #DAA1DD
Black with #DAA1DD
Text Example
Text Example
White with #DAA1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA1DD; }
p { color: rgb(218,161,221); }
H1.HeaderClassName
{
color: #DAA1DD;
}
.AnyTagClassName
{
color: #DAA1DD;
}
</style>
background-color css
<style>
a { background-color: #DAA1DD; }
a { background-color: rgb(218,161,221); }
div.DivClassName
{
background-color: #DAA1DD;
}
.BgClassName
{
background-color: #DAA1DD;
}
</style>
border-color css
<style>
span { border-color: #DAA1DD; }
span { border-color: rgb(218,161,221); }
td.TdClassName
{
border-color: #DAA1DD;
}
.TagClassName
{
border-color: #DAA1DD;
}
</style>