Shades of Plum #DC8DE6
Tints of Plum #DC8DE6
RGB
CMYK
RGB Variations
Color information
#DC8DE6 (or 0xDC8DE6) is known color: Plum. HEX triplet: DC, 8D and E6. RGB value is (220,141,230). Sum of RGB (Red+Green+Blue) = 220+141+230=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 141 (55.47% from 255 or 23.86% from 591); Blue value is 230 (90.23% from 255 or 38.92% from 591); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC8DE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8DE6 is #237219. Grayscale: #AEAEAE. Windows color (decimal): -2322970 or 15109596. OLE color: 15109596.
HSL color Cylindrical-coordinate representation of color #DC8DE6: hue angle of 293.26º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC8DE6 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 141 | 230 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.10 |
| HSL | 293.26º | 0.64% | 0.73% | - |
| HSV(B) | 293.26º | 0.39% | 0.9% | - |
| XYZ | 53.32 | 39.98 | 79.77 | - |
| YUV | 174.77 | 159.17 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 141 | 230 | 0.04 | 0.39 | 0 | 0.10 | 293.26 | 0.64 | 0.73 |
| Hex | DC | 8D | E6 | 4 | 27 | 0 | A | 125 | 40 | 49 |
| Octal | 334 | 215 | 346 | 4 | 47 | 0 | 12 | 445 | 100 | 111 |
| Binary | 11011100 | 10001101 | 11100110 | 100 | 100111 | 0 | 1010 | 100100101 | 1000000 | 1001001 |
Color Harmonies of #DC8DE6
Complementary color
Monochromatic Colors of #DC8DE6
Black with #DC8DE6
Text Example
Text Example
White with #DC8DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8DE6; }
p { color: rgb(220,141,230); }
H1.HeaderClassName
{
color: #DC8DE6;
}
.AnyTagClassName
{
color: #DC8DE6;
}
</style>
background-color css
<style>
a { background-color: #DC8DE6; }
a { background-color: rgb(220,141,230); }
div.DivClassName
{
background-color: #DC8DE6;
}
.BgClassName
{
background-color: #DC8DE6;
}
</style>
border-color css
<style>
span { border-color: #DC8DE6; }
span { border-color: rgb(220,141,230); }
td.TdClassName
{
border-color: #DC8DE6;
}
.TagClassName
{
border-color: #DC8DE6;
}
</style>