Shades of Plum #DC8EE6
Tints of Plum #DC8EE6
RGB
CMYK
RGB Variations
Color information
#DC8EE6 (or 0xDC8EE6) is known color: Plum. HEX triplet: DC, 8E and E6. RGB value is (220,142,230). Sum of RGB (Red+Green+Blue) = 220+142+230=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 142 (55.86% from 255 or 23.99% from 592); Blue value is 230 (90.23% from 255 or 38.85% from 592); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC8EE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8EE6 is #237119. Grayscale: #AFAFAF. Windows color (decimal): -2322714 or 15109852. OLE color: 15109852.
HSL color Cylindrical-coordinate representation of color #DC8EE6: hue angle of 293.18º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC8EE6 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 142 | 230 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.10 |
| HSL | 293.18º | 0.64% | 0.73% | - |
| HSV(B) | 293.18º | 0.38% | 0.9% | - |
| XYZ | 53.47 | 40.27 | 79.82 | - |
| YUV | 175.35 | 158.84 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 142 | 230 | 0.04 | 0.38 | 0 | 0.10 | 293.18 | 0.64 | 0.73 |
| Hex | DC | 8E | E6 | 4 | 26 | 0 | A | 125 | 40 | 49 |
| Octal | 334 | 216 | 346 | 4 | 46 | 0 | 12 | 445 | 100 | 111 |
| Binary | 11011100 | 10001110 | 11100110 | 100 | 100110 | 0 | 1010 | 100100101 | 1000000 | 1001001 |
Color Harmonies of #DC8EE6
Complementary color
Monochromatic Colors of #DC8EE6
Black with #DC8EE6
Text Example
Text Example
White with #DC8EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8EE6; }
p { color: rgb(220,142,230); }
H1.HeaderClassName
{
color: #DC8EE6;
}
.AnyTagClassName
{
color: #DC8EE6;
}
</style>
background-color css
<style>
a { background-color: #DC8EE6; }
a { background-color: rgb(220,142,230); }
div.DivClassName
{
background-color: #DC8EE6;
}
.BgClassName
{
background-color: #DC8EE6;
}
</style>
border-color css
<style>
span { border-color: #DC8EE6; }
span { border-color: rgb(220,142,230); }
td.TdClassName
{
border-color: #DC8EE6;
}
.TagClassName
{
border-color: #DC8EE6;
}
</style>