Shades of Plum #DCA1D2
Tints of Plum #DCA1D2
RGB
CMYK
RGB Variations
Color information
#DCA1D2 (or 0xDCA1D2) is known color: Plum. HEX triplet: DC, A1 and D2. RGB value is (220,161,210). Sum of RGB (Red+Green+Blue) = 220+161+210=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 161 (63.28% from 255 or 27.24% from 591); Blue value is 210 (82.42% from 255 or 35.53% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA1D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA1D2 is #235E2D. Grayscale: #B8B8B8. Windows color (decimal): -2317870 or 13803996. OLE color: 13803996.
HSL color Cylindrical-coordinate representation of color #DCA1D2: hue angle of 310.17º 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 #DCA1D2 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 161 | 210 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.14 |
| HSL | 310.17º | 0.46% | 0.75% | - |
| HSV(B) | 310.17º | 0.27% | 0.86% | - |
| XYZ | 53.89 | 45.36 | 66.89 | - |
| YUV | 184.23 | 142.55 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 161 | 210 | 0 | 0.27 | 0.05 | 0.14 | 310.17 | 0.46 | 0.75 |
| Hex | DC | A1 | D2 | 0 | 1B | 5 | E | 136 | 2E | 4B |
| Octal | 334 | 241 | 322 | 0 | 33 | 5 | 16 | 466 | 56 | 113 |
| Binary | 11011100 | 10100001 | 11010010 | 0 | 11011 | 101 | 1110 | 100110110 | 101110 | 1001011 |
Color Harmonies of #DCA1D2
Complementary color
Monochromatic Colors of #DCA1D2
Black with #DCA1D2
Text Example
Text Example
White with #DCA1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA1D2; }
p { color: rgb(220,161,210); }
H1.HeaderClassName
{
color: #DCA1D2;
}
.AnyTagClassName
{
color: #DCA1D2;
}
</style>
background-color css
<style>
a { background-color: #DCA1D2; }
a { background-color: rgb(220,161,210); }
div.DivClassName
{
background-color: #DCA1D2;
}
.BgClassName
{
background-color: #DCA1D2;
}
</style>
border-color css
<style>
span { border-color: #DCA1D2; }
span { border-color: rgb(220,161,210); }
td.TdClassName
{
border-color: #DCA1D2;
}
.TagClassName
{
border-color: #DCA1D2;
}
</style>