Shades of Plum #DD9EDF
Tints of Plum #DD9EDF
RGB
CMYK
RGB Variations
Color information
#DD9EDF (or 0xDD9EDF) is known color: Plum. HEX triplet: DD, 9E and DF. RGB value is (221,158,223). Sum of RGB (Red+Green+Blue) = 221+158+223=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 158 (62.11% from 255 or 26.25% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD9EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9EDF is #226120. Grayscale: #B8B8B8. Windows color (decimal): -2253089 or 14655197. OLE color: 14655197.
HSL color Cylindrical-coordinate representation of color #DD9EDF: hue angle of 298.15º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DD9EDF is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 158 | 223 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.13 |
| HSL | 298.15º | 0.5% | 0.75% | - |
| HSV(B) | 298.15º | 0.29% | 0.87% | - |
| XYZ | 55.36 | 45.15 | 75.61 | - |
| YUV | 184.25 | 149.87 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 158 | 223 | 0.01 | 0.29 | 0 | 0.13 | 298.15 | 0.5 | 0.75 |
| Hex | DD | 9E | DF | 1 | 1D | 0 | D | 12A | 32 | 4B |
| Octal | 335 | 236 | 337 | 1 | 35 | 0 | 15 | 452 | 62 | 113 |
| Binary | 11011101 | 10011110 | 11011111 | 1 | 11101 | 0 | 1101 | 100101010 | 110010 | 1001011 |
Color Harmonies of #DD9EDF
Complementary color
Monochromatic Colors of #DD9EDF
Black with #DD9EDF
Text Example
Text Example
White with #DD9EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9EDF; }
p { color: rgb(221,158,223); }
H1.HeaderClassName
{
color: #DD9EDF;
}
.AnyTagClassName
{
color: #DD9EDF;
}
</style>
background-color css
<style>
a { background-color: #DD9EDF; }
a { background-color: rgb(221,158,223); }
div.DivClassName
{
background-color: #DD9EDF;
}
.BgClassName
{
background-color: #DD9EDF;
}
</style>
border-color css
<style>
span { border-color: #DD9EDF; }
span { border-color: rgb(221,158,223); }
td.TdClassName
{
border-color: #DD9EDF;
}
.TagClassName
{
border-color: #DD9EDF;
}
</style>