Shades of Plum #DC8DD3
Tints of Plum #DC8DD3
RGB
CMYK
RGB Variations
Color information
#DC8DD3 (or 0xDC8DD3) is known color: Plum. HEX triplet: DC, 8D and D3. RGB value is (220,141,211). Sum of RGB (Red+Green+Blue) = 220+141+211=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 141 (55.47% from 255 or 24.65% from 572); Blue value is 211 (82.81% from 255 or 36.89% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8DD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8DD3 is #23722C. Grayscale: #ACACAC. Windows color (decimal): -2322989 or 13864412. OLE color: 13864412.
HSL color Cylindrical-coordinate representation of color #DC8DD3: hue angle of 306.84º 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 #DC8DD3 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 141 | 211 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.14 |
| HSL | 306.84º | 0.53% | 0.71% | - |
| HSV(B) | 306.84º | 0.36% | 0.86% | - |
| XYZ | 50.8 | 38.97 | 66.47 | - |
| YUV | 172.6 | 149.67 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 141 | 211 | 0 | 0.36 | 0.04 | 0.14 | 306.84 | 0.53 | 0.71 |
| Hex | DC | 8D | D3 | 0 | 24 | 4 | E | 133 | 35 | 47 |
| Octal | 334 | 215 | 323 | 0 | 44 | 4 | 16 | 463 | 65 | 107 |
| Binary | 11011100 | 10001101 | 11010011 | 0 | 100100 | 100 | 1110 | 100110011 | 110101 | 1000111 |
Color Harmonies of #DC8DD3
Complementary color
Monochromatic Colors of #DC8DD3
Black with #DC8DD3
Text Example
Text Example
White with #DC8DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8DD3; }
p { color: rgb(220,141,211); }
H1.HeaderClassName
{
color: #DC8DD3;
}
.AnyTagClassName
{
color: #DC8DD3;
}
</style>
background-color css
<style>
a { background-color: #DC8DD3; }
a { background-color: rgb(220,141,211); }
div.DivClassName
{
background-color: #DC8DD3;
}
.BgClassName
{
background-color: #DC8DD3;
}
</style>
border-color css
<style>
span { border-color: #DC8DD3; }
span { border-color: rgb(220,141,211); }
td.TdClassName
{
border-color: #DC8DD3;
}
.TagClassName
{
border-color: #DC8DD3;
}
</style>