Shades of Plum #DAA2D0
Tints of Plum #DAA2D0
RGB
CMYK
RGB Variations
Color information
#DAA2D0 (or 0xDAA2D0) is known color: Plum. HEX triplet: DA, A2 and D0. RGB value is (218,162,208). Sum of RGB (Red+Green+Blue) = 218+162+208=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 162 (63.67% from 255 or 27.55% from 588); Blue value is 208 (81.64% from 255 or 35.37% from 588); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA2D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA2D0 is #255D2F. Grayscale: #B7B7B7. Windows color (decimal): -2448688 or 13673178. OLE color: 13673178.
HSL color Cylindrical-coordinate representation of color #DAA2D0: hue angle of 310.71º 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 #DAA2D0 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 162 | 208 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.15 |
| HSL | 310.71º | 0.43% | 0.75% | - |
| HSV(B) | 310.71º | 0.26% | 0.85% | - |
| XYZ | 53.22 | 45.3 | 65.61 | - |
| YUV | 183.99 | 141.55 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 208 | 0 | 0.26 | 0.05 | 0.15 | 310.71 | 0.43 | 0.75 |
| Hex | DA | A2 | D0 | 0 | 1A | 5 | F | 137 | 2B | 4B |
| Octal | 332 | 242 | 320 | 0 | 32 | 5 | 17 | 467 | 53 | 113 |
| Binary | 11011010 | 10100010 | 11010000 | 0 | 11010 | 101 | 1111 | 100110111 | 101011 | 1001011 |
Color Harmonies of #DAA2D0
Complementary color
Monochromatic Colors of #DAA2D0
Black with #DAA2D0
Text Example
Text Example
White with #DAA2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA2D0; }
p { color: rgb(218,162,208); }
H1.HeaderClassName
{
color: #DAA2D0;
}
.AnyTagClassName
{
color: #DAA2D0;
}
</style>
background-color css
<style>
a { background-color: #DAA2D0; }
a { background-color: rgb(218,162,208); }
div.DivClassName
{
background-color: #DAA2D0;
}
.BgClassName
{
background-color: #DAA2D0;
}
</style>
border-color css
<style>
span { border-color: #DAA2D0; }
span { border-color: rgb(218,162,208); }
td.TdClassName
{
border-color: #DAA2D0;
}
.TagClassName
{
border-color: #DAA2D0;
}
</style>