Shades of Plum #DC8DE0
Tints of Plum #DC8DE0
RGB
CMYK
RGB Variations
Color information
#DC8DE0 (or 0xDC8DE0) is known color: Plum. HEX triplet: DC, 8D and E0. RGB value is (220,141,224). Sum of RGB (Red+Green+Blue) = 220+141+224=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 141 (55.47% from 255 or 24.10% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC8DE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8DE0 is #23721F. Grayscale: #ADADAD. Windows color (decimal): -2322976 or 14716380. OLE color: 14716380.
HSL color Cylindrical-coordinate representation of color #DC8DE0: hue angle of 297.11º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC8DE0 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 141 | 224 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.12 |
| HSL | 297.11º | 0.57% | 0.72% | - |
| HSV(B) | 297.11º | 0.37% | 0.88% | - |
| XYZ | 52.49 | 39.65 | 75.41 | - |
| YUV | 174.08 | 156.17 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 141 | 224 | 0.02 | 0.37 | 0 | 0.12 | 297.11 | 0.57 | 0.72 |
| Hex | DC | 8D | E0 | 2 | 25 | 0 | C | 129 | 39 | 48 |
| Octal | 334 | 215 | 340 | 2 | 45 | 0 | 14 | 451 | 71 | 110 |
| Binary | 11011100 | 10001101 | 11100000 | 10 | 100101 | 0 | 1100 | 100101001 | 111001 | 1001000 |
Color Harmonies of #DC8DE0
Complementary color
Monochromatic Colors of #DC8DE0
Black with #DC8DE0
Text Example
Text Example
White with #DC8DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8DE0; }
p { color: rgb(220,141,224); }
H1.HeaderClassName
{
color: #DC8DE0;
}
.AnyTagClassName
{
color: #DC8DE0;
}
</style>
background-color css
<style>
a { background-color: #DC8DE0; }
a { background-color: rgb(220,141,224); }
div.DivClassName
{
background-color: #DC8DE0;
}
.BgClassName
{
background-color: #DC8DE0;
}
</style>
border-color css
<style>
span { border-color: #DC8DE0; }
span { border-color: rgb(220,141,224); }
td.TdClassName
{
border-color: #DC8DE0;
}
.TagClassName
{
border-color: #DC8DE0;
}
</style>