Shades of Plum #DD9ED4
Tints of Plum #DD9ED4
RGB
CMYK
RGB Variations
Color information
#DD9ED4 (or 0xDD9ED4) is known color: Plum. HEX triplet: DD, 9E and D4. RGB value is (221,158,212). Sum of RGB (Red+Green+Blue) = 221+158+212=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 158 (62.11% from 255 or 26.73% from 591); Blue value is 212 (83.20% from 255 or 35.87% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9ED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9ED4 is #22612B. Grayscale: #B6B6B6. Windows color (decimal): -2253100 or 13934301. OLE color: 13934301.
HSL color Cylindrical-coordinate representation of color #DD9ED4: hue angle of 308.57º 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 #DD9ED4 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 158 | 212 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.13 |
| HSL | 308.57º | 0.48% | 0.74% | - |
| HSV(B) | 308.57º | 0.29% | 0.87% | - |
| XYZ | 53.93 | 44.58 | 68.05 | - |
| YUV | 182.99 | 144.37 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 158 | 212 | 0 | 0.29 | 0.04 | 0.13 | 308.57 | 0.48 | 0.74 |
| Hex | DD | 9E | D4 | 0 | 1D | 4 | D | 135 | 30 | 4A |
| Octal | 335 | 236 | 324 | 0 | 35 | 4 | 15 | 465 | 60 | 112 |
| Binary | 11011101 | 10011110 | 11010100 | 0 | 11101 | 100 | 1101 | 100110101 | 110000 | 1001010 |
Color Harmonies of #DD9ED4
Complementary color
Monochromatic Colors of #DD9ED4
Black with #DD9ED4
Text Example
Text Example
White with #DD9ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9ED4; }
p { color: rgb(221,158,212); }
H1.HeaderClassName
{
color: #DD9ED4;
}
.AnyTagClassName
{
color: #DD9ED4;
}
</style>
background-color css
<style>
a { background-color: #DD9ED4; }
a { background-color: rgb(221,158,212); }
div.DivClassName
{
background-color: #DD9ED4;
}
.BgClassName
{
background-color: #DD9ED4;
}
</style>
border-color css
<style>
span { border-color: #DD9ED4; }
span { border-color: rgb(221,158,212); }
td.TdClassName
{
border-color: #DD9ED4;
}
.TagClassName
{
border-color: #DD9ED4;
}
</style>