Shades of Plum #DD9EDC
Tints of Plum #DD9EDC
RGB
CMYK
RGB Variations
Color information
#DD9EDC (or 0xDD9EDC) is known color: Plum. HEX triplet: DD, 9E and DC. RGB value is (221,158,220). Sum of RGB (Red+Green+Blue) = 221+158+220=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 158 (62.11% from 255 or 26.38% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9EDC is #226123. Grayscale: #B7B7B7. Windows color (decimal): -2253092 or 14458589. OLE color: 14458589.
HSL color Cylindrical-coordinate representation of color #DD9EDC: hue angle of 300.95º 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 #DD9EDC is Cyan = 0, Magento = 0.29, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 158 | 220 | - |
| CMYK | 0 | 0.29 | 0.00 | 0.13 |
| HSL | 300.95º | 0.48% | 0.74% | - |
| HSV(B) | 300.95º | 0.29% | 0.87% | - |
| XYZ | 54.96 | 44.99 | 73.5 | - |
| YUV | 183.91 | 148.37 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 158 | 220 | 0 | 0.29 | 0.00 | 0.13 | 300.95 | 0.48 | 0.74 |
| Hex | DD | 9E | DC | 0 | 1D | 0 | D | 12D | 30 | 4A |
| Octal | 335 | 236 | 334 | 0 | 35 | 0 | 15 | 455 | 60 | 112 |
| Binary | 11011101 | 10011110 | 11011100 | 0 | 11101 | 0 | 1101 | 100101101 | 110000 | 1001010 |
Color Harmonies of #DD9EDC
Complementary color
Monochromatic Colors of #DD9EDC
Black with #DD9EDC
Text Example
Text Example
White with #DD9EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9EDC; }
p { color: rgb(221,158,220); }
H1.HeaderClassName
{
color: #DD9EDC;
}
.AnyTagClassName
{
color: #DD9EDC;
}
</style>
background-color css
<style>
a { background-color: #DD9EDC; }
a { background-color: rgb(221,158,220); }
div.DivClassName
{
background-color: #DD9EDC;
}
.BgClassName
{
background-color: #DD9EDC;
}
</style>
border-color css
<style>
span { border-color: #DD9EDC; }
span { border-color: rgb(221,158,220); }
td.TdClassName
{
border-color: #DD9EDC;
}
.TagClassName
{
border-color: #DD9EDC;
}
</style>