Shades of Plum #DC8BD8
Tints of Plum #DC8BD8
RGB
CMYK
RGB Variations
Color information
#DC8BD8 (or 0xDC8BD8) is known color: Plum. HEX triplet: DC, 8B and D8. RGB value is (220,139,216). Sum of RGB (Red+Green+Blue) = 220+139+216=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 139 (54.69% from 255 or 24.17% from 575); Blue value is 216 (84.77% from 255 or 37.57% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8BD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8BD8 is #237427. Grayscale: #ABABAB. Windows color (decimal): -2323496 or 14191580. OLE color: 14191580.
HSL color Cylindrical-coordinate representation of color #DC8BD8: hue angle of 302.96º 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 #DC8BD8 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 139 | 216 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.14 |
| HSL | 302.96º | 0.54% | 0.7% | - |
| HSV(B) | 302.96º | 0.37% | 0.86% | - |
| XYZ | 51.14 | 38.64 | 69.73 | - |
| YUV | 172 | 152.84 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 139 | 216 | 0 | 0.37 | 0.02 | 0.14 | 302.96 | 0.54 | 0.7 |
| Hex | DC | 8B | D8 | 0 | 25 | 2 | E | 12F | 36 | 46 |
| Octal | 334 | 213 | 330 | 0 | 45 | 2 | 16 | 457 | 66 | 106 |
| Binary | 11011100 | 10001011 | 11011000 | 0 | 100101 | 10 | 1110 | 100101111 | 110110 | 1000110 |
Color Harmonies of #DC8BD8
Complementary color
Monochromatic Colors of #DC8BD8
Black with #DC8BD8
Text Example
Text Example
White with #DC8BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8BD8; }
p { color: rgb(220,139,216); }
H1.HeaderClassName
{
color: #DC8BD8;
}
.AnyTagClassName
{
color: #DC8BD8;
}
</style>
background-color css
<style>
a { background-color: #DC8BD8; }
a { background-color: rgb(220,139,216); }
div.DivClassName
{
background-color: #DC8BD8;
}
.BgClassName
{
background-color: #DC8BD8;
}
</style>
border-color css
<style>
span { border-color: #DC8BD8; }
span { border-color: rgb(220,139,216); }
td.TdClassName
{
border-color: #DC8BD8;
}
.TagClassName
{
border-color: #DC8BD8;
}
</style>