Shades of Plum #DC9DD8
Tints of Plum #DC9DD8
RGB
CMYK
RGB Variations
Color information
#DC9DD8 (or 0xDC9DD8) is known color: Plum. HEX triplet: DC, 9D and D8. RGB value is (220,157,216). Sum of RGB (Red+Green+Blue) = 220+157+216=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 157 (61.72% from 255 or 26.48% from 593); Blue value is 216 (84.77% from 255 or 36.42% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9DD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9DD8 is #236227. Grayscale: #B6B6B6. Windows color (decimal): -2318888 or 14196188. OLE color: 14196188.
HSL color Cylindrical-coordinate representation of color #DC9DD8: hue angle of 303.81º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DC9DD8 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 157 | 216 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.14 |
| HSL | 303.81º | 0.47% | 0.74% | - |
| HSV(B) | 303.81º | 0.29% | 0.86% | - |
| XYZ | 53.97 | 44.29 | 70.67 | - |
| YUV | 182.56 | 146.87 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 216 | 0 | 0.29 | 0.02 | 0.14 | 303.81 | 0.47 | 0.74 |
| Hex | DC | 9D | D8 | 0 | 1D | 2 | E | 130 | 2F | 4A |
| Octal | 334 | 235 | 330 | 0 | 35 | 2 | 16 | 460 | 57 | 112 |
| Binary | 11011100 | 10011101 | 11011000 | 0 | 11101 | 10 | 1110 | 100110000 | 101111 | 1001010 |
Color Harmonies of #DC9DD8
Complementary color
Monochromatic Colors of #DC9DD8
Black with #DC9DD8
Text Example
Text Example
White with #DC9DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9DD8; }
p { color: rgb(220,157,216); }
H1.HeaderClassName
{
color: #DC9DD8;
}
.AnyTagClassName
{
color: #DC9DD8;
}
</style>
background-color css
<style>
a { background-color: #DC9DD8; }
a { background-color: rgb(220,157,216); }
div.DivClassName
{
background-color: #DC9DD8;
}
.BgClassName
{
background-color: #DC9DD8;
}
</style>
border-color css
<style>
span { border-color: #DC9DD8; }
span { border-color: rgb(220,157,216); }
td.TdClassName
{
border-color: #DC9DD8;
}
.TagClassName
{
border-color: #DC9DD8;
}
</style>