Shades of Plum #DC8BD5
Tints of Plum #DC8BD5
RGB
CMYK
RGB Variations
Color information
#DC8BD5 (or 0xDC8BD5) is known color: Plum. HEX triplet: DC, 8B and D5. RGB value is (220,139,213). Sum of RGB (Red+Green+Blue) = 220+139+213=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 139 (54.69% from 255 or 24.30% from 572); Blue value is 213 (83.59% from 255 or 37.24% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8BD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8BD5 is #23742A. Grayscale: #ABABAB. Windows color (decimal): -2323499 or 13994972. OLE color: 13994972.
HSL color Cylindrical-coordinate representation of color #DC8BD5: hue angle of 305.19º 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 #DC8BD5 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 139 | 213 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.14 |
| HSL | 305.19º | 0.54% | 0.7% | - |
| HSV(B) | 305.19º | 0.37% | 0.86% | - |
| XYZ | 50.76 | 38.48 | 67.7 | - |
| YUV | 171.66 | 151.34 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 139 | 213 | 0 | 0.37 | 0.03 | 0.14 | 305.19 | 0.54 | 0.7 |
| Hex | DC | 8B | D5 | 0 | 25 | 3 | E | 131 | 36 | 46 |
| Octal | 334 | 213 | 325 | 0 | 45 | 3 | 16 | 461 | 66 | 106 |
| Binary | 11011100 | 10001011 | 11010101 | 0 | 100101 | 11 | 1110 | 100110001 | 110110 | 1000110 |
Color Harmonies of #DC8BD5
Complementary color
Monochromatic Colors of #DC8BD5
Black with #DC8BD5
Text Example
Text Example
White with #DC8BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8BD5; }
p { color: rgb(220,139,213); }
H1.HeaderClassName
{
color: #DC8BD5;
}
.AnyTagClassName
{
color: #DC8BD5;
}
</style>
background-color css
<style>
a { background-color: #DC8BD5; }
a { background-color: rgb(220,139,213); }
div.DivClassName
{
background-color: #DC8BD5;
}
.BgClassName
{
background-color: #DC8BD5;
}
</style>
border-color css
<style>
span { border-color: #DC8BD5; }
span { border-color: rgb(220,139,213); }
td.TdClassName
{
border-color: #DC8BD5;
}
.TagClassName
{
border-color: #DC8BD5;
}
</style>