Shades of Plum #DCA8DB
Tints of Plum #DCA8DB
RGB
CMYK
RGB Variations
Color information
#DCA8DB (or 0xDCA8DB) is known color: Plum. HEX triplet: DC, A8 and DB. RGB value is (220,168,219). Sum of RGB (Red+Green+Blue) = 220+168+219=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 168 (66.02% from 255 or 27.68% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA8DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA8DB is #235724. Grayscale: #BDBDBD. Windows color (decimal): -2316069 or 14395612. OLE color: 14395612.
HSL color Cylindrical-coordinate representation of color #DCA8DB: hue angle of 301.15º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCA8DB is Cyan = 0, Magento = 0.24, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 168 | 219 | - |
| CMYK | 0 | 0.24 | 0.00 | 0.14 |
| HSL | 301.15º | 0.43% | 0.76% | - |
| HSV(B) | 301.15º | 0.24% | 0.86% | - |
| XYZ | 56.3 | 48.34 | 73.38 | - |
| YUV | 189.36 | 144.73 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 168 | 219 | 0 | 0.24 | 0.00 | 0.14 | 301.15 | 0.43 | 0.76 |
| Hex | DC | A8 | DB | 0 | 18 | 0 | E | 12D | 2B | 4C |
| Octal | 334 | 250 | 333 | 0 | 30 | 0 | 16 | 455 | 53 | 114 |
| Binary | 11011100 | 10101000 | 11011011 | 0 | 11000 | 0 | 1110 | 100101101 | 101011 | 1001100 |
Color Harmonies of #DCA8DB
Complementary color
Monochromatic Colors of #DCA8DB
Black with #DCA8DB
Text Example
Text Example
White with #DCA8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA8DB; }
p { color: rgb(220,168,219); }
H1.HeaderClassName
{
color: #DCA8DB;
}
.AnyTagClassName
{
color: #DCA8DB;
}
</style>
background-color css
<style>
a { background-color: #DCA8DB; }
a { background-color: rgb(220,168,219); }
div.DivClassName
{
background-color: #DCA8DB;
}
.BgClassName
{
background-color: #DCA8DB;
}
</style>
border-color css
<style>
span { border-color: #DCA8DB; }
span { border-color: rgb(220,168,219); }
td.TdClassName
{
border-color: #DCA8DB;
}
.TagClassName
{
border-color: #DCA8DB;
}
</style>