Shades of Plum #DAA2D2
Tints of Plum #DAA2D2
RGB
CMYK
RGB Variations
Color information
#DAA2D2 (or 0xDAA2D2) is known color: Plum. HEX triplet: DA, A2 and D2. RGB value is (218,162,210). Sum of RGB (Red+Green+Blue) = 218+162+210=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 162 (63.67% from 255 or 27.46% from 590); Blue value is 210 (82.42% from 255 or 35.59% from 590); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA2D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA2D2 is #255D2D. Grayscale: #B8B8B8. Windows color (decimal): -2448686 or 13804250. OLE color: 13804250.
HSL color Cylindrical-coordinate representation of color #DAA2D2: hue angle of 308.57º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAA2D2 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 162 | 210 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.15 |
| HSL | 308.57º | 0.43% | 0.75% | - |
| HSV(B) | 308.57º | 0.26% | 0.85% | - |
| XYZ | 53.47 | 45.4 | 66.92 | - |
| YUV | 184.22 | 142.55 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 210 | 0 | 0.26 | 0.04 | 0.15 | 308.57 | 0.43 | 0.75 |
| Hex | DA | A2 | D2 | 0 | 1A | 4 | F | 135 | 2B | 4B |
| Octal | 332 | 242 | 322 | 0 | 32 | 4 | 17 | 465 | 53 | 113 |
| Binary | 11011010 | 10100010 | 11010010 | 0 | 11010 | 100 | 1111 | 100110101 | 101011 | 1001011 |
Color Harmonies of #DAA2D2
Complementary color
Monochromatic Colors of #DAA2D2
Black with #DAA2D2
Text Example
Text Example
White with #DAA2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA2D2; }
p { color: rgb(218,162,210); }
H1.HeaderClassName
{
color: #DAA2D2;
}
.AnyTagClassName
{
color: #DAA2D2;
}
</style>
background-color css
<style>
a { background-color: #DAA2D2; }
a { background-color: rgb(218,162,210); }
div.DivClassName
{
background-color: #DAA2D2;
}
.BgClassName
{
background-color: #DAA2D2;
}
</style>
border-color css
<style>
span { border-color: #DAA2D2; }
span { border-color: rgb(218,162,210); }
td.TdClassName
{
border-color: #DAA2D2;
}
.TagClassName
{
border-color: #DAA2D2;
}
</style>