Shades of Plum #DAA2E1
Tints of Plum #DAA2E1
RGB
CMYK
RGB Variations
Color information
#DAA2E1 (or 0xDAA2E1) is known color: Plum. HEX triplet: DA, A2 and E1. RGB value is (218,162,225). Sum of RGB (Red+Green+Blue) = 218+162+225=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 162 (63.67% from 255 or 26.78% from 605); Blue value is 225 (88.28% from 255 or 37.19% from 605); Max value from RGB is 225 - color contains mainly: blue. Hex color #DAA2E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA2E1 is #255D1E. Grayscale: #B9B9B9. Windows color (decimal): -2448671 or 14787290. OLE color: 14787290.
HSL color Cylindrical-coordinate representation of color #DAA2E1: hue angle of 293.33º degrees, saturation: 0.51, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAA2E1 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 162 | 225 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.12 |
| HSL | 293.33º | 0.51% | 0.76% | - |
| HSV(B) | 293.33º | 0.28% | 0.88% | - |
| XYZ | 55.42 | 46.18 | 77.23 | - |
| YUV | 185.93 | 150.05 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 225 | 0.03 | 0.28 | 0 | 0.12 | 293.33 | 0.51 | 0.76 |
| Hex | DA | A2 | E1 | 3 | 1C | 0 | C | 125 | 33 | 4C |
| Octal | 332 | 242 | 341 | 3 | 34 | 0 | 14 | 445 | 63 | 114 |
| Binary | 11011010 | 10100010 | 11100001 | 11 | 11100 | 0 | 1100 | 100100101 | 110011 | 1001100 |
Color Harmonies of #DAA2E1
Complementary color
Monochromatic Colors of #DAA2E1
Black with #DAA2E1
Text Example
Text Example
White with #DAA2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA2E1; }
p { color: rgb(218,162,225); }
H1.HeaderClassName
{
color: #DAA2E1;
}
.AnyTagClassName
{
color: #DAA2E1;
}
</style>
background-color css
<style>
a { background-color: #DAA2E1; }
a { background-color: rgb(218,162,225); }
div.DivClassName
{
background-color: #DAA2E1;
}
.BgClassName
{
background-color: #DAA2E1;
}
</style>
border-color css
<style>
span { border-color: #DAA2E1; }
span { border-color: rgb(218,162,225); }
td.TdClassName
{
border-color: #DAA2E1;
}
.TagClassName
{
border-color: #DAA2E1;
}
</style>