Shades of Plum #DAA2E2
Tints of Plum #DAA2E2
RGB
CMYK
RGB Variations
Color information
#DAA2E2 (or 0xDAA2E2) is known color: Plum. HEX triplet: DA, A2 and E2. RGB value is (218,162,226). Sum of RGB (Red+Green+Blue) = 218+162+226=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 162 (63.67% from 255 or 26.73% from 606); Blue value is 226 (88.67% from 255 or 37.29% from 606); Max value from RGB is 226 - color contains mainly: blue. Hex color #DAA2E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA2E2 is #255D1D. Grayscale: #B9B9B9. Windows color (decimal): -2448670 or 14852826. OLE color: 14852826.
HSL color Cylindrical-coordinate representation of color #DAA2E2: hue angle of 292.5º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAA2E2 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 162 | 226 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.11 |
| HSL | 292.5º | 0.52% | 0.76% | - |
| HSV(B) | 292.5º | 0.28% | 0.89% | - |
| XYZ | 55.56 | 46.24 | 77.95 | - |
| YUV | 186.04 | 150.55 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 226 | 0.04 | 0.28 | 0 | 0.11 | 292.5 | 0.52 | 0.76 |
| Hex | DA | A2 | E2 | 4 | 1C | 0 | B | 124 | 34 | 4C |
| Octal | 332 | 242 | 342 | 4 | 34 | 0 | 13 | 444 | 64 | 114 |
| Binary | 11011010 | 10100010 | 11100010 | 100 | 11100 | 0 | 1011 | 100100100 | 110100 | 1001100 |
Color Harmonies of #DAA2E2
Complementary color
Monochromatic Colors of #DAA2E2
Black with #DAA2E2
Text Example
Text Example
White with #DAA2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA2E2; }
p { color: rgb(218,162,226); }
H1.HeaderClassName
{
color: #DAA2E2;
}
.AnyTagClassName
{
color: #DAA2E2;
}
</style>
background-color css
<style>
a { background-color: #DAA2E2; }
a { background-color: rgb(218,162,226); }
div.DivClassName
{
background-color: #DAA2E2;
}
.BgClassName
{
background-color: #DAA2E2;
}
</style>
border-color css
<style>
span { border-color: #DAA2E2; }
span { border-color: rgb(218,162,226); }
td.TdClassName
{
border-color: #DAA2E2;
}
.TagClassName
{
border-color: #DAA2E2;
}
</style>