Shades of Plum #DC8EE1
Tints of Plum #DC8EE1
RGB
CMYK
RGB Variations
Color information
#DC8EE1 (or 0xDC8EE1) is known color: Plum. HEX triplet: DC, 8E and E1. RGB value is (220,142,225). Sum of RGB (Red+Green+Blue) = 220+142+225=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 142 (55.86% from 255 or 24.19% from 587); Blue value is 225 (88.28% from 255 or 38.33% from 587); Max value from RGB is 225 - color contains mainly: blue. Hex color #DC8EE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8EE1 is #23711E. Grayscale: #AEAEAE. Windows color (decimal): -2322719 or 14782172. OLE color: 14782172.
HSL color Cylindrical-coordinate representation of color #DC8EE1: hue angle of 296.39º degrees, saturation: 0.58, 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 #DC8EE1 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 142 | 225 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.12 |
| HSL | 296.39º | 0.58% | 0.72% | - |
| HSV(B) | 296.39º | 0.37% | 0.88% | - |
| XYZ | 52.78 | 40 | 76.17 | - |
| YUV | 174.78 | 156.34 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 142 | 225 | 0.02 | 0.37 | 0 | 0.12 | 296.39 | 0.58 | 0.72 |
| Hex | DC | 8E | E1 | 2 | 25 | 0 | C | 128 | 3A | 48 |
| Octal | 334 | 216 | 341 | 2 | 45 | 0 | 14 | 450 | 72 | 110 |
| Binary | 11011100 | 10001110 | 11100001 | 10 | 100101 | 0 | 1100 | 100101000 | 111010 | 1001000 |
Color Harmonies of #DC8EE1
Complementary color
Monochromatic Colors of #DC8EE1
Black with #DC8EE1
Text Example
Text Example
White with #DC8EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8EE1; }
p { color: rgb(220,142,225); }
H1.HeaderClassName
{
color: #DC8EE1;
}
.AnyTagClassName
{
color: #DC8EE1;
}
</style>
background-color css
<style>
a { background-color: #DC8EE1; }
a { background-color: rgb(220,142,225); }
div.DivClassName
{
background-color: #DC8EE1;
}
.BgClassName
{
background-color: #DC8EE1;
}
</style>
border-color css
<style>
span { border-color: #DC8EE1; }
span { border-color: rgb(220,142,225); }
td.TdClassName
{
border-color: #DC8EE1;
}
.TagClassName
{
border-color: #DC8EE1;
}
</style>