Shades of Plum #DC8BDB
Tints of Plum #DC8BDB
RGB
CMYK
RGB Variations
Color information
#DC8BDB (or 0xDC8BDB) is known color: Plum. HEX triplet: DC, 8B and DB. RGB value is (220,139,219). Sum of RGB (Red+Green+Blue) = 220+139+219=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 139 (54.69% from 255 or 24.05% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8BDB is #237424. Grayscale: #ACACAC. Windows color (decimal): -2323493 or 14388188. OLE color: 14388188.
HSL color Cylindrical-coordinate representation of color #DC8BDB: hue angle of 300.74º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC8BDB is Cyan = 0, Magento = 0.37, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 139 | 219 | - |
| CMYK | 0 | 0.37 | 0.00 | 0.14 |
| HSL | 300.74º | 0.54% | 0.7% | - |
| HSV(B) | 300.74º | 0.37% | 0.86% | - |
| XYZ | 51.53 | 38.8 | 71.79 | - |
| YUV | 172.34 | 154.34 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 139 | 219 | 0 | 0.37 | 0.00 | 0.14 | 300.74 | 0.54 | 0.7 |
| Hex | DC | 8B | DB | 0 | 25 | 0 | E | 12D | 36 | 46 |
| Octal | 334 | 213 | 333 | 0 | 45 | 0 | 16 | 455 | 66 | 106 |
| Binary | 11011100 | 10001011 | 11011011 | 0 | 100101 | 0 | 1110 | 100101101 | 110110 | 1000110 |
Color Harmonies of #DC8BDB
Complementary color
Monochromatic Colors of #DC8BDB
Black with #DC8BDB
Text Example
Text Example
White with #DC8BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8BDB; }
p { color: rgb(220,139,219); }
H1.HeaderClassName
{
color: #DC8BDB;
}
.AnyTagClassName
{
color: #DC8BDB;
}
</style>
background-color css
<style>
a { background-color: #DC8BDB; }
a { background-color: rgb(220,139,219); }
div.DivClassName
{
background-color: #DC8BDB;
}
.BgClassName
{
background-color: #DC8BDB;
}
</style>
border-color css
<style>
span { border-color: #DC8BDB; }
span { border-color: rgb(220,139,219); }
td.TdClassName
{
border-color: #DC8BDB;
}
.TagClassName
{
border-color: #DC8BDB;
}
</style>