Shades of Plum #DAA1DC
Tints of Plum #DAA1DC
RGB
CMYK
RGB Variations
Color information
#DAA1DC (or 0xDAA1DC) is known color: Plum. HEX triplet: DA, A1 and DC. RGB value is (218,161,220). Sum of RGB (Red+Green+Blue) = 218+161+220=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 161 (63.28% from 255 or 26.88% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAA1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA1DC is #255E23. Grayscale: #B8B8B8. Windows color (decimal): -2448932 or 14459354. OLE color: 14459354.
HSL color Cylindrical-coordinate representation of color #DAA1DC: hue angle of 297.97º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAA1DC is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 161 | 220 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.14 |
| HSL | 297.97º | 0.46% | 0.75% | - |
| HSV(B) | 297.97º | 0.27% | 0.86% | - |
| XYZ | 54.58 | 45.56 | 73.63 | - |
| YUV | 184.77 | 147.88 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 161 | 220 | 0.01 | 0.27 | 0 | 0.14 | 297.97 | 0.46 | 0.75 |
| Hex | DA | A1 | DC | 1 | 1B | 0 | E | 12A | 2E | 4B |
| Octal | 332 | 241 | 334 | 1 | 33 | 0 | 16 | 452 | 56 | 113 |
| Binary | 11011010 | 10100001 | 11011100 | 1 | 11011 | 0 | 1110 | 100101010 | 101110 | 1001011 |
Color Harmonies of #DAA1DC
Complementary color
Monochromatic Colors of #DAA1DC
Black with #DAA1DC
Text Example
Text Example
White with #DAA1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA1DC; }
p { color: rgb(218,161,220); }
H1.HeaderClassName
{
color: #DAA1DC;
}
.AnyTagClassName
{
color: #DAA1DC;
}
</style>
background-color css
<style>
a { background-color: #DAA1DC; }
a { background-color: rgb(218,161,220); }
div.DivClassName
{
background-color: #DAA1DC;
}
.BgClassName
{
background-color: #DAA1DC;
}
</style>
border-color css
<style>
span { border-color: #DAA1DC; }
span { border-color: rgb(218,161,220); }
td.TdClassName
{
border-color: #DAA1DC;
}
.TagClassName
{
border-color: #DAA1DC;
}
</style>