Shades of Plum #DD9ECE
Tints of Plum #DD9ECE
RGB
CMYK
RGB Variations
Color information
#DD9ECE (or 0xDD9ECE) is known color: Plum. HEX triplet: DD, 9E and CE. RGB value is (221,158,206). Sum of RGB (Red+Green+Blue) = 221+158+206=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 158 (62.11% from 255 or 27.01% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9ECE is #226131. Grayscale: #B6B6B6. Windows color (decimal): -2253106 or 13541085. OLE color: 13541085.
HSL color Cylindrical-coordinate representation of color #DD9ECE: hue angle of 314.29º 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 #DD9ECE is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 158 | 206 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.13 |
| HSL | 314.29º | 0.48% | 0.74% | - |
| HSV(B) | 314.29º | 0.29% | 0.87% | - |
| XYZ | 53.19 | 44.28 | 64.14 | - |
| YUV | 182.31 | 141.37 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 158 | 206 | 0 | 0.29 | 0.07 | 0.13 | 314.29 | 0.48 | 0.74 |
| Hex | DD | 9E | CE | 0 | 1D | 7 | D | 13A | 30 | 4A |
| Octal | 335 | 236 | 316 | 0 | 35 | 7 | 15 | 472 | 60 | 112 |
| Binary | 11011101 | 10011110 | 11001110 | 0 | 11101 | 111 | 1101 | 100111010 | 110000 | 1001010 |
Color Harmonies of #DD9ECE
Complementary color
Monochromatic Colors of #DD9ECE
Black with #DD9ECE
Text Example
Text Example
White with #DD9ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9ECE; }
p { color: rgb(221,158,206); }
H1.HeaderClassName
{
color: #DD9ECE;
}
.AnyTagClassName
{
color: #DD9ECE;
}
</style>
background-color css
<style>
a { background-color: #DD9ECE; }
a { background-color: rgb(221,158,206); }
div.DivClassName
{
background-color: #DD9ECE;
}
.BgClassName
{
background-color: #DD9ECE;
}
</style>
border-color css
<style>
span { border-color: #DD9ECE; }
span { border-color: rgb(221,158,206); }
td.TdClassName
{
border-color: #DD9ECE;
}
.TagClassName
{
border-color: #DD9ECE;
}
</style>