Shades of Plum #DC9EE0
Tints of Plum #DC9EE0
RGB
CMYK
RGB Variations
Color information
#DC9EE0 (or 0xDC9EE0) is known color: Plum. HEX triplet: DC, 9E and E0. RGB value is (220,158,224). Sum of RGB (Red+Green+Blue) = 220+158+224=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 158 (62.11% from 255 or 26.25% from 602); Blue value is 224 (87.89% from 255 or 37.21% from 602); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC9EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9EE0 is #23611F. Grayscale: #B7B7B7. Windows color (decimal): -2318624 or 14720732. OLE color: 14720732.
HSL color Cylindrical-coordinate representation of color #DC9EE0: hue angle of 296.36º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DC9EE0 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 220 | 158 | 224 | - |
CMYK | 0.02 | 0.29 | 0 | 0.12 |
HSL | 296.36º | 0.52% | 0.75% | - |
HSV(B) | 296.36º | 0.29% | 0.88% | - |
XYZ | 55.2 | 45.05 | 76.31 | - |
YUV | 184.06 | 150.54 | 153.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 158 | 224 | 0.02 | 0.29 | 0 | 0.12 | 296.36 | 0.52 | 0.75 |
Hex | DC | 9E | E0 | 2 | 1D | 0 | C | 128 | 34 | 4B |
Octal | 334 | 236 | 340 | 2 | 35 | 0 | 14 | 450 | 64 | 113 |
Binary | 11011100 | 10011110 | 11100000 | 10 | 11101 | 0 | 1100 | 100101000 | 110100 | 1001011 |
Color Harmonies of #DC9EE0
Complementary color
Monochromatic Colors of #DC9EE0
Black with #DC9EE0
Text Example
Text Example
White with #DC9EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9EE0; }
p { color: rgb(220,158,224); }
H1.HeaderClassName
{
color: #DC9EE0;
}
.AnyTagClassName
{
color: #DC9EE0;
}
</style>
background-color css
<style>
a { background-color: #DC9EE0; }
a { background-color: rgb(220,158,224); }
div.DivClassName
{
background-color: #DC9EE0;
}
.BgClassName
{
background-color: #DC9EE0;
}
</style>
border-color css
<style>
span { border-color: #DC9EE0; }
span { border-color: rgb(220,158,224); }
td.TdClassName
{
border-color: #DC9EE0;
}
.TagClassName
{
border-color: #DC9EE0;
}
</style>