Shades of Plum #DD8ECD
Tints of Plum #DD8ECD
RGB
CMYK
RGB Variations
Color information
#DD8ECD (or 0xDD8ECD) is known color: Plum. HEX triplet: DD, 8E and CD. RGB value is (221,142,205). Sum of RGB (Red+Green+Blue) = 221+142+205=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 142 (55.86% from 255 or 25% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8ECD is #227132. Grayscale: #ACACAC. Windows color (decimal): -2257203 or 13471453. OLE color: 13471453.
HSL color Cylindrical-coordinate representation of color #DD8ECD: hue angle of 312.15º 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 #DD8ECD is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 142 | 205 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.13 |
| HSL | 312.15º | 0.54% | 0.71% | - |
| HSV(B) | 312.15º | 0.36% | 0.87% | - |
| XYZ | 50.51 | 39.13 | 62.65 | - |
| YUV | 172.8 | 146.17 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 142 | 205 | 0 | 0.36 | 0.07 | 0.13 | 312.15 | 0.54 | 0.71 |
| Hex | DD | 8E | CD | 0 | 24 | 7 | D | 138 | 36 | 47 |
| Octal | 335 | 216 | 315 | 0 | 44 | 7 | 15 | 470 | 66 | 107 |
| Binary | 11011101 | 10001110 | 11001101 | 0 | 100100 | 111 | 1101 | 100111000 | 110110 | 1000111 |
Color Harmonies of #DD8ECD
Complementary color
Monochromatic Colors of #DD8ECD
Black with #DD8ECD
Text Example
Text Example
White with #DD8ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8ECD; }
p { color: rgb(221,142,205); }
H1.HeaderClassName
{
color: #DD8ECD;
}
.AnyTagClassName
{
color: #DD8ECD;
}
</style>
background-color css
<style>
a { background-color: #DD8ECD; }
a { background-color: rgb(221,142,205); }
div.DivClassName
{
background-color: #DD8ECD;
}
.BgClassName
{
background-color: #DD8ECD;
}
</style>
border-color css
<style>
span { border-color: #DD8ECD; }
span { border-color: rgb(221,142,205); }
td.TdClassName
{
border-color: #DD8ECD;
}
.TagClassName
{
border-color: #DD8ECD;
}
</style>