Shades of Plum #DCA1D1
Tints of Plum #DCA1D1
RGB
CMYK
RGB Variations
Color information
#DCA1D1 (or 0xDCA1D1) is known color: Plum. HEX triplet: DC, A1 and D1. RGB value is (220,161,209). Sum of RGB (Red+Green+Blue) = 220+161+209=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 161 (63.28% from 255 or 27.29% from 590); Blue value is 209 (82.03% from 255 or 35.42% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA1D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA1D1 is #235E2E. Grayscale: #B7B7B7. Windows color (decimal): -2317871 or 13738460. OLE color: 13738460.
HSL color Cylindrical-coordinate representation of color #DCA1D1: hue angle of 311.19º 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 #DCA1D1 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 161 | 209 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.14 |
| HSL | 311.19º | 0.46% | 0.75% | - |
| HSV(B) | 311.19º | 0.27% | 0.86% | - |
| XYZ | 53.77 | 45.31 | 66.23 | - |
| YUV | 184.11 | 142.05 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 161 | 209 | 0 | 0.27 | 0.05 | 0.14 | 311.19 | 0.46 | 0.75 |
| Hex | DC | A1 | D1 | 0 | 1B | 5 | E | 137 | 2E | 4B |
| Octal | 334 | 241 | 321 | 0 | 33 | 5 | 16 | 467 | 56 | 113 |
| Binary | 11011100 | 10100001 | 11010001 | 0 | 11011 | 101 | 1110 | 100110111 | 101110 | 1001011 |
Color Harmonies of #DCA1D1
Complementary color
Monochromatic Colors of #DCA1D1
Black with #DCA1D1
Text Example
Text Example
White with #DCA1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA1D1; }
p { color: rgb(220,161,209); }
H1.HeaderClassName
{
color: #DCA1D1;
}
.AnyTagClassName
{
color: #DCA1D1;
}
</style>
background-color css
<style>
a { background-color: #DCA1D1; }
a { background-color: rgb(220,161,209); }
div.DivClassName
{
background-color: #DCA1D1;
}
.BgClassName
{
background-color: #DCA1D1;
}
</style>
border-color css
<style>
span { border-color: #DCA1D1; }
span { border-color: rgb(220,161,209); }
td.TdClassName
{
border-color: #DCA1D1;
}
.TagClassName
{
border-color: #DCA1D1;
}
</style>