Shades of Plum #DCA0D1
Tints of Plum #DCA0D1
RGB
CMYK
RGB Variations
Color information
#DCA0D1 (or 0xDCA0D1) is known color: Plum. HEX triplet: DC, A0 and D1. RGB value is (220,160,209). Sum of RGB (Red+Green+Blue) = 220+160+209=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 160 (62.89% from 255 or 27.16% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA0D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA0D1 is #235F2E. Grayscale: #B7B7B7. Windows color (decimal): -2318127 or 13738204. OLE color: 13738204.
HSL color Cylindrical-coordinate representation of color #DCA0D1: hue angle of 311º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCA0D1 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 160 | 209 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.14 |
| HSL | 311º | 0.46% | 0.75% | - |
| HSV(B) | 311º | 0.27% | 0.86% | - |
| XYZ | 53.59 | 44.96 | 66.18 | - |
| YUV | 183.53 | 142.38 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 160 | 209 | 0 | 0.27 | 0.05 | 0.14 | 311 | 0.46 | 0.75 |
| Hex | DC | A0 | D1 | 0 | 1B | 5 | E | 137 | 2E | 4B |
| Octal | 334 | 240 | 321 | 0 | 33 | 5 | 16 | 467 | 56 | 113 |
| Binary | 11011100 | 10100000 | 11010001 | 0 | 11011 | 101 | 1110 | 100110111 | 101110 | 1001011 |
Color Harmonies of #DCA0D1
Complementary color
Monochromatic Colors of #DCA0D1
Black with #DCA0D1
Text Example
Text Example
White with #DCA0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA0D1; }
p { color: rgb(220,160,209); }
H1.HeaderClassName
{
color: #DCA0D1;
}
.AnyTagClassName
{
color: #DCA0D1;
}
</style>
background-color css
<style>
a { background-color: #DCA0D1; }
a { background-color: rgb(220,160,209); }
div.DivClassName
{
background-color: #DCA0D1;
}
.BgClassName
{
background-color: #DCA0D1;
}
</style>
border-color css
<style>
span { border-color: #DCA0D1; }
span { border-color: rgb(220,160,209); }
td.TdClassName
{
border-color: #DCA0D1;
}
.TagClassName
{
border-color: #DCA0D1;
}
</style>