Shades of Plum #DD8BD7
Tints of Plum #DD8BD7
RGB
CMYK
RGB Variations
Color information
#DD8BD7 (or 0xDD8BD7) is known color: Plum. HEX triplet: DD, 8B and D7. RGB value is (221,139,215). Sum of RGB (Red+Green+Blue) = 221+139+215=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 139 (54.69% from 255 or 24.17% from 575); Blue value is 215 (84.38% from 255 or 37.39% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8BD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8BD7 is #227428. Grayscale: #ABABAB. Windows color (decimal): -2257961 or 14126045. OLE color: 14126045.
HSL color Cylindrical-coordinate representation of color #DD8BD7: hue angle of 304.39º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD8BD7 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 139 | 215 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.13 |
| HSL | 304.39º | 0.55% | 0.71% | - |
| HSV(B) | 304.39º | 0.37% | 0.87% | - |
| XYZ | 51.32 | 38.74 | 69.06 | - |
| YUV | 172.18 | 152.17 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 215 | 0 | 0.37 | 0.03 | 0.13 | 304.39 | 0.55 | 0.71 |
| Hex | DD | 8B | D7 | 0 | 25 | 3 | D | 130 | 37 | 47 |
| Octal | 335 | 213 | 327 | 0 | 45 | 3 | 15 | 460 | 67 | 107 |
| Binary | 11011101 | 10001011 | 11010111 | 0 | 100101 | 11 | 1101 | 100110000 | 110111 | 1000111 |
Color Harmonies of #DD8BD7
Complementary color
Monochromatic Colors of #DD8BD7
Black with #DD8BD7
Text Example
Text Example
White with #DD8BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8BD7; }
p { color: rgb(221,139,215); }
H1.HeaderClassName
{
color: #DD8BD7;
}
.AnyTagClassName
{
color: #DD8BD7;
}
</style>
background-color css
<style>
a { background-color: #DD8BD7; }
a { background-color: rgb(221,139,215); }
div.DivClassName
{
background-color: #DD8BD7;
}
.BgClassName
{
background-color: #DD8BD7;
}
</style>
border-color css
<style>
span { border-color: #DD8BD7; }
span { border-color: rgb(221,139,215); }
td.TdClassName
{
border-color: #DD8BD7;
}
.TagClassName
{
border-color: #DD8BD7;
}
</style>