Shades of Plum #DC9CDC
Tints of Plum #DC9CDC
RGB
CMYK
RGB Variations
Color information
#DC9CDC (or 0xDC9CDC) is known color: Plum. HEX triplet: DC, 9C and DC. RGB value is (220,156,220). Sum of RGB (Red+Green+Blue) = 220+156+220=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 156 (61.33% from 255 or 26.17% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC9CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9CDC is #236323. Grayscale: #B6B6B6. Windows color (decimal): -2319140 or 14458076. OLE color: 14458076.
HSL color Cylindrical-coordinate representation of color #DC9CDC: hue angle of 300º 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 #DC9CDC is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 220 | - |
| CMYK | 0 | 0.29 | 0 | 0.14 |
| HSL | 300º | 0.48% | 0.74% | - |
| HSV(B) | 300º | 0.29% | 0.86% | - |
| XYZ | 54.32 | 44.16 | 73.37 | - |
| YUV | 182.43 | 149.2 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 220 | 0 | 0.29 | 0 | 0.14 | 300 | 0.48 | 0.74 |
| Hex | DC | 9C | DC | 0 | 1D | 0 | E | 12C | 30 | 4A |
| Octal | 334 | 234 | 334 | 0 | 35 | 0 | 16 | 454 | 60 | 112 |
| Binary | 11011100 | 10011100 | 11011100 | 0 | 11101 | 0 | 1110 | 100101100 | 110000 | 1001010 |
Color Harmonies of #DC9CDC
Complementary color
Monochromatic Colors of #DC9CDC
Black with #DC9CDC
Text Example
Text Example
White with #DC9CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9CDC; }
p { color: rgb(220,156,220); }
H1.HeaderClassName
{
color: #DC9CDC;
}
.AnyTagClassName
{
color: #DC9CDC;
}
</style>
background-color css
<style>
a { background-color: #DC9CDC; }
a { background-color: rgb(220,156,220); }
div.DivClassName
{
background-color: #DC9CDC;
}
.BgClassName
{
background-color: #DC9CDC;
}
</style>
border-color css
<style>
span { border-color: #DC9CDC; }
span { border-color: rgb(220,156,220); }
td.TdClassName
{
border-color: #DC9CDC;
}
.TagClassName
{
border-color: #DC9CDC;
}
</style>