Shades of Plum #DC8EDB
Tints of Plum #DC8EDB
RGB
CMYK
RGB Variations
Color information
#DC8EDB (or 0xDC8EDB) is known color: Plum. HEX triplet: DC, 8E and DB. RGB value is (220,142,219). Sum of RGB (Red+Green+Blue) = 220+142+219=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 142 (55.86% from 255 or 24.44% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8EDB is #237124. Grayscale: #ADADAD. Windows color (decimal): -2322725 or 14388956. OLE color: 14388956.
HSL color Cylindrical-coordinate representation of color #DC8EDB: hue angle of 300.77º 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 #DC8EDB is Cyan = 0, Magento = 0.35, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 142 | 219 | - |
| CMYK | 0 | 0.35 | 0.00 | 0.14 |
| HSL | 300.77º | 0.53% | 0.71% | - |
| HSV(B) | 300.77º | 0.35% | 0.86% | - |
| XYZ | 51.97 | 39.68 | 71.94 | - |
| YUV | 174.1 | 153.34 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 142 | 219 | 0 | 0.35 | 0.00 | 0.14 | 300.77 | 0.53 | 0.71 |
| Hex | DC | 8E | DB | 0 | 23 | 0 | E | 12D | 35 | 47 |
| Octal | 334 | 216 | 333 | 0 | 43 | 0 | 16 | 455 | 65 | 107 |
| Binary | 11011100 | 10001110 | 11011011 | 0 | 100011 | 0 | 1110 | 100101101 | 110101 | 1000111 |
Color Harmonies of #DC8EDB
Complementary color
Monochromatic Colors of #DC8EDB
Black with #DC8EDB
Text Example
Text Example
White with #DC8EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8EDB; }
p { color: rgb(220,142,219); }
H1.HeaderClassName
{
color: #DC8EDB;
}
.AnyTagClassName
{
color: #DC8EDB;
}
</style>
background-color css
<style>
a { background-color: #DC8EDB; }
a { background-color: rgb(220,142,219); }
div.DivClassName
{
background-color: #DC8EDB;
}
.BgClassName
{
background-color: #DC8EDB;
}
</style>
border-color css
<style>
span { border-color: #DC8EDB; }
span { border-color: rgb(220,142,219); }
td.TdClassName
{
border-color: #DC8EDB;
}
.TagClassName
{
border-color: #DC8EDB;
}
</style>