Shades of Plum #DD9ECF
Tints of Plum #DD9ECF
RGB
CMYK
RGB Variations
Color information
#DD9ECF (or 0xDD9ECF) is known color: Plum. HEX triplet: DD, 9E and CF. RGB value is (221,158,207). Sum of RGB (Red+Green+Blue) = 221+158+207=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 158 (62.11% from 255 or 26.96% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9ECF is #226130. Grayscale: #B6B6B6. Windows color (decimal): -2253105 or 13606621. OLE color: 13606621.
HSL color Cylindrical-coordinate representation of color #DD9ECF: hue angle of 313.33º 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 #DD9ECF is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 158 | 207 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.13 |
| HSL | 313.33º | 0.48% | 0.74% | - |
| HSV(B) | 313.33º | 0.29% | 0.87% | - |
| XYZ | 53.31 | 44.33 | 64.78 | - |
| YUV | 182.42 | 141.87 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 158 | 207 | 0 | 0.29 | 0.06 | 0.13 | 313.33 | 0.48 | 0.74 |
| Hex | DD | 9E | CF | 0 | 1D | 6 | D | 139 | 30 | 4A |
| Octal | 335 | 236 | 317 | 0 | 35 | 6 | 15 | 471 | 60 | 112 |
| Binary | 11011101 | 10011110 | 11001111 | 0 | 11101 | 110 | 1101 | 100111001 | 110000 | 1001010 |
Color Harmonies of #DD9ECF
Complementary color
Monochromatic Colors of #DD9ECF
Black with #DD9ECF
Text Example
Text Example
White with #DD9ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9ECF; }
p { color: rgb(221,158,207); }
H1.HeaderClassName
{
color: #DD9ECF;
}
.AnyTagClassName
{
color: #DD9ECF;
}
</style>
background-color css
<style>
a { background-color: #DD9ECF; }
a { background-color: rgb(221,158,207); }
div.DivClassName
{
background-color: #DD9ECF;
}
.BgClassName
{
background-color: #DD9ECF;
}
</style>
border-color css
<style>
span { border-color: #DD9ECF; }
span { border-color: rgb(221,158,207); }
td.TdClassName
{
border-color: #DD9ECF;
}
.TagClassName
{
border-color: #DD9ECF;
}
</style>