Shades of Plum #DC8ECD
Tints of Plum #DC8ECD
RGB
CMYK
RGB Variations
Color information
#DC8ECD (or 0xDC8ECD) is known color: Plum. HEX triplet: DC, 8E and CD. RGB value is (220,142,205). Sum of RGB (Red+Green+Blue) = 220+142+205=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 142 (55.86% from 255 or 25.04% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8ECD is #237132. Grayscale: #ACACAC. Windows color (decimal): -2322739 or 13471452. OLE color: 13471452.
HSL color Cylindrical-coordinate representation of color #DC8ECD: hue angle of 311.54º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC8ECD is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 142 | 205 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.14 |
| HSL | 311.54º | 0.53% | 0.71% | - |
| HSV(B) | 311.54º | 0.35% | 0.86% | - |
| XYZ | 50.21 | 38.97 | 62.63 | - |
| YUV | 172.5 | 146.34 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 142 | 205 | 0 | 0.35 | 0.07 | 0.14 | 311.54 | 0.53 | 0.71 |
| Hex | DC | 8E | CD | 0 | 23 | 7 | E | 138 | 35 | 47 |
| Octal | 334 | 216 | 315 | 0 | 43 | 7 | 16 | 470 | 65 | 107 |
| Binary | 11011100 | 10001110 | 11001101 | 0 | 100011 | 111 | 1110 | 100111000 | 110101 | 1000111 |
Color Harmonies of #DC8ECD
Complementary color
Monochromatic Colors of #DC8ECD
Black with #DC8ECD
Text Example
Text Example
White with #DC8ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8ECD; }
p { color: rgb(220,142,205); }
H1.HeaderClassName
{
color: #DC8ECD;
}
.AnyTagClassName
{
color: #DC8ECD;
}
</style>
background-color css
<style>
a { background-color: #DC8ECD; }
a { background-color: rgb(220,142,205); }
div.DivClassName
{
background-color: #DC8ECD;
}
.BgClassName
{
background-color: #DC8ECD;
}
</style>
border-color css
<style>
span { border-color: #DC8ECD; }
span { border-color: rgb(220,142,205); }
td.TdClassName
{
border-color: #DC8ECD;
}
.TagClassName
{
border-color: #DC8ECD;
}
</style>