Shades of Plum #DC9CEC
Tints of Plum #DC9CEC
RGB
CMYK
RGB Variations
Color information
#DC9CEC (or 0xDC9CEC) is known color: Plum. HEX triplet: DC, 9C and EC. RGB value is (220,156,236). Sum of RGB (Red+Green+Blue) = 220+156+236=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 156 (61.33% from 255 or 25.49% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC9CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9CEC is #236313. Grayscale: #B8B8B8. Windows color (decimal): -2319124 or 15506652. OLE color: 15506652.
HSL color Cylindrical-coordinate representation of color #DC9CEC: hue angle of 288º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC9CEC is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 156 | 236 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.07 |
| HSL | 288º | 0.68% | 0.77% | - |
| HSV(B) | 288º | 0.34% | 0.93% | - |
| XYZ | 56.54 | 45.05 | 85.07 | - |
| YUV | 184.26 | 157.2 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 236 | 0.07 | 0.34 | 0 | 0.07 | 288 | 0.68 | 0.77 |
| Hex | DC | 9C | EC | 7 | 22 | 0 | 7 | 120 | 44 | 4D |
| Octal | 334 | 234 | 354 | 7 | 42 | 0 | 7 | 440 | 104 | 115 |
| Binary | 11011100 | 10011100 | 11101100 | 111 | 100010 | 0 | 111 | 100100000 | 1000100 | 1001101 |
Color Harmonies of #DC9CEC
Complementary color
Monochromatic Colors of #DC9CEC
Black with #DC9CEC
Text Example
Text Example
White with #DC9CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9CEC; }
p { color: rgb(220,156,236); }
H1.HeaderClassName
{
color: #DC9CEC;
}
.AnyTagClassName
{
color: #DC9CEC;
}
</style>
background-color css
<style>
a { background-color: #DC9CEC; }
a { background-color: rgb(220,156,236); }
div.DivClassName
{
background-color: #DC9CEC;
}
.BgClassName
{
background-color: #DC9CEC;
}
</style>
border-color css
<style>
span { border-color: #DC9CEC; }
span { border-color: rgb(220,156,236); }
td.TdClassName
{
border-color: #DC9CEC;
}
.TagClassName
{
border-color: #DC9CEC;
}
</style>