Shades of Plum #DC9ED0
Tints of Plum #DC9ED0
RGB
CMYK
RGB Variations
Color information
#DC9ED0 (or 0xDC9ED0) is known color: Plum. HEX triplet: DC, 9E and D0. RGB value is (220,158,208). Sum of RGB (Red+Green+Blue) = 220+158+208=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 158 (62.11% from 255 or 26.96% from 586); Blue value is 208 (81.64% from 255 or 35.49% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9ED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9ED0 is #23612F. Grayscale: #B6B6B6. Windows color (decimal): -2318640 or 13672156. OLE color: 13672156.
HSL color Cylindrical-coordinate representation of color #DC9ED0: hue angle of 311.61º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DC9ED0 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 158 | 208 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.14 |
| HSL | 311.61º | 0.47% | 0.74% | - |
| HSV(B) | 311.61º | 0.28% | 0.86% | - |
| XYZ | 53.13 | 44.22 | 65.41 | - |
| YUV | 182.24 | 142.54 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 158 | 208 | 0 | 0.28 | 0.05 | 0.14 | 311.61 | 0.47 | 0.74 |
| Hex | DC | 9E | D0 | 0 | 1C | 5 | E | 138 | 2F | 4A |
| Octal | 334 | 236 | 320 | 0 | 34 | 5 | 16 | 470 | 57 | 112 |
| Binary | 11011100 | 10011110 | 11010000 | 0 | 11100 | 101 | 1110 | 100111000 | 101111 | 1001010 |
Color Harmonies of #DC9ED0
Complementary color
Monochromatic Colors of #DC9ED0
Black with #DC9ED0
Text Example
Text Example
White with #DC9ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9ED0; }
p { color: rgb(220,158,208); }
H1.HeaderClassName
{
color: #DC9ED0;
}
.AnyTagClassName
{
color: #DC9ED0;
}
</style>
background-color css
<style>
a { background-color: #DC9ED0; }
a { background-color: rgb(220,158,208); }
div.DivClassName
{
background-color: #DC9ED0;
}
.BgClassName
{
background-color: #DC9ED0;
}
</style>
border-color css
<style>
span { border-color: #DC9ED0; }
span { border-color: rgb(220,158,208); }
td.TdClassName
{
border-color: #DC9ED0;
}
.TagClassName
{
border-color: #DC9ED0;
}
</style>