Shades of Plum #DD8CD8
Tints of Plum #DD8CD8
RGB
CMYK
RGB Variations
Color information
#DD8CD8 (or 0xDD8CD8) is known color: Plum. HEX triplet: DD, 8C and D8. RGB value is (221,140,216). Sum of RGB (Red+Green+Blue) = 221+140+216=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 140 (55.08% from 255 or 24.26% from 577); Blue value is 216 (84.77% from 255 or 37.44% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8CD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8CD8 is #227327. Grayscale: #ACACAC. Windows color (decimal): -2257704 or 14191837. OLE color: 14191837.
HSL color Cylindrical-coordinate representation of color #DD8CD8: hue angle of 303.7º degrees, saturation: 0.54, 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 #DD8CD8 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 140 | 216 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.13 |
| HSL | 303.7º | 0.54% | 0.71% | - |
| HSV(B) | 303.7º | 0.37% | 0.87% | - |
| XYZ | 51.59 | 39.09 | 69.79 | - |
| YUV | 172.88 | 152.34 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 140 | 216 | 0 | 0.37 | 0.02 | 0.13 | 303.7 | 0.54 | 0.71 |
| Hex | DD | 8C | D8 | 0 | 25 | 2 | D | 130 | 36 | 47 |
| Octal | 335 | 214 | 330 | 0 | 45 | 2 | 15 | 460 | 66 | 107 |
| Binary | 11011101 | 10001100 | 11011000 | 0 | 100101 | 10 | 1101 | 100110000 | 110110 | 1000111 |
Color Harmonies of #DD8CD8
Complementary color
Monochromatic Colors of #DD8CD8
Black with #DD8CD8
Text Example
Text Example
White with #DD8CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8CD8; }
p { color: rgb(221,140,216); }
H1.HeaderClassName
{
color: #DD8CD8;
}
.AnyTagClassName
{
color: #DD8CD8;
}
</style>
background-color css
<style>
a { background-color: #DD8CD8; }
a { background-color: rgb(221,140,216); }
div.DivClassName
{
background-color: #DD8CD8;
}
.BgClassName
{
background-color: #DD8CD8;
}
</style>
border-color css
<style>
span { border-color: #DD8CD8; }
span { border-color: rgb(221,140,216); }
td.TdClassName
{
border-color: #DD8CD8;
}
.TagClassName
{
border-color: #DD8CD8;
}
</style>