Shades of Plum #DC8DD5
Tints of Plum #DC8DD5
RGB
CMYK
RGB Variations
Color information
#DC8DD5 (or 0xDC8DD5) is known color: Plum. HEX triplet: DC, 8D and D5. RGB value is (220,141,213). Sum of RGB (Red+Green+Blue) = 220+141+213=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 141 (55.47% from 255 or 24.56% from 574); Blue value is 213 (83.59% from 255 or 37.11% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8DD5 is #23722A. Grayscale: #ACACAC. Windows color (decimal): -2322987 or 13995484. OLE color: 13995484.
HSL color Cylindrical-coordinate representation of color #DC8DD5: hue angle of 305.32º 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 #DC8DD5 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 141 | 213 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.14 |
| HSL | 305.32º | 0.53% | 0.71% | - |
| HSV(B) | 305.32º | 0.36% | 0.86% | - |
| XYZ | 51.05 | 39.07 | 67.8 | - |
| YUV | 172.83 | 150.67 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 141 | 213 | 0 | 0.36 | 0.03 | 0.14 | 305.32 | 0.53 | 0.71 |
| Hex | DC | 8D | D5 | 0 | 24 | 3 | E | 131 | 35 | 47 |
| Octal | 334 | 215 | 325 | 0 | 44 | 3 | 16 | 461 | 65 | 107 |
| Binary | 11011100 | 10001101 | 11010101 | 0 | 100100 | 11 | 1110 | 100110001 | 110101 | 1000111 |
Color Harmonies of #DC8DD5
Complementary color
Monochromatic Colors of #DC8DD5
Black with #DC8DD5
Text Example
Text Example
White with #DC8DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8DD5; }
p { color: rgb(220,141,213); }
H1.HeaderClassName
{
color: #DC8DD5;
}
.AnyTagClassName
{
color: #DC8DD5;
}
</style>
background-color css
<style>
a { background-color: #DC8DD5; }
a { background-color: rgb(220,141,213); }
div.DivClassName
{
background-color: #DC8DD5;
}
.BgClassName
{
background-color: #DC8DD5;
}
</style>
border-color css
<style>
span { border-color: #DC8DD5; }
span { border-color: rgb(220,141,213); }
td.TdClassName
{
border-color: #DC8DD5;
}
.TagClassName
{
border-color: #DC8DD5;
}
</style>