Shades of Plum #DC8DD4
Tints of Plum #DC8DD4
RGB
CMYK
RGB Variations
Color information
#DC8DD4 (or 0xDC8DD4) is known color: Plum. HEX triplet: DC, 8D and D4. RGB value is (220,141,212). Sum of RGB (Red+Green+Blue) = 220+141+212=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 141 (55.47% from 255 or 24.61% from 573); Blue value is 212 (83.20% from 255 or 37.00% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8DD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8DD4 is #23722B. Grayscale: #ACACAC. Windows color (decimal): -2322988 or 13929948. OLE color: 13929948.
HSL color Cylindrical-coordinate representation of color #DC8DD4: hue angle of 306.08º 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 #DC8DD4 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 141 | 212 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.14 |
| HSL | 306.08º | 0.53% | 0.71% | - |
| HSV(B) | 306.08º | 0.36% | 0.86% | - |
| XYZ | 50.92 | 39.02 | 67.13 | - |
| YUV | 172.72 | 150.17 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 141 | 212 | 0 | 0.36 | 0.04 | 0.14 | 306.08 | 0.53 | 0.71 |
| Hex | DC | 8D | D4 | 0 | 24 | 4 | E | 132 | 35 | 47 |
| Octal | 334 | 215 | 324 | 0 | 44 | 4 | 16 | 462 | 65 | 107 |
| Binary | 11011100 | 10001101 | 11010100 | 0 | 100100 | 100 | 1110 | 100110010 | 110101 | 1000111 |
Color Harmonies of #DC8DD4
Complementary color
Monochromatic Colors of #DC8DD4
Black with #DC8DD4
Text Example
Text Example
White with #DC8DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8DD4; }
p { color: rgb(220,141,212); }
H1.HeaderClassName
{
color: #DC8DD4;
}
.AnyTagClassName
{
color: #DC8DD4;
}
</style>
background-color css
<style>
a { background-color: #DC8DD4; }
a { background-color: rgb(220,141,212); }
div.DivClassName
{
background-color: #DC8DD4;
}
.BgClassName
{
background-color: #DC8DD4;
}
</style>
border-color css
<style>
span { border-color: #DC8DD4; }
span { border-color: rgb(220,141,212); }
td.TdClassName
{
border-color: #DC8DD4;
}
.TagClassName
{
border-color: #DC8DD4;
}
</style>