Shades of Plum #DC8ECB
Tints of Plum #DC8ECB
RGB
CMYK
RGB Variations
Color information
#DC8ECB (or 0xDC8ECB) is known color: Plum. HEX triplet: DC, 8E and CB. RGB value is (220,142,203). Sum of RGB (Red+Green+Blue) = 220+142+203=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 142 (55.86% from 255 or 25.13% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8ECB is #237134. Grayscale: #ACACAC. Windows color (decimal): -2322741 or 13340380. OLE color: 13340380.
HSL color Cylindrical-coordinate representation of color #DC8ECB: hue angle of 313.08º 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 #DC8ECB is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 142 | 203 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.14 |
| HSL | 313.08º | 0.53% | 0.71% | - |
| HSV(B) | 313.08º | 0.35% | 0.86% | - |
| XYZ | 49.97 | 38.87 | 61.37 | - |
| YUV | 172.28 | 145.34 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 142 | 203 | 0 | 0.35 | 0.08 | 0.14 | 313.08 | 0.53 | 0.71 |
| Hex | DC | 8E | CB | 0 | 23 | 8 | E | 139 | 35 | 47 |
| Octal | 334 | 216 | 313 | 0 | 43 | 10 | 16 | 471 | 65 | 107 |
| Binary | 11011100 | 10001110 | 11001011 | 0 | 100011 | 1000 | 1110 | 100111001 | 110101 | 1000111 |
Color Harmonies of #DC8ECB
Complementary color
Monochromatic Colors of #DC8ECB
Black with #DC8ECB
Text Example
Text Example
White with #DC8ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8ECB; }
p { color: rgb(220,142,203); }
H1.HeaderClassName
{
color: #DC8ECB;
}
.AnyTagClassName
{
color: #DC8ECB;
}
</style>
background-color css
<style>
a { background-color: #DC8ECB; }
a { background-color: rgb(220,142,203); }
div.DivClassName
{
background-color: #DC8ECB;
}
.BgClassName
{
background-color: #DC8ECB;
}
</style>
border-color css
<style>
span { border-color: #DC8ECB; }
span { border-color: rgb(220,142,203); }
td.TdClassName
{
border-color: #DC8ECB;
}
.TagClassName
{
border-color: #DC8ECB;
}
</style>