Shades of Plum #DAA2DE
Tints of Plum #DAA2DE
RGB
CMYK
RGB Variations
Color information
#DAA2DE (or 0xDAA2DE) is known color: Plum. HEX triplet: DA, A2 and DE. RGB value is (218,162,222). Sum of RGB (Red+Green+Blue) = 218+162+222=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 162 (63.67% from 255 or 26.91% from 602); Blue value is 222 (87.11% from 255 or 36.88% from 602); Max value from RGB is 222 - color contains mainly: blue. Hex color #DAA2DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA2DE is #255D21. Grayscale: #B9B9B9. Windows color (decimal): -2448674 or 14590682. OLE color: 14590682.
HSL color Cylindrical-coordinate representation of color #DAA2DE: hue angle of 296º degrees, saturation: 0.48, 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 #DAA2DE is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 162 | 222 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.13 |
| HSL | 296º | 0.48% | 0.75% | - |
| HSV(B) | 296º | 0.27% | 0.87% | - |
| XYZ | 55.02 | 46.02 | 75.09 | - |
| YUV | 185.58 | 148.55 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 222 | 0.02 | 0.27 | 0 | 0.13 | 296 | 0.48 | 0.75 |
| Hex | DA | A2 | DE | 2 | 1B | 0 | D | 128 | 30 | 4B |
| Octal | 332 | 242 | 336 | 2 | 33 | 0 | 15 | 450 | 60 | 113 |
| Binary | 11011010 | 10100010 | 11011110 | 10 | 11011 | 0 | 1101 | 100101000 | 110000 | 1001011 |
Color Harmonies of #DAA2DE
Complementary color
Monochromatic Colors of #DAA2DE
Black with #DAA2DE
Text Example
Text Example
White with #DAA2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA2DE; }
p { color: rgb(218,162,222); }
H1.HeaderClassName
{
color: #DAA2DE;
}
.AnyTagClassName
{
color: #DAA2DE;
}
</style>
background-color css
<style>
a { background-color: #DAA2DE; }
a { background-color: rgb(218,162,222); }
div.DivClassName
{
background-color: #DAA2DE;
}
.BgClassName
{
background-color: #DAA2DE;
}
</style>
border-color css
<style>
span { border-color: #DAA2DE; }
span { border-color: rgb(218,162,222); }
td.TdClassName
{
border-color: #DAA2DE;
}
.TagClassName
{
border-color: #DAA2DE;
}
</style>