Shades of Plum #DC8DD0
Tints of Plum #DC8DD0
RGB
CMYK
RGB Variations
Color information
#DC8DD0 (or 0xDC8DD0) is known color: Plum. HEX triplet: DC, 8D and D0. RGB value is (220,141,208). Sum of RGB (Red+Green+Blue) = 220+141+208=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 141 (55.47% from 255 or 24.78% from 569); Blue value is 208 (81.64% from 255 or 36.56% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8DD0 is #23722F. Grayscale: #ACACAC. Windows color (decimal): -2322992 or 13667804. OLE color: 13667804.
HSL color Cylindrical-coordinate representation of color #DC8DD0: hue angle of 309.11º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC8DD0 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 141 | 208 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.14 |
| HSL | 309.11º | 0.53% | 0.71% | - |
| HSV(B) | 309.11º | 0.36% | 0.86% | - |
| XYZ | 50.43 | 38.82 | 64.51 | - |
| YUV | 172.26 | 148.17 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 141 | 208 | 0 | 0.36 | 0.05 | 0.14 | 309.11 | 0.53 | 0.71 |
| Hex | DC | 8D | D0 | 0 | 24 | 5 | E | 135 | 35 | 47 |
| Octal | 334 | 215 | 320 | 0 | 44 | 5 | 16 | 465 | 65 | 107 |
| Binary | 11011100 | 10001101 | 11010000 | 0 | 100100 | 101 | 1110 | 100110101 | 110101 | 1000111 |
Color Harmonies of #DC8DD0
Complementary color
Monochromatic Colors of #DC8DD0
Black with #DC8DD0
Text Example
Text Example
White with #DC8DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8DD0; }
p { color: rgb(220,141,208); }
H1.HeaderClassName
{
color: #DC8DD0;
}
.AnyTagClassName
{
color: #DC8DD0;
}
</style>
background-color css
<style>
a { background-color: #DC8DD0; }
a { background-color: rgb(220,141,208); }
div.DivClassName
{
background-color: #DC8DD0;
}
.BgClassName
{
background-color: #DC8DD0;
}
</style>
border-color css
<style>
span { border-color: #DC8DD0; }
span { border-color: rgb(220,141,208); }
td.TdClassName
{
border-color: #DC8DD0;
}
.TagClassName
{
border-color: #DC8DD0;
}
</style>