Shades of Plum #DC9EE1
Tints of Plum #DC9EE1
RGB
CMYK
RGB Variations
Color information
#DC9EE1 (or 0xDC9EE1) is known color: Plum. HEX triplet: DC, 9E and E1. RGB value is (220,158,225). Sum of RGB (Red+Green+Blue) = 220+158+225=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 158 (62.11% from 255 or 26.20% from 603); Blue value is 225 (88.28% from 255 or 37.31% from 603); Max value from RGB is 225 - color contains mainly: blue. Hex color #DC9EE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9EE1 is #23611E. Grayscale: #B7B7B7. Windows color (decimal): -2318623 or 14786268. OLE color: 14786268.
HSL color Cylindrical-coordinate representation of color #DC9EE1: hue angle of 295.52º degrees, saturation: 0.53, 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 #DC9EE1 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 158 | 225 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.12 |
| HSL | 295.52º | 0.53% | 0.75% | - |
| HSV(B) | 295.52º | 0.3% | 0.88% | - |
| XYZ | 55.33 | 45.11 | 77.02 | - |
| YUV | 184.18 | 151.04 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 158 | 225 | 0.02 | 0.30 | 0 | 0.12 | 295.52 | 0.53 | 0.75 |
| Hex | DC | 9E | E1 | 2 | 1E | 0 | C | 128 | 35 | 4B |
| Octal | 334 | 236 | 341 | 2 | 36 | 0 | 14 | 450 | 65 | 113 |
| Binary | 11011100 | 10011110 | 11100001 | 10 | 11110 | 0 | 1100 | 100101000 | 110101 | 1001011 |
Color Harmonies of #DC9EE1
Complementary color
Monochromatic Colors of #DC9EE1
Black with #DC9EE1
Text Example
Text Example
White with #DC9EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9EE1; }
p { color: rgb(220,158,225); }
H1.HeaderClassName
{
color: #DC9EE1;
}
.AnyTagClassName
{
color: #DC9EE1;
}
</style>
background-color css
<style>
a { background-color: #DC9EE1; }
a { background-color: rgb(220,158,225); }
div.DivClassName
{
background-color: #DC9EE1;
}
.BgClassName
{
background-color: #DC9EE1;
}
</style>
border-color css
<style>
span { border-color: #DC9EE1; }
span { border-color: rgb(220,158,225); }
td.TdClassName
{
border-color: #DC9EE1;
}
.TagClassName
{
border-color: #DC9EE1;
}
</style>