Shades of Plum #DC8ED2
Tints of Plum #DC8ED2
RGB
CMYK
RGB Variations
Color information
#DC8ED2 (or 0xDC8ED2) is known color: Plum. HEX triplet: DC, 8E and D2. RGB value is (220,142,210). Sum of RGB (Red+Green+Blue) = 220+142+210=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 142 (55.86% from 255 or 24.83% from 572); Blue value is 210 (82.42% from 255 or 36.71% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8ED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8ED2 is #23712D. Grayscale: #ACACAC. Windows color (decimal): -2322734 or 13799132. OLE color: 13799132.
HSL color Cylindrical-coordinate representation of color #DC8ED2: hue angle of 307.69º 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 #DC8ED2 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 142 | 210 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.14 |
| HSL | 307.69º | 0.53% | 0.71% | - |
| HSV(B) | 307.69º | 0.35% | 0.86% | - |
| XYZ | 50.82 | 39.21 | 65.86 | - |
| YUV | 173.07 | 148.84 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 142 | 210 | 0 | 0.35 | 0.05 | 0.14 | 307.69 | 0.53 | 0.71 |
| Hex | DC | 8E | D2 | 0 | 23 | 5 | E | 134 | 35 | 47 |
| Octal | 334 | 216 | 322 | 0 | 43 | 5 | 16 | 464 | 65 | 107 |
| Binary | 11011100 | 10001110 | 11010010 | 0 | 100011 | 101 | 1110 | 100110100 | 110101 | 1000111 |
Color Harmonies of #DC8ED2
Complementary color
Monochromatic Colors of #DC8ED2
Black with #DC8ED2
Text Example
Text Example
White with #DC8ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8ED2; }
p { color: rgb(220,142,210); }
H1.HeaderClassName
{
color: #DC8ED2;
}
.AnyTagClassName
{
color: #DC8ED2;
}
</style>
background-color css
<style>
a { background-color: #DC8ED2; }
a { background-color: rgb(220,142,210); }
div.DivClassName
{
background-color: #DC8ED2;
}
.BgClassName
{
background-color: #DC8ED2;
}
</style>
border-color css
<style>
span { border-color: #DC8ED2; }
span { border-color: rgb(220,142,210); }
td.TdClassName
{
border-color: #DC8ED2;
}
.TagClassName
{
border-color: #DC8ED2;
}
</style>