Shades of Plum #DC9ED1
Tints of Plum #DC9ED1
RGB
CMYK
RGB Variations
Color information
#DC9ED1 (or 0xDC9ED1) is known color: Plum. HEX triplet: DC, 9E and D1. RGB value is (220,158,209). Sum of RGB (Red+Green+Blue) = 220+158+209=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 158 (62.11% from 255 or 26.92% from 587); Blue value is 209 (82.03% from 255 or 35.60% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9ED1 is #23612E. Grayscale: #B6B6B6. Windows color (decimal): -2318639 or 13737692. OLE color: 13737692.
HSL color Cylindrical-coordinate representation of color #DC9ED1: hue angle of 310.65º 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 #DC9ED1 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 158 | 209 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.14 |
| HSL | 310.65º | 0.47% | 0.74% | - |
| HSV(B) | 310.65º | 0.28% | 0.86% | - |
| XYZ | 53.25 | 44.27 | 66.06 | - |
| YUV | 182.35 | 143.04 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 158 | 209 | 0 | 0.28 | 0.05 | 0.14 | 310.65 | 0.47 | 0.74 |
| Hex | DC | 9E | D1 | 0 | 1C | 5 | E | 137 | 2F | 4A |
| Octal | 334 | 236 | 321 | 0 | 34 | 5 | 16 | 467 | 57 | 112 |
| Binary | 11011100 | 10011110 | 11010001 | 0 | 11100 | 101 | 1110 | 100110111 | 101111 | 1001010 |
Color Harmonies of #DC9ED1
Complementary color
Monochromatic Colors of #DC9ED1
Black with #DC9ED1
Text Example
Text Example
White with #DC9ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9ED1; }
p { color: rgb(220,158,209); }
H1.HeaderClassName
{
color: #DC9ED1;
}
.AnyTagClassName
{
color: #DC9ED1;
}
</style>
background-color css
<style>
a { background-color: #DC9ED1; }
a { background-color: rgb(220,158,209); }
div.DivClassName
{
background-color: #DC9ED1;
}
.BgClassName
{
background-color: #DC9ED1;
}
</style>
border-color css
<style>
span { border-color: #DC9ED1; }
span { border-color: rgb(220,158,209); }
td.TdClassName
{
border-color: #DC9ED1;
}
.TagClassName
{
border-color: #DC9ED1;
}
</style>