Shades of Plum #DD8DD0
Tints of Plum #DD8DD0
RGB
CMYK
RGB Variations
Color information
#DD8DD0 (or 0xDD8DD0) is known color: Plum. HEX triplet: DD, 8D and D0. RGB value is (221,141,208). Sum of RGB (Red+Green+Blue) = 221+141+208=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 141 (55.47% from 255 or 24.74% from 570); Blue value is 208 (81.64% from 255 or 36.49% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8DD0 is #22722F. Grayscale: #ACACAC. Windows color (decimal): -2257456 or 13667805. OLE color: 13667805.
HSL color Cylindrical-coordinate representation of color #DD8DD0: hue angle of 309.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 #DD8DD0 is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 141 | 208 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.13 |
| HSL | 309.75º | 0.54% | 0.71% | - |
| HSV(B) | 309.75º | 0.36% | 0.87% | - |
| XYZ | 50.73 | 38.98 | 64.52 | - |
| YUV | 172.56 | 148 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 141 | 208 | 0 | 0.36 | 0.06 | 0.13 | 309.75 | 0.54 | 0.71 |
| Hex | DD | 8D | D0 | 0 | 24 | 6 | D | 136 | 36 | 47 |
| Octal | 335 | 215 | 320 | 0 | 44 | 6 | 15 | 466 | 66 | 107 |
| Binary | 11011101 | 10001101 | 11010000 | 0 | 100100 | 110 | 1101 | 100110110 | 110110 | 1000111 |
Color Harmonies of #DD8DD0
Complementary color
Monochromatic Colors of #DD8DD0
Black with #DD8DD0
Text Example
Text Example
White with #DD8DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8DD0; }
p { color: rgb(221,141,208); }
H1.HeaderClassName
{
color: #DD8DD0;
}
.AnyTagClassName
{
color: #DD8DD0;
}
</style>
background-color css
<style>
a { background-color: #DD8DD0; }
a { background-color: rgb(221,141,208); }
div.DivClassName
{
background-color: #DD8DD0;
}
.BgClassName
{
background-color: #DD8DD0;
}
</style>
border-color css
<style>
span { border-color: #DD8DD0; }
span { border-color: rgb(221,141,208); }
td.TdClassName
{
border-color: #DD8DD0;
}
.TagClassName
{
border-color: #DD8DD0;
}
</style>