Shades of Plum #DCA4DB
Tints of Plum #DCA4DB
RGB
CMYK
RGB Variations
Color information
#DCA4DB (or 0xDCA4DB) is known color: Plum. HEX triplet: DC, A4 and DB. RGB value is (220,164,219). Sum of RGB (Red+Green+Blue) = 220+164+219=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 164 (64.45% from 255 or 27.20% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA4DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA4DB is #235B24. Grayscale: #BABABA. Windows color (decimal): -2317093 or 14394588. OLE color: 14394588.
HSL color Cylindrical-coordinate representation of color #DCA4DB: hue angle of 301.07º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCA4DB is Cyan = 0, Magento = 0.25, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 164 | 219 | - |
| CMYK | 0 | 0.25 | 0.00 | 0.14 |
| HSL | 301.07º | 0.44% | 0.75% | - |
| HSV(B) | 301.07º | 0.25% | 0.86% | - |
| XYZ | 55.58 | 46.88 | 73.14 | - |
| YUV | 187.01 | 146.05 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 164 | 219 | 0 | 0.25 | 0.00 | 0.14 | 301.07 | 0.44 | 0.75 |
| Hex | DC | A4 | DB | 0 | 19 | 0 | E | 12D | 2C | 4B |
| Octal | 334 | 244 | 333 | 0 | 31 | 0 | 16 | 455 | 54 | 113 |
| Binary | 11011100 | 10100100 | 11011011 | 0 | 11001 | 0 | 1110 | 100101101 | 101100 | 1001011 |
Color Harmonies of #DCA4DB
Complementary color
Monochromatic Colors of #DCA4DB
Black with #DCA4DB
Text Example
Text Example
White with #DCA4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA4DB; }
p { color: rgb(220,164,219); }
H1.HeaderClassName
{
color: #DCA4DB;
}
.AnyTagClassName
{
color: #DCA4DB;
}
</style>
background-color css
<style>
a { background-color: #DCA4DB; }
a { background-color: rgb(220,164,219); }
div.DivClassName
{
background-color: #DCA4DB;
}
.BgClassName
{
background-color: #DCA4DB;
}
</style>
border-color css
<style>
span { border-color: #DCA4DB; }
span { border-color: rgb(220,164,219); }
td.TdClassName
{
border-color: #DCA4DB;
}
.TagClassName
{
border-color: #DCA4DB;
}
</style>