Shades of Plum #DD8DCC
Tints of Plum #DD8DCC
RGB
CMYK
RGB Variations
Color information
#DD8DCC (or 0xDD8DCC) is known color: Plum. HEX triplet: DD, 8D and CC. RGB value is (221,141,204). Sum of RGB (Red+Green+Blue) = 221+141+204=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 141 (55.47% from 255 or 24.91% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8DCC is #227233. Grayscale: #ABABAB. Windows color (decimal): -2257460 or 13405661. OLE color: 13405661.
HSL color Cylindrical-coordinate representation of color #DD8DCC: hue angle of 312.75º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD8DCC is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 141 | 204 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.13 |
| HSL | 312.75º | 0.54% | 0.71% | - |
| HSV(B) | 312.75º | 0.36% | 0.87% | - |
| XYZ | 50.24 | 38.78 | 61.96 | - |
| YUV | 172.1 | 146 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 141 | 204 | 0 | 0.36 | 0.08 | 0.13 | 312.75 | 0.54 | 0.71 |
| Hex | DD | 8D | CC | 0 | 24 | 8 | D | 139 | 36 | 47 |
| Octal | 335 | 215 | 314 | 0 | 44 | 10 | 15 | 471 | 66 | 107 |
| Binary | 11011101 | 10001101 | 11001100 | 0 | 100100 | 1000 | 1101 | 100111001 | 110110 | 1000111 |
Color Harmonies of #DD8DCC
Complementary color
Monochromatic Colors of #DD8DCC
Black with #DD8DCC
Text Example
Text Example
White with #DD8DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8DCC; }
p { color: rgb(221,141,204); }
H1.HeaderClassName
{
color: #DD8DCC;
}
.AnyTagClassName
{
color: #DD8DCC;
}
</style>
background-color css
<style>
a { background-color: #DD8DCC; }
a { background-color: rgb(221,141,204); }
div.DivClassName
{
background-color: #DD8DCC;
}
.BgClassName
{
background-color: #DD8DCC;
}
</style>
border-color css
<style>
span { border-color: #DD8DCC; }
span { border-color: rgb(221,141,204); }
td.TdClassName
{
border-color: #DD8DCC;
}
.TagClassName
{
border-color: #DD8DCC;
}
</style>