Shades of Plum #DAA2E9
Tints of Plum #DAA2E9
RGB
CMYK
RGB Variations
Color information
#DAA2E9 (or 0xDAA2E9) is known color: Plum. HEX triplet: DA, A2 and E9. RGB value is (218,162,233). Sum of RGB (Red+Green+Blue) = 218+162+233=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 162 (63.67% from 255 or 26.43% from 613); Blue value is 233 (91.41% from 255 or 38.01% from 613); Max value from RGB is 233 - color contains mainly: blue. Hex color #DAA2E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA2E9 is #255D16. Grayscale: #BABABA. Windows color (decimal): -2448663 or 15311578. OLE color: 15311578.
HSL color Cylindrical-coordinate representation of color #DAA2E9: hue angle of 287.32º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAA2E9 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 162 | 233 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.09 |
| HSL | 287.32º | 0.62% | 0.77% | - |
| HSV(B) | 287.32º | 0.3% | 0.91% | - |
| XYZ | 56.54 | 46.63 | 83.11 | - |
| YUV | 186.84 | 154.05 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 233 | 0.06 | 0.30 | 0 | 0.09 | 287.32 | 0.62 | 0.77 |
| Hex | DA | A2 | E9 | 6 | 1E | 0 | 9 | 11F | 3E | 4D |
| Octal | 332 | 242 | 351 | 6 | 36 | 0 | 11 | 437 | 76 | 115 |
| Binary | 11011010 | 10100010 | 11101001 | 110 | 11110 | 0 | 1001 | 100011111 | 111110 | 1001101 |
Color Harmonies of #DAA2E9
Complementary color
Monochromatic Colors of #DAA2E9
Black with #DAA2E9
Text Example
Text Example
White with #DAA2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA2E9; }
p { color: rgb(218,162,233); }
H1.HeaderClassName
{
color: #DAA2E9;
}
.AnyTagClassName
{
color: #DAA2E9;
}
</style>
background-color css
<style>
a { background-color: #DAA2E9; }
a { background-color: rgb(218,162,233); }
div.DivClassName
{
background-color: #DAA2E9;
}
.BgClassName
{
background-color: #DAA2E9;
}
</style>
border-color css
<style>
span { border-color: #DAA2E9; }
span { border-color: rgb(218,162,233); }
td.TdClassName
{
border-color: #DAA2E9;
}
.TagClassName
{
border-color: #DAA2E9;
}
</style>