Shades of Plum #DC8DE5
Tints of Plum #DC8DE5
RGB
CMYK
RGB Variations
Color information
#DC8DE5 (or 0xDC8DE5) is known color: Plum. HEX triplet: DC, 8D and E5. RGB value is (220,141,229). Sum of RGB (Red+Green+Blue) = 220+141+229=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 141 (55.47% from 255 or 23.90% from 590); Blue value is 229 (89.84% from 255 or 38.81% from 590); Max value from RGB is 229 - color contains mainly: blue. Hex color #DC8DE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8DE5 is #23721A. Grayscale: #AEAEAE. Windows color (decimal): -2322971 or 15044060. OLE color: 15044060.
HSL color Cylindrical-coordinate representation of color #DC8DE5: hue angle of 293.86º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC8DE5 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 141 | 229 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.10 |
| HSL | 293.86º | 0.63% | 0.73% | - |
| HSV(B) | 293.86º | 0.38% | 0.9% | - |
| XYZ | 53.18 | 39.92 | 79.03 | - |
| YUV | 174.65 | 158.67 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 141 | 229 | 0.04 | 0.38 | 0 | 0.10 | 293.86 | 0.63 | 0.73 |
| Hex | DC | 8D | E5 | 4 | 26 | 0 | A | 126 | 3F | 49 |
| Octal | 334 | 215 | 345 | 4 | 46 | 0 | 12 | 446 | 77 | 111 |
| Binary | 11011100 | 10001101 | 11100101 | 100 | 100110 | 0 | 1010 | 100100110 | 111111 | 1001001 |
Color Harmonies of #DC8DE5
Complementary color
Monochromatic Colors of #DC8DE5
Black with #DC8DE5
Text Example
Text Example
White with #DC8DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8DE5; }
p { color: rgb(220,141,229); }
H1.HeaderClassName
{
color: #DC8DE5;
}
.AnyTagClassName
{
color: #DC8DE5;
}
</style>
background-color css
<style>
a { background-color: #DC8DE5; }
a { background-color: rgb(220,141,229); }
div.DivClassName
{
background-color: #DC8DE5;
}
.BgClassName
{
background-color: #DC8DE5;
}
</style>
border-color css
<style>
span { border-color: #DC8DE5; }
span { border-color: rgb(220,141,229); }
td.TdClassName
{
border-color: #DC8DE5;
}
.TagClassName
{
border-color: #DC8DE5;
}
</style>