Shades of Plum #DC9EDA
Tints of Plum #DC9EDA
RGB
CMYK
RGB Variations
Color information
#DC9EDA (or 0xDC9EDA) is known color: Plum. HEX triplet: DC, 9E and DA. RGB value is (220,158,218). Sum of RGB (Red+Green+Blue) = 220+158+218=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 158 (62.11% from 255 or 26.51% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9EDA is #236125. Grayscale: #B7B7B7. Windows color (decimal): -2318630 or 14327516. OLE color: 14327516.
HSL color Cylindrical-coordinate representation of color #DC9EDA: hue angle of 301.94º 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 #DC9EDA is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 158 | 218 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.14 |
| HSL | 301.94º | 0.47% | 0.74% | - |
| HSV(B) | 301.94º | 0.28% | 0.86% | - |
| XYZ | 54.4 | 44.73 | 72.1 | - |
| YUV | 183.38 | 147.54 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 158 | 218 | 0 | 0.28 | 0.01 | 0.14 | 301.94 | 0.47 | 0.74 |
| Hex | DC | 9E | DA | 0 | 1C | 1 | E | 12E | 2F | 4A |
| Octal | 334 | 236 | 332 | 0 | 34 | 1 | 16 | 456 | 57 | 112 |
| Binary | 11011100 | 10011110 | 11011010 | 0 | 11100 | 1 | 1110 | 100101110 | 101111 | 1001010 |
Color Harmonies of #DC9EDA
Complementary color
Monochromatic Colors of #DC9EDA
Black with #DC9EDA
Text Example
Text Example
White with #DC9EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9EDA; }
p { color: rgb(220,158,218); }
H1.HeaderClassName
{
color: #DC9EDA;
}
.AnyTagClassName
{
color: #DC9EDA;
}
</style>
background-color css
<style>
a { background-color: #DC9EDA; }
a { background-color: rgb(220,158,218); }
div.DivClassName
{
background-color: #DC9EDA;
}
.BgClassName
{
background-color: #DC9EDA;
}
</style>
border-color css
<style>
span { border-color: #DC9EDA; }
span { border-color: rgb(220,158,218); }
td.TdClassName
{
border-color: #DC9EDA;
}
.TagClassName
{
border-color: #DC9EDA;
}
</style>