Shades of Plum #DCA2D1
Tints of Plum #DCA2D1
RGB
CMYK
RGB Variations
Color information
#DCA2D1 (or 0xDCA2D1) is known color: Plum. HEX triplet: DC, A2 and D1. RGB value is (220,162,209). Sum of RGB (Red+Green+Blue) = 220+162+209=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 162 (63.67% from 255 or 27.41% from 591); Blue value is 209 (82.03% from 255 or 35.36% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA2D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA2D1 is #235D2E. Grayscale: #B8B8B8. Windows color (decimal): -2317615 or 13738716. OLE color: 13738716.
HSL color Cylindrical-coordinate representation of color #DCA2D1: hue angle of 311.38º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCA2D1 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 162 | 209 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.14 |
| HSL | 311.38º | 0.45% | 0.75% | - |
| HSV(B) | 311.38º | 0.26% | 0.86% | - |
| XYZ | 53.94 | 45.66 | 66.29 | - |
| YUV | 184.7 | 141.72 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 162 | 209 | 0 | 0.26 | 0.05 | 0.14 | 311.38 | 0.45 | 0.75 |
| Hex | DC | A2 | D1 | 0 | 1A | 5 | E | 137 | 2D | 4B |
| Octal | 334 | 242 | 321 | 0 | 32 | 5 | 16 | 467 | 55 | 113 |
| Binary | 11011100 | 10100010 | 11010001 | 0 | 11010 | 101 | 1110 | 100110111 | 101101 | 1001011 |
Color Harmonies of #DCA2D1
Complementary color
Monochromatic Colors of #DCA2D1
Black with #DCA2D1
Text Example
Text Example
White with #DCA2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA2D1; }
p { color: rgb(220,162,209); }
H1.HeaderClassName
{
color: #DCA2D1;
}
.AnyTagClassName
{
color: #DCA2D1;
}
</style>
background-color css
<style>
a { background-color: #DCA2D1; }
a { background-color: rgb(220,162,209); }
div.DivClassName
{
background-color: #DCA2D1;
}
.BgClassName
{
background-color: #DCA2D1;
}
</style>
border-color css
<style>
span { border-color: #DCA2D1; }
span { border-color: rgb(220,162,209); }
td.TdClassName
{
border-color: #DCA2D1;
}
.TagClassName
{
border-color: #DCA2D1;
}
</style>