Shades of Plum #DCA0CE
Tints of Plum #DCA0CE
RGB
CMYK
RGB Variations
Color information
#DCA0CE (or 0xDCA0CE) is known color: Plum. HEX triplet: DC, A0 and CE. RGB value is (220,160,206). Sum of RGB (Red+Green+Blue) = 220+160+206=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 160 (62.89% from 255 or 27.30% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA0CE is #235F31. Grayscale: #B7B7B7. Windows color (decimal): -2318130 or 13541596. OLE color: 13541596.
HSL color Cylindrical-coordinate representation of color #DCA0CE: hue angle of 314º 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 #DCA0CE is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 160 | 206 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.14 |
| HSL | 314º | 0.46% | 0.75% | - |
| HSV(B) | 314º | 0.27% | 0.86% | - |
| XYZ | 53.23 | 44.81 | 64.24 | - |
| YUV | 183.18 | 140.88 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 160 | 206 | 0 | 0.27 | 0.06 | 0.14 | 314 | 0.46 | 0.75 |
| Hex | DC | A0 | CE | 0 | 1B | 6 | E | 13A | 2E | 4B |
| Octal | 334 | 240 | 316 | 0 | 33 | 6 | 16 | 472 | 56 | 113 |
| Binary | 11011100 | 10100000 | 11001110 | 0 | 11011 | 110 | 1110 | 100111010 | 101110 | 1001011 |
Color Harmonies of #DCA0CE
Complementary color
Monochromatic Colors of #DCA0CE
Black with #DCA0CE
Text Example
Text Example
White with #DCA0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA0CE; }
p { color: rgb(220,160,206); }
H1.HeaderClassName
{
color: #DCA0CE;
}
.AnyTagClassName
{
color: #DCA0CE;
}
</style>
background-color css
<style>
a { background-color: #DCA0CE; }
a { background-color: rgb(220,160,206); }
div.DivClassName
{
background-color: #DCA0CE;
}
.BgClassName
{
background-color: #DCA0CE;
}
</style>
border-color css
<style>
span { border-color: #DCA0CE; }
span { border-color: rgb(220,160,206); }
td.TdClassName
{
border-color: #DCA0CE;
}
.TagClassName
{
border-color: #DCA0CE;
}
</style>