Shades of Plum #DC9ECC
Tints of Plum #DC9ECC
RGB
CMYK
RGB Variations
Color information
#DC9ECC (or 0xDC9ECC) is known color: Plum. HEX triplet: DC, 9E and CC. RGB value is (220,158,204). Sum of RGB (Red+Green+Blue) = 220+158+204=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 158 (62.11% from 255 or 27.15% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9ECC is #236133. Grayscale: #B5B5B5. Windows color (decimal): -2318644 or 13410012. OLE color: 13410012.
HSL color Cylindrical-coordinate representation of color #DC9ECC: hue angle of 315.48º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DC9ECC is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 158 | 204 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.14 |
| HSL | 315.48º | 0.47% | 0.74% | - |
| HSV(B) | 315.48º | 0.28% | 0.86% | - |
| XYZ | 52.64 | 44.03 | 62.85 | - |
| YUV | 181.78 | 140.54 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 158 | 204 | 0 | 0.28 | 0.07 | 0.14 | 315.48 | 0.47 | 0.74 |
| Hex | DC | 9E | CC | 0 | 1C | 7 | E | 13B | 2F | 4A |
| Octal | 334 | 236 | 314 | 0 | 34 | 7 | 16 | 473 | 57 | 112 |
| Binary | 11011100 | 10011110 | 11001100 | 0 | 11100 | 111 | 1110 | 100111011 | 101111 | 1001010 |
Color Harmonies of #DC9ECC
Complementary color
Monochromatic Colors of #DC9ECC
Black with #DC9ECC
Text Example
Text Example
White with #DC9ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9ECC; }
p { color: rgb(220,158,204); }
H1.HeaderClassName
{
color: #DC9ECC;
}
.AnyTagClassName
{
color: #DC9ECC;
}
</style>
background-color css
<style>
a { background-color: #DC9ECC; }
a { background-color: rgb(220,158,204); }
div.DivClassName
{
background-color: #DC9ECC;
}
.BgClassName
{
background-color: #DC9ECC;
}
</style>
border-color css
<style>
span { border-color: #DC9ECC; }
span { border-color: rgb(220,158,204); }
td.TdClassName
{
border-color: #DC9ECC;
}
.TagClassName
{
border-color: #DC9ECC;
}
</style>