Shades of Plum #DC8BD1
Tints of Plum #DC8BD1
RGB
CMYK
RGB Variations
Color information
#DC8BD1 (or 0xDC8BD1) is known color: Plum. HEX triplet: DC, 8B and D1. RGB value is (220,139,209). Sum of RGB (Red+Green+Blue) = 220+139+209=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 139 (54.69% from 255 or 24.47% from 568); Blue value is 209 (82.03% from 255 or 36.80% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8BD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8BD1 is #23742E. Grayscale: #ABABAB. Windows color (decimal): -2323503 or 13732828. OLE color: 13732828.
HSL color Cylindrical-coordinate representation of color #DC8BD1: hue angle of 308.15º 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 #DC8BD1 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 139 | 209 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.14 |
| HSL | 308.15º | 0.54% | 0.7% | - |
| HSV(B) | 308.15º | 0.37% | 0.86% | - |
| XYZ | 50.26 | 38.28 | 65.06 | - |
| YUV | 171.2 | 149.34 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 139 | 209 | 0 | 0.37 | 0.05 | 0.14 | 308.15 | 0.54 | 0.7 |
| Hex | DC | 8B | D1 | 0 | 25 | 5 | E | 134 | 36 | 46 |
| Octal | 334 | 213 | 321 | 0 | 45 | 5 | 16 | 464 | 66 | 106 |
| Binary | 11011100 | 10001011 | 11010001 | 0 | 100101 | 101 | 1110 | 100110100 | 110110 | 1000110 |
Color Harmonies of #DC8BD1
Complementary color
Monochromatic Colors of #DC8BD1
Black with #DC8BD1
Text Example
Text Example
White with #DC8BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8BD1; }
p { color: rgb(220,139,209); }
H1.HeaderClassName
{
color: #DC8BD1;
}
.AnyTagClassName
{
color: #DC8BD1;
}
</style>
background-color css
<style>
a { background-color: #DC8BD1; }
a { background-color: rgb(220,139,209); }
div.DivClassName
{
background-color: #DC8BD1;
}
.BgClassName
{
background-color: #DC8BD1;
}
</style>
border-color css
<style>
span { border-color: #DC8BD1; }
span { border-color: rgb(220,139,209); }
td.TdClassName
{
border-color: #DC8BD1;
}
.TagClassName
{
border-color: #DC8BD1;
}
</style>