Shades of Plum #DC8ED0
Tints of Plum #DC8ED0
RGB
CMYK
RGB Variations
Color information
#DC8ED0 (or 0xDC8ED0) is known color: Plum. HEX triplet: DC, 8E and D0. RGB value is (220,142,208). Sum of RGB (Red+Green+Blue) = 220+142+208=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 142 (55.86% from 255 or 24.91% from 570); Blue value is 208 (81.64% from 255 or 36.49% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8ED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8ED0 is #23712F. Grayscale: #ACACAC. Windows color (decimal): -2322736 or 13668060. OLE color: 13668060.
HSL color Cylindrical-coordinate representation of color #DC8ED0: hue angle of 309.23º 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 #DC8ED0 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 142 | 208 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.14 |
| HSL | 309.23º | 0.53% | 0.71% | - |
| HSV(B) | 309.23º | 0.35% | 0.86% | - |
| XYZ | 50.57 | 39.12 | 64.56 | - |
| YUV | 172.85 | 147.84 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 142 | 208 | 0 | 0.35 | 0.05 | 0.14 | 309.23 | 0.53 | 0.71 |
| Hex | DC | 8E | D0 | 0 | 23 | 5 | E | 135 | 35 | 47 |
| Octal | 334 | 216 | 320 | 0 | 43 | 5 | 16 | 465 | 65 | 107 |
| Binary | 11011100 | 10001110 | 11010000 | 0 | 100011 | 101 | 1110 | 100110101 | 110101 | 1000111 |
Color Harmonies of #DC8ED0
Complementary color
Monochromatic Colors of #DC8ED0
Black with #DC8ED0
Text Example
Text Example
White with #DC8ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8ED0; }
p { color: rgb(220,142,208); }
H1.HeaderClassName
{
color: #DC8ED0;
}
.AnyTagClassName
{
color: #DC8ED0;
}
</style>
background-color css
<style>
a { background-color: #DC8ED0; }
a { background-color: rgb(220,142,208); }
div.DivClassName
{
background-color: #DC8ED0;
}
.BgClassName
{
background-color: #DC8ED0;
}
</style>
border-color css
<style>
span { border-color: #DC8ED0; }
span { border-color: rgb(220,142,208); }
td.TdClassName
{
border-color: #DC8ED0;
}
.TagClassName
{
border-color: #DC8ED0;
}
</style>