Shades of Plum #DAA1E5
Tints of Plum #DAA1E5
RGB
CMYK
RGB Variations
Color information
#DAA1E5 (or 0xDAA1E5) is known color: Plum. HEX triplet: DA, A1 and E5. RGB value is (218,161,229). Sum of RGB (Red+Green+Blue) = 218+161+229=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 161 (63.28% from 255 or 26.48% from 608); Blue value is 229 (89.84% from 255 or 37.66% from 608); Max value from RGB is 229 - color contains mainly: blue. Hex color #DAA1E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA1E5 is #255E1A. Grayscale: #B9B9B9. Windows color (decimal): -2448923 or 15049178. OLE color: 15049178.
HSL color Cylindrical-coordinate representation of color #DAA1E5: hue angle of 290.29º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAA1E5 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 161 | 229 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.10 |
| HSL | 290.29º | 0.57% | 0.76% | - |
| HSV(B) | 290.29º | 0.3% | 0.9% | - |
| XYZ | 55.8 | 46.05 | 80.08 | - |
| YUV | 185.8 | 152.38 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 161 | 229 | 0.05 | 0.30 | 0 | 0.10 | 290.29 | 0.57 | 0.76 |
| Hex | DA | A1 | E5 | 5 | 1E | 0 | A | 122 | 39 | 4C |
| Octal | 332 | 241 | 345 | 5 | 36 | 0 | 12 | 442 | 71 | 114 |
| Binary | 11011010 | 10100001 | 11100101 | 101 | 11110 | 0 | 1010 | 100100010 | 111001 | 1001100 |
Color Harmonies of #DAA1E5
Complementary color
Monochromatic Colors of #DAA1E5
Black with #DAA1E5
Text Example
Text Example
White with #DAA1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA1E5; }
p { color: rgb(218,161,229); }
H1.HeaderClassName
{
color: #DAA1E5;
}
.AnyTagClassName
{
color: #DAA1E5;
}
</style>
background-color css
<style>
a { background-color: #DAA1E5; }
a { background-color: rgb(218,161,229); }
div.DivClassName
{
background-color: #DAA1E5;
}
.BgClassName
{
background-color: #DAA1E5;
}
</style>
border-color css
<style>
span { border-color: #DAA1E5; }
span { border-color: rgb(218,161,229); }
td.TdClassName
{
border-color: #DAA1E5;
}
.TagClassName
{
border-color: #DAA1E5;
}
</style>