Shades of Plum #DD9ECC
Tints of Plum #DD9ECC
RGB
CMYK
RGB Variations
Color information
#DD9ECC (or 0xDD9ECC) is known color: Plum. HEX triplet: DD, 9E and CC. RGB value is (221,158,204). Sum of RGB (Red+Green+Blue) = 221+158+204=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 158 (62.11% from 255 or 27.10% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9ECC is #226133. Grayscale: #B5B5B5. Windows color (decimal): -2253108 or 13410013. OLE color: 13410013.
HSL color Cylindrical-coordinate representation of color #DD9ECC: hue angle of 316.19º 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 #DD9ECC is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 158 | 204 | - |
CMYK | 0 | 0.29 | 0.08 | 0.13 |
HSL | 316.19º | 0.48% | 0.74% | - |
HSV(B) | 316.19º | 0.29% | 0.87% | - |
XYZ | 52.94 | 44.19 | 62.86 | - |
YUV | 182.08 | 140.37 | 155.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 158 | 204 | 0 | 0.29 | 0.08 | 0.13 | 316.19 | 0.48 | 0.74 |
Hex | DD | 9E | CC | 0 | 1D | 8 | D | 13C | 30 | 4A |
Octal | 335 | 236 | 314 | 0 | 35 | 10 | 15 | 474 | 60 | 112 |
Binary | 11011101 | 10011110 | 11001100 | 0 | 11101 | 1000 | 1101 | 100111100 | 110000 | 1001010 |
Color Harmonies of #DD9ECC
Complementary color
Monochromatic Colors of #DD9ECC
Black with #DD9ECC
Text Example
Text Example
White with #DD9ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9ECC; }
p { color: rgb(221,158,204); }
H1.HeaderClassName
{
color: #DD9ECC;
}
.AnyTagClassName
{
color: #DD9ECC;
}
</style>
background-color css
<style>
a { background-color: #DD9ECC; }
a { background-color: rgb(221,158,204); }
div.DivClassName
{
background-color: #DD9ECC;
}
.BgClassName
{
background-color: #DD9ECC;
}
</style>
border-color css
<style>
span { border-color: #DD9ECC; }
span { border-color: rgb(221,158,204); }
td.TdClassName
{
border-color: #DD9ECC;
}
.TagClassName
{
border-color: #DD9ECC;
}
</style>