Shades of Plum #DC9DEC
Tints of Plum #DC9DEC
RGB
CMYK
RGB Variations
Color information
#DC9DEC (or 0xDC9DEC) is known color: Plum. HEX triplet: DC, 9D and EC. RGB value is (220,157,236). Sum of RGB (Red+Green+Blue) = 220+157+236=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 157 (61.72% from 255 or 25.61% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC9DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9DEC is #236213. Grayscale: #B8B8B8. Windows color (decimal): -2318868 or 15506908. OLE color: 15506908.
HSL color Cylindrical-coordinate representation of color #DC9DEC: hue angle of 287.85º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC9DEC is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 157 | 236 | - |
CMYK | 0.07 | 0.33 | 0 | 0.07 |
HSL | 287.85º | 0.68% | 0.77% | - |
HSV(B) | 287.85º | 0.33% | 0.93% | - |
XYZ | 56.71 | 45.39 | 85.13 | - |
YUV | 184.84 | 156.87 | 153.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 157 | 236 | 0.07 | 0.33 | 0 | 0.07 | 287.85 | 0.68 | 0.77 |
Hex | DC | 9D | EC | 7 | 21 | 0 | 7 | 120 | 44 | 4D |
Octal | 334 | 235 | 354 | 7 | 41 | 0 | 7 | 440 | 104 | 115 |
Binary | 11011100 | 10011101 | 11101100 | 111 | 100001 | 0 | 111 | 100100000 | 1000100 | 1001101 |
Color Harmonies of #DC9DEC
Complementary color
Monochromatic Colors of #DC9DEC
Black with #DC9DEC
Text Example
Text Example
White with #DC9DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9DEC; }
p { color: rgb(220,157,236); }
H1.HeaderClassName
{
color: #DC9DEC;
}
.AnyTagClassName
{
color: #DC9DEC;
}
</style>
background-color css
<style>
a { background-color: #DC9DEC; }
a { background-color: rgb(220,157,236); }
div.DivClassName
{
background-color: #DC9DEC;
}
.BgClassName
{
background-color: #DC9DEC;
}
</style>
border-color css
<style>
span { border-color: #DC9DEC; }
span { border-color: rgb(220,157,236); }
td.TdClassName
{
border-color: #DC9DEC;
}
.TagClassName
{
border-color: #DC9DEC;
}
</style>