Shades of Plum #DC9CE4
Tints of Plum #DC9CE4
RGB
CMYK
RGB Variations
Color information
#DC9CE4 (or 0xDC9CE4) is known color: Plum. HEX triplet: DC, 9C and E4. RGB value is (220,156,228). Sum of RGB (Red+Green+Blue) = 220+156+228=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 156 (61.33% from 255 or 25.83% from 604); Blue value is 228 (89.45% from 255 or 37.75% from 604); Max value from RGB is 228 - color contains mainly: blue. Hex color #DC9CE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9CE4 is #23631B. Grayscale: #B7B7B7. Windows color (decimal): -2319132 or 14982364. OLE color: 14982364.
HSL color Cylindrical-coordinate representation of color #DC9CE4: hue angle of 293.33º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC9CE4 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 156 | 228 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.11 |
| HSL | 293.33º | 0.57% | 0.75% | - |
| HSV(B) | 293.33º | 0.32% | 0.89% | - |
| XYZ | 55.41 | 44.59 | 79.09 | - |
| YUV | 183.34 | 153.2 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 228 | 0.04 | 0.32 | 0 | 0.11 | 293.33 | 0.57 | 0.75 |
| Hex | DC | 9C | E4 | 4 | 20 | 0 | B | 125 | 39 | 4B |
| Octal | 334 | 234 | 344 | 4 | 40 | 0 | 13 | 445 | 71 | 113 |
| Binary | 11011100 | 10011100 | 11100100 | 100 | 100000 | 0 | 1011 | 100100101 | 111001 | 1001011 |
Color Harmonies of #DC9CE4
Complementary color
Monochromatic Colors of #DC9CE4
Black with #DC9CE4
Text Example
Text Example
White with #DC9CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9CE4; }
p { color: rgb(220,156,228); }
H1.HeaderClassName
{
color: #DC9CE4;
}
.AnyTagClassName
{
color: #DC9CE4;
}
</style>
background-color css
<style>
a { background-color: #DC9CE4; }
a { background-color: rgb(220,156,228); }
div.DivClassName
{
background-color: #DC9CE4;
}
.BgClassName
{
background-color: #DC9CE4;
}
</style>
border-color css
<style>
span { border-color: #DC9CE4; }
span { border-color: rgb(220,156,228); }
td.TdClassName
{
border-color: #DC9CE4;
}
.TagClassName
{
border-color: #DC9CE4;
}
</style>