Shades of Plum #DC89DB
Tints of Plum #DC89DB
RGB
CMYK
RGB Variations
Color information
#DC89DB (or 0xDC89DB) is known color: Plum. HEX triplet: DC, 89 and DB. RGB value is (220,137,219). Sum of RGB (Red+Green+Blue) = 220+137+219=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 137 (53.91% from 255 or 23.78% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DC89DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC89DB is #237624. Grayscale: #AAAAAA. Windows color (decimal): -2324005 or 14387676. OLE color: 14387676.
HSL color Cylindrical-coordinate representation of color #DC89DB: hue angle of 300.72º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC89DB is Cyan = 0, Magento = 0.38, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 219 | - |
| CMYK | 0 | 0.38 | 0.00 | 0.14 |
| HSL | 300.72º | 0.54% | 0.7% | - |
| HSV(B) | 300.72º | 0.38% | 0.86% | - |
| XYZ | 51.25 | 38.22 | 71.69 | - |
| YUV | 171.17 | 155 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 219 | 0 | 0.38 | 0.00 | 0.14 | 300.72 | 0.54 | 0.7 |
| Hex | DC | 89 | DB | 0 | 26 | 0 | E | 12D | 36 | 46 |
| Octal | 334 | 211 | 333 | 0 | 46 | 0 | 16 | 455 | 66 | 106 |
| Binary | 11011100 | 10001001 | 11011011 | 0 | 100110 | 0 | 1110 | 100101101 | 110110 | 1000110 |
Color Harmonies of #DC89DB
Complementary color
Monochromatic Colors of #DC89DB
Black with #DC89DB
Text Example
Text Example
White with #DC89DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC89DB; }
p { color: rgb(220,137,219); }
H1.HeaderClassName
{
color: #DC89DB;
}
.AnyTagClassName
{
color: #DC89DB;
}
</style>
background-color css
<style>
a { background-color: #DC89DB; }
a { background-color: rgb(220,137,219); }
div.DivClassName
{
background-color: #DC89DB;
}
.BgClassName
{
background-color: #DC89DB;
}
</style>
border-color css
<style>
span { border-color: #DC89DB; }
span { border-color: rgb(220,137,219); }
td.TdClassName
{
border-color: #DC89DB;
}
.TagClassName
{
border-color: #DC89DB;
}
</style>