Shades of Plum #DC9CE0
Tints of Plum #DC9CE0
RGB
CMYK
RGB Variations
Color information
#DC9CE0 (or 0xDC9CE0) is known color: Plum. HEX triplet: DC, 9C and E0. RGB value is (220,156,224). Sum of RGB (Red+Green+Blue) = 220+156+224=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 156 (61.33% from 255 or 26% from 600); Blue value is 224 (87.89% from 255 or 37.33% from 600); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC9CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9CE0 is #23631F. Grayscale: #B6B6B6. Windows color (decimal): -2319136 or 14720220. OLE color: 14720220.
HSL color Cylindrical-coordinate representation of color #DC9CE0: hue angle of 296.47º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9CE0 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 156 | 224 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.12 |
| HSL | 296.47º | 0.52% | 0.75% | - |
| HSV(B) | 296.47º | 0.3% | 0.88% | - |
| XYZ | 54.86 | 44.37 | 76.19 | - |
| YUV | 182.89 | 151.2 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 224 | 0.02 | 0.30 | 0 | 0.12 | 296.47 | 0.52 | 0.75 |
| Hex | DC | 9C | E0 | 2 | 1E | 0 | C | 128 | 34 | 4B |
| Octal | 334 | 234 | 340 | 2 | 36 | 0 | 14 | 450 | 64 | 113 |
| Binary | 11011100 | 10011100 | 11100000 | 10 | 11110 | 0 | 1100 | 100101000 | 110100 | 1001011 |
Color Harmonies of #DC9CE0
Complementary color
Monochromatic Colors of #DC9CE0
Black with #DC9CE0
Text Example
Text Example
White with #DC9CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9CE0; }
p { color: rgb(220,156,224); }
H1.HeaderClassName
{
color: #DC9CE0;
}
.AnyTagClassName
{
color: #DC9CE0;
}
</style>
background-color css
<style>
a { background-color: #DC9CE0; }
a { background-color: rgb(220,156,224); }
div.DivClassName
{
background-color: #DC9CE0;
}
.BgClassName
{
background-color: #DC9CE0;
}
</style>
border-color css
<style>
span { border-color: #DC9CE0; }
span { border-color: rgb(220,156,224); }
td.TdClassName
{
border-color: #DC9CE0;
}
.TagClassName
{
border-color: #DC9CE0;
}
</style>