Shades of Plum #DC8BDA
Tints of Plum #DC8BDA
RGB
CMYK
RGB Variations
Color information
#DC8BDA (or 0xDC8BDA) is known color: Plum. HEX triplet: DC, 8B and DA. RGB value is (220,139,218). Sum of RGB (Red+Green+Blue) = 220+139+218=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 139 (54.69% from 255 or 24.09% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8BDA is #237425. Grayscale: #ABABAB. Windows color (decimal): -2323494 or 14322652. OLE color: 14322652.
HSL color Cylindrical-coordinate representation of color #DC8BDA: hue angle of 301.48º 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 #DC8BDA is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 139 | 218 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.14 |
| HSL | 301.48º | 0.54% | 0.7% | - |
| HSV(B) | 301.48º | 0.37% | 0.86% | - |
| XYZ | 51.4 | 38.74 | 71.1 | - |
| YUV | 172.23 | 153.84 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 139 | 218 | 0 | 0.37 | 0.01 | 0.14 | 301.48 | 0.54 | 0.7 |
| Hex | DC | 8B | DA | 0 | 25 | 1 | E | 12D | 36 | 46 |
| Octal | 334 | 213 | 332 | 0 | 45 | 1 | 16 | 455 | 66 | 106 |
| Binary | 11011100 | 10001011 | 11011010 | 0 | 100101 | 1 | 1110 | 100101101 | 110110 | 1000110 |
Color Harmonies of #DC8BDA
Complementary color
Monochromatic Colors of #DC8BDA
Black with #DC8BDA
Text Example
Text Example
White with #DC8BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8BDA; }
p { color: rgb(220,139,218); }
H1.HeaderClassName
{
color: #DC8BDA;
}
.AnyTagClassName
{
color: #DC8BDA;
}
</style>
background-color css
<style>
a { background-color: #DC8BDA; }
a { background-color: rgb(220,139,218); }
div.DivClassName
{
background-color: #DC8BDA;
}
.BgClassName
{
background-color: #DC8BDA;
}
</style>
border-color css
<style>
span { border-color: #DC8BDA; }
span { border-color: rgb(220,139,218); }
td.TdClassName
{
border-color: #DC8BDA;
}
.TagClassName
{
border-color: #DC8BDA;
}
</style>