Shades of Plum #DD9ED2
Tints of Plum #DD9ED2
RGB
CMYK
RGB Variations
Color information
#DD9ED2 (or 0xDD9ED2) is known color: Plum. HEX triplet: DD, 9E and D2. RGB value is (221,158,210). Sum of RGB (Red+Green+Blue) = 221+158+210=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 158 (62.11% from 255 or 26.83% from 589); Blue value is 210 (82.42% from 255 or 35.65% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9ED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9ED2 is #22612D. Grayscale: #B6B6B6. Windows color (decimal): -2253102 or 13803229. OLE color: 13803229.
HSL color Cylindrical-coordinate representation of color #DD9ED2: hue angle of 310.48º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DD9ED2 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 158 | 210 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.13 |
| HSL | 310.48º | 0.48% | 0.74% | - |
| HSV(B) | 310.48º | 0.29% | 0.87% | - |
| XYZ | 53.68 | 44.48 | 66.73 | - |
| YUV | 182.77 | 143.37 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 158 | 210 | 0 | 0.29 | 0.05 | 0.13 | 310.48 | 0.48 | 0.74 |
| Hex | DD | 9E | D2 | 0 | 1D | 5 | D | 136 | 30 | 4A |
| Octal | 335 | 236 | 322 | 0 | 35 | 5 | 15 | 466 | 60 | 112 |
| Binary | 11011101 | 10011110 | 11010010 | 0 | 11101 | 101 | 1101 | 100110110 | 110000 | 1001010 |
Color Harmonies of #DD9ED2
Complementary color
Monochromatic Colors of #DD9ED2
Black with #DD9ED2
Text Example
Text Example
White with #DD9ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9ED2; }
p { color: rgb(221,158,210); }
H1.HeaderClassName
{
color: #DD9ED2;
}
.AnyTagClassName
{
color: #DD9ED2;
}
</style>
background-color css
<style>
a { background-color: #DD9ED2; }
a { background-color: rgb(221,158,210); }
div.DivClassName
{
background-color: #DD9ED2;
}
.BgClassName
{
background-color: #DD9ED2;
}
</style>
border-color css
<style>
span { border-color: #DD9ED2; }
span { border-color: rgb(221,158,210); }
td.TdClassName
{
border-color: #DD9ED2;
}
.TagClassName
{
border-color: #DD9ED2;
}
</style>