Shades of Plum #DD8ED1
Tints of Plum #DD8ED1
RGB
CMYK
RGB Variations
Color information
#DD8ED1 (or 0xDD8ED1) is known color: Plum. HEX triplet: DD, 8E and D1. RGB value is (221,142,209). Sum of RGB (Red+Green+Blue) = 221+142+209=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 142 (55.86% from 255 or 24.83% from 572); Blue value is 209 (82.03% from 255 or 36.54% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8ED1 is #22712E. Grayscale: #ADADAD. Windows color (decimal): -2257199 or 13733597. OLE color: 13733597.
HSL color Cylindrical-coordinate representation of color #DD8ED1: hue angle of 309.11º 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 #DD8ED1 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 142 | 209 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.13 |
| HSL | 309.11º | 0.54% | 0.71% | - |
| HSV(B) | 309.11º | 0.36% | 0.87% | - |
| XYZ | 51 | 39.32 | 65.22 | - |
| YUV | 173.26 | 148.17 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 142 | 209 | 0 | 0.36 | 0.05 | 0.13 | 309.11 | 0.54 | 0.71 |
| Hex | DD | 8E | D1 | 0 | 24 | 5 | D | 135 | 36 | 47 |
| Octal | 335 | 216 | 321 | 0 | 44 | 5 | 15 | 465 | 66 | 107 |
| Binary | 11011101 | 10001110 | 11010001 | 0 | 100100 | 101 | 1101 | 100110101 | 110110 | 1000111 |
Color Harmonies of #DD8ED1
Complementary color
Monochromatic Colors of #DD8ED1
Black with #DD8ED1
Text Example
Text Example
White with #DD8ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8ED1; }
p { color: rgb(221,142,209); }
H1.HeaderClassName
{
color: #DD8ED1;
}
.AnyTagClassName
{
color: #DD8ED1;
}
</style>
background-color css
<style>
a { background-color: #DD8ED1; }
a { background-color: rgb(221,142,209); }
div.DivClassName
{
background-color: #DD8ED1;
}
.BgClassName
{
background-color: #DD8ED1;
}
</style>
border-color css
<style>
span { border-color: #DD8ED1; }
span { border-color: rgb(221,142,209); }
td.TdClassName
{
border-color: #DD8ED1;
}
.TagClassName
{
border-color: #DD8ED1;
}
</style>