Shades of Plum #DC9CCC
Tints of Plum #DC9CCC
RGB
CMYK
RGB Variations
Color information
#DC9CCC (or 0xDC9CCC) is known color: Plum. HEX triplet: DC, 9C and CC. RGB value is (220,156,204). Sum of RGB (Red+Green+Blue) = 220+156+204=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 156 (61.33% from 255 or 26.90% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9CCC is #236333. Grayscale: #B4B4B4. Windows color (decimal): -2319156 or 13409500. OLE color: 13409500.
HSL color Cylindrical-coordinate representation of color #DC9CCC: hue angle of 315º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DC9CCC is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 204 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.14 |
| HSL | 315º | 0.48% | 0.74% | - |
| HSV(B) | 315º | 0.29% | 0.86% | - |
| XYZ | 52.3 | 43.35 | 62.74 | - |
| YUV | 180.61 | 141.2 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 204 | 0 | 0.29 | 0.07 | 0.14 | 315 | 0.48 | 0.74 |
| Hex | DC | 9C | CC | 0 | 1D | 7 | E | 13B | 30 | 4A |
| Octal | 334 | 234 | 314 | 0 | 35 | 7 | 16 | 473 | 60 | 112 |
| Binary | 11011100 | 10011100 | 11001100 | 0 | 11101 | 111 | 1110 | 100111011 | 110000 | 1001010 |
Color Harmonies of #DC9CCC
Complementary color
Monochromatic Colors of #DC9CCC
Black with #DC9CCC
Text Example
Text Example
White with #DC9CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9CCC; }
p { color: rgb(220,156,204); }
H1.HeaderClassName
{
color: #DC9CCC;
}
.AnyTagClassName
{
color: #DC9CCC;
}
</style>
background-color css
<style>
a { background-color: #DC9CCC; }
a { background-color: rgb(220,156,204); }
div.DivClassName
{
background-color: #DC9CCC;
}
.BgClassName
{
background-color: #DC9CCC;
}
</style>
border-color css
<style>
span { border-color: #DC9CCC; }
span { border-color: rgb(220,156,204); }
td.TdClassName
{
border-color: #DC9CCC;
}
.TagClassName
{
border-color: #DC9CCC;
}
</style>