Shades of Plum #DC9CDA
Tints of Plum #DC9CDA
RGB
CMYK
RGB Variations
Color information
#DC9CDA (or 0xDC9CDA) is known color: Plum. HEX triplet: DC, 9C and DA. RGB value is (220,156,218). Sum of RGB (Red+Green+Blue) = 220+156+218=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 156 (61.33% from 255 or 26.26% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9CDA is #236325. Grayscale: #B6B6B6. Windows color (decimal): -2319142 or 14327004. OLE color: 14327004.
HSL color Cylindrical-coordinate representation of color #DC9CDA: hue angle of 301.88º degrees, saturation: 0.48, 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 #DC9CDA is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 218 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.14 |
| HSL | 301.88º | 0.48% | 0.74% | - |
| HSV(B) | 301.88º | 0.29% | 0.86% | - |
| XYZ | 54.06 | 44.05 | 71.98 | - |
| YUV | 182.2 | 148.2 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 218 | 0 | 0.29 | 0.01 | 0.14 | 301.88 | 0.48 | 0.74 |
| Hex | DC | 9C | DA | 0 | 1D | 1 | E | 12E | 30 | 4A |
| Octal | 334 | 234 | 332 | 0 | 35 | 1 | 16 | 456 | 60 | 112 |
| Binary | 11011100 | 10011100 | 11011010 | 0 | 11101 | 1 | 1110 | 100101110 | 110000 | 1001010 |
Color Harmonies of #DC9CDA
Complementary color
Monochromatic Colors of #DC9CDA
Black with #DC9CDA
Text Example
Text Example
White with #DC9CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9CDA; }
p { color: rgb(220,156,218); }
H1.HeaderClassName
{
color: #DC9CDA;
}
.AnyTagClassName
{
color: #DC9CDA;
}
</style>
background-color css
<style>
a { background-color: #DC9CDA; }
a { background-color: rgb(220,156,218); }
div.DivClassName
{
background-color: #DC9CDA;
}
.BgClassName
{
background-color: #DC9CDA;
}
</style>
border-color css
<style>
span { border-color: #DC9CDA; }
span { border-color: rgb(220,156,218); }
td.TdClassName
{
border-color: #DC9CDA;
}
.TagClassName
{
border-color: #DC9CDA;
}
</style>