Shades of Plum #DCA2DB
Tints of Plum #DCA2DB
RGB
CMYK
RGB Variations
Color information
#DCA2DB (or 0xDCA2DB) is known color: Plum. HEX triplet: DC, A2 and DB. RGB value is (220,162,219). Sum of RGB (Red+Green+Blue) = 220+162+219=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 162 (63.67% from 255 or 26.96% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA2DB is #235D24. Grayscale: #B9B9B9. Windows color (decimal): -2317605 or 14394076. OLE color: 14394076.
HSL color Cylindrical-coordinate representation of color #DCA2DB: hue angle of 301.03º 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 #DCA2DB is Cyan = 0, Magento = 0.26, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 162 | 219 | - |
| CMYK | 0 | 0.26 | 0.00 | 0.14 |
| HSL | 301.03º | 0.45% | 0.75% | - |
| HSV(B) | 301.03º | 0.26% | 0.86% | - |
| XYZ | 55.22 | 46.17 | 73.02 | - |
| YUV | 185.84 | 146.72 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 162 | 219 | 0 | 0.26 | 0.00 | 0.14 | 301.03 | 0.45 | 0.75 |
| Hex | DC | A2 | DB | 0 | 1A | 0 | E | 12D | 2D | 4B |
| Octal | 334 | 242 | 333 | 0 | 32 | 0 | 16 | 455 | 55 | 113 |
| Binary | 11011100 | 10100010 | 11011011 | 0 | 11010 | 0 | 1110 | 100101101 | 101101 | 1001011 |
Color Harmonies of #DCA2DB
Complementary color
Monochromatic Colors of #DCA2DB
Black with #DCA2DB
Text Example
Text Example
White with #DCA2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA2DB; }
p { color: rgb(220,162,219); }
H1.HeaderClassName
{
color: #DCA2DB;
}
.AnyTagClassName
{
color: #DCA2DB;
}
</style>
background-color css
<style>
a { background-color: #DCA2DB; }
a { background-color: rgb(220,162,219); }
div.DivClassName
{
background-color: #DCA2DB;
}
.BgClassName
{
background-color: #DCA2DB;
}
</style>
border-color css
<style>
span { border-color: #DCA2DB; }
span { border-color: rgb(220,162,219); }
td.TdClassName
{
border-color: #DCA2DB;
}
.TagClassName
{
border-color: #DCA2DB;
}
</style>