Shades of Plum #DD8ECE
Tints of Plum #DD8ECE
RGB
CMYK
RGB Variations
Color information
#DD8ECE (or 0xDD8ECE) is known color: Plum. HEX triplet: DD, 8E and CE. RGB value is (221,142,206). Sum of RGB (Red+Green+Blue) = 221+142+206=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 142 (55.86% from 255 or 24.96% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8ECE is #227131. Grayscale: #ACACAC. Windows color (decimal): -2257202 or 13536989. OLE color: 13536989.
HSL color Cylindrical-coordinate representation of color #DD8ECE: hue angle of 311.39º 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 #DD8ECE is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 142 | 206 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.13 |
| HSL | 311.39º | 0.54% | 0.71% | - |
| HSV(B) | 311.39º | 0.36% | 0.87% | - |
| XYZ | 50.63 | 39.17 | 63.29 | - |
| YUV | 172.92 | 146.67 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 142 | 206 | 0 | 0.36 | 0.07 | 0.13 | 311.39 | 0.54 | 0.71 |
| Hex | DD | 8E | CE | 0 | 24 | 7 | D | 137 | 36 | 47 |
| Octal | 335 | 216 | 316 | 0 | 44 | 7 | 15 | 467 | 66 | 107 |
| Binary | 11011101 | 10001110 | 11001110 | 0 | 100100 | 111 | 1101 | 100110111 | 110110 | 1000111 |
Color Harmonies of #DD8ECE
Complementary color
Monochromatic Colors of #DD8ECE
Black with #DD8ECE
Text Example
Text Example
White with #DD8ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8ECE; }
p { color: rgb(221,142,206); }
H1.HeaderClassName
{
color: #DD8ECE;
}
.AnyTagClassName
{
color: #DD8ECE;
}
</style>
background-color css
<style>
a { background-color: #DD8ECE; }
a { background-color: rgb(221,142,206); }
div.DivClassName
{
background-color: #DD8ECE;
}
.BgClassName
{
background-color: #DD8ECE;
}
</style>
border-color css
<style>
span { border-color: #DD8ECE; }
span { border-color: rgb(221,142,206); }
td.TdClassName
{
border-color: #DD8ECE;
}
.TagClassName
{
border-color: #DD8ECE;
}
</style>