Shades of Plum #DD8ED4
Tints of Plum #DD8ED4
RGB
CMYK
RGB Variations
Color information
#DD8ED4 (or 0xDD8ED4) is known color: Plum. HEX triplet: DD, 8E and D4. RGB value is (221,142,212). Sum of RGB (Red+Green+Blue) = 221+142+212=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 142 (55.86% from 255 or 24.70% from 575); Blue value is 212 (83.20% from 255 or 36.87% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8ED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8ED4 is #22712B. Grayscale: #ADADAD. Windows color (decimal): -2257196 or 13930205. OLE color: 13930205.
HSL color Cylindrical-coordinate representation of color #DD8ED4: hue angle of 306.84º 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 #DD8ED4 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 142 | 212 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.13 |
| HSL | 306.84º | 0.54% | 0.71% | - |
| HSV(B) | 306.84º | 0.36% | 0.87% | - |
| XYZ | 51.38 | 39.47 | 67.2 | - |
| YUV | 173.6 | 149.67 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 142 | 212 | 0 | 0.36 | 0.04 | 0.13 | 306.84 | 0.54 | 0.71 |
| Hex | DD | 8E | D4 | 0 | 24 | 4 | D | 133 | 36 | 47 |
| Octal | 335 | 216 | 324 | 0 | 44 | 4 | 15 | 463 | 66 | 107 |
| Binary | 11011101 | 10001110 | 11010100 | 0 | 100100 | 100 | 1101 | 100110011 | 110110 | 1000111 |
Color Harmonies of #DD8ED4
Complementary color
Monochromatic Colors of #DD8ED4
Black with #DD8ED4
Text Example
Text Example
White with #DD8ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8ED4; }
p { color: rgb(221,142,212); }
H1.HeaderClassName
{
color: #DD8ED4;
}
.AnyTagClassName
{
color: #DD8ED4;
}
</style>
background-color css
<style>
a { background-color: #DD8ED4; }
a { background-color: rgb(221,142,212); }
div.DivClassName
{
background-color: #DD8ED4;
}
.BgClassName
{
background-color: #DD8ED4;
}
</style>
border-color css
<style>
span { border-color: #DD8ED4; }
span { border-color: rgb(221,142,212); }
td.TdClassName
{
border-color: #DD8ED4;
}
.TagClassName
{
border-color: #DD8ED4;
}
</style>