Shades of Plum #DCA2D0
Tints of Plum #DCA2D0
RGB
CMYK
RGB Variations
Color information
#DCA2D0 (or 0xDCA2D0) is known color: Plum. HEX triplet: DC, A2 and D0. RGB value is (220,162,208). Sum of RGB (Red+Green+Blue) = 220+162+208=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 162 (63.67% from 255 or 27.46% from 590); Blue value is 208 (81.64% from 255 or 35.25% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA2D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA2D0 is #235D2F. Grayscale: #B8B8B8. Windows color (decimal): -2317616 or 13673180. OLE color: 13673180.
HSL color Cylindrical-coordinate representation of color #DCA2D0: hue angle of 312.41º 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 #DCA2D0 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 162 | 208 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.14 |
| HSL | 312.41º | 0.45% | 0.75% | - |
| HSV(B) | 312.41º | 0.26% | 0.86% | - |
| XYZ | 53.82 | 45.61 | 65.64 | - |
| YUV | 184.59 | 141.22 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 162 | 208 | 0 | 0.26 | 0.05 | 0.14 | 312.41 | 0.45 | 0.75 |
| Hex | DC | A2 | D0 | 0 | 1A | 5 | E | 138 | 2D | 4B |
| Octal | 334 | 242 | 320 | 0 | 32 | 5 | 16 | 470 | 55 | 113 |
| Binary | 11011100 | 10100010 | 11010000 | 0 | 11010 | 101 | 1110 | 100111000 | 101101 | 1001011 |
Color Harmonies of #DCA2D0
Complementary color
Monochromatic Colors of #DCA2D0
Black with #DCA2D0
Text Example
Text Example
White with #DCA2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA2D0; }
p { color: rgb(220,162,208); }
H1.HeaderClassName
{
color: #DCA2D0;
}
.AnyTagClassName
{
color: #DCA2D0;
}
</style>
background-color css
<style>
a { background-color: #DCA2D0; }
a { background-color: rgb(220,162,208); }
div.DivClassName
{
background-color: #DCA2D0;
}
.BgClassName
{
background-color: #DCA2D0;
}
</style>
border-color css
<style>
span { border-color: #DCA2D0; }
span { border-color: rgb(220,162,208); }
td.TdClassName
{
border-color: #DCA2D0;
}
.TagClassName
{
border-color: #DCA2D0;
}
</style>