Shades of Plum #DC8CE3
Tints of Plum #DC8CE3
RGB
CMYK
RGB Variations
Color information
#DC8CE3 (or 0xDC8CE3) is known color: Plum. HEX triplet: DC, 8C and E3. RGB value is (220,140,227). Sum of RGB (Red+Green+Blue) = 220+140+227=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 140 (55.08% from 255 or 23.85% from 587); Blue value is 227 (89.06% from 255 or 38.67% from 587); Max value from RGB is 227 - color contains mainly: blue. Hex color #DC8CE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8CE3 is #23731C. Grayscale: #ADADAD. Windows color (decimal): -2323229 or 14912732. OLE color: 14912732.
HSL color Cylindrical-coordinate representation of color #DC8CE3: hue angle of 295.17º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC8CE3 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 140 | 227 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.11 |
| HSL | 295.17º | 0.61% | 0.72% | - |
| HSV(B) | 295.17º | 0.38% | 0.89% | - |
| XYZ | 52.76 | 39.52 | 77.52 | - |
| YUV | 173.84 | 158 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 140 | 227 | 0.03 | 0.38 | 0 | 0.11 | 295.17 | 0.61 | 0.72 |
| Hex | DC | 8C | E3 | 3 | 26 | 0 | B | 127 | 3D | 48 |
| Octal | 334 | 214 | 343 | 3 | 46 | 0 | 13 | 447 | 75 | 110 |
| Binary | 11011100 | 10001100 | 11100011 | 11 | 100110 | 0 | 1011 | 100100111 | 111101 | 1001000 |
Color Harmonies of #DC8CE3
Complementary color
Monochromatic Colors of #DC8CE3
Black with #DC8CE3
Text Example
Text Example
White with #DC8CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8CE3; }
p { color: rgb(220,140,227); }
H1.HeaderClassName
{
color: #DC8CE3;
}
.AnyTagClassName
{
color: #DC8CE3;
}
</style>
background-color css
<style>
a { background-color: #DC8CE3; }
a { background-color: rgb(220,140,227); }
div.DivClassName
{
background-color: #DC8CE3;
}
.BgClassName
{
background-color: #DC8CE3;
}
</style>
border-color css
<style>
span { border-color: #DC8CE3; }
span { border-color: rgb(220,140,227); }
td.TdClassName
{
border-color: #DC8CE3;
}
.TagClassName
{
border-color: #DC8CE3;
}
</style>