Shades of Plum #DCA9D7
Tints of Plum #DCA9D7
RGB
CMYK
RGB Variations
Color information
#DCA9D7 (or 0xDCA9D7) is known color: Plum. HEX triplet: DC, A9 and D7. RGB value is (220,169,215). Sum of RGB (Red+Green+Blue) = 220+169+215=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 169 (66.41% from 255 or 27.98% from 604); Blue value is 215 (84.38% from 255 or 35.60% from 604); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA9D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA9D7 is #235628. Grayscale: #BDBDBD. Windows color (decimal): -2315817 or 14133724. OLE color: 14133724.
HSL color Cylindrical-coordinate representation of color #DCA9D7: hue angle of 305.88º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCA9D7 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 169 | 215 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.14 |
| HSL | 305.88º | 0.42% | 0.76% | - |
| HSV(B) | 305.88º | 0.23% | 0.86% | - |
| XYZ | 55.97 | 48.5 | 70.7 | - |
| YUV | 189.49 | 142.4 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 169 | 215 | 0 | 0.23 | 0.02 | 0.14 | 305.88 | 0.42 | 0.76 |
| Hex | DC | A9 | D7 | 0 | 17 | 2 | E | 132 | 2A | 4C |
| Octal | 334 | 251 | 327 | 0 | 27 | 2 | 16 | 462 | 52 | 114 |
| Binary | 11011100 | 10101001 | 11010111 | 0 | 10111 | 10 | 1110 | 100110010 | 101010 | 1001100 |
Color Harmonies of #DCA9D7
Complementary color
Monochromatic Colors of #DCA9D7
Black with #DCA9D7
Text Example
Text Example
White with #DCA9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA9D7; }
p { color: rgb(220,169,215); }
H1.HeaderClassName
{
color: #DCA9D7;
}
.AnyTagClassName
{
color: #DCA9D7;
}
</style>
background-color css
<style>
a { background-color: #DCA9D7; }
a { background-color: rgb(220,169,215); }
div.DivClassName
{
background-color: #DCA9D7;
}
.BgClassName
{
background-color: #DCA9D7;
}
</style>
border-color css
<style>
span { border-color: #DCA9D7; }
span { border-color: rgb(220,169,215); }
td.TdClassName
{
border-color: #DCA9D7;
}
.TagClassName
{
border-color: #DCA9D7;
}
</style>