Shades of Plum #DC89D9
Tints of Plum #DC89D9
RGB
CMYK
RGB Variations
Color information
#DC89D9 (or 0xDC89D9) is known color: Plum. HEX triplet: DC, 89 and D9. RGB value is (220,137,217). Sum of RGB (Red+Green+Blue) = 220+137+217=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 137 (53.91% from 255 or 23.87% from 574); Blue value is 217 (85.16% from 255 or 37.80% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DC89D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC89D9 is #237626. Grayscale: #AAAAAA. Windows color (decimal): -2324007 or 14256604. OLE color: 14256604.
HSL color Cylindrical-coordinate representation of color #DC89D9: hue angle of 302.17º 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 #DC89D9 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 217 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.14 |
| HSL | 302.17º | 0.54% | 0.7% | - |
| HSV(B) | 302.17º | 0.38% | 0.86% | - |
| XYZ | 50.99 | 38.12 | 70.32 | - |
| YUV | 170.94 | 154 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 217 | 0 | 0.38 | 0.01 | 0.14 | 302.17 | 0.54 | 0.7 |
| Hex | DC | 89 | D9 | 0 | 26 | 1 | E | 12E | 36 | 46 |
| Octal | 334 | 211 | 331 | 0 | 46 | 1 | 16 | 456 | 66 | 106 |
| Binary | 11011100 | 10001001 | 11011001 | 0 | 100110 | 1 | 1110 | 100101110 | 110110 | 1000110 |
Color Harmonies of #DC89D9
Complementary color
Monochromatic Colors of #DC89D9
Black with #DC89D9
Text Example
Text Example
White with #DC89D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC89D9; }
p { color: rgb(220,137,217); }
H1.HeaderClassName
{
color: #DC89D9;
}
.AnyTagClassName
{
color: #DC89D9;
}
</style>
background-color css
<style>
a { background-color: #DC89D9; }
a { background-color: rgb(220,137,217); }
div.DivClassName
{
background-color: #DC89D9;
}
.BgClassName
{
background-color: #DC89D9;
}
</style>
border-color css
<style>
span { border-color: #DC89D9; }
span { border-color: rgb(220,137,217); }
td.TdClassName
{
border-color: #DC89D9;
}
.TagClassName
{
border-color: #DC89D9;
}
</style>