Shades of Plum #DAA2D1
Tints of Plum #DAA2D1
RGB
CMYK
RGB Variations
Color information
#DAA2D1 (or 0xDAA2D1) is known color: Plum. HEX triplet: DA, A2 and D1. RGB value is (218,162,209). Sum of RGB (Red+Green+Blue) = 218+162+209=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 162 (63.67% from 255 or 27.50% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA2D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA2D1 is #255D2E. Grayscale: #B7B7B7. Windows color (decimal): -2448687 or 13738714. OLE color: 13738714.
HSL color Cylindrical-coordinate representation of color #DAA2D1: hue angle of 309.64º 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 #DAA2D1 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 162 | 209 | - |
CMYK | 0 | 0.26 | 0.04 | 0.15 |
HSL | 309.64º | 0.43% | 0.75% | - |
HSV(B) | 309.64º | 0.26% | 0.85% | - |
XYZ | 53.34 | 45.35 | 66.26 | - |
YUV | 184.1 | 142.05 | 152.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 162 | 209 | 0 | 0.26 | 0.04 | 0.15 | 309.64 | 0.43 | 0.75 |
Hex | DA | A2 | D1 | 0 | 1A | 4 | F | 136 | 2B | 4B |
Octal | 332 | 242 | 321 | 0 | 32 | 4 | 17 | 466 | 53 | 113 |
Binary | 11011010 | 10100010 | 11010001 | 0 | 11010 | 100 | 1111 | 100110110 | 101011 | 1001011 |
Color Harmonies of #DAA2D1
Complementary color
Monochromatic Colors of #DAA2D1
Black with #DAA2D1
Text Example
Text Example
White with #DAA2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA2D1; }
p { color: rgb(218,162,209); }
H1.HeaderClassName
{
color: #DAA2D1;
}
.AnyTagClassName
{
color: #DAA2D1;
}
</style>
background-color css
<style>
a { background-color: #DAA2D1; }
a { background-color: rgb(218,162,209); }
div.DivClassName
{
background-color: #DAA2D1;
}
.BgClassName
{
background-color: #DAA2D1;
}
</style>
border-color css
<style>
span { border-color: #DAA2D1; }
span { border-color: rgb(218,162,209); }
td.TdClassName
{
border-color: #DAA2D1;
}
.TagClassName
{
border-color: #DAA2D1;
}
</style>