Shades of Plum #DCA6D8
Tints of Plum #DCA6D8
RGB
CMYK
RGB Variations
Color information
#DCA6D8 (or 0xDCA6D8) is known color: Plum. HEX triplet: DC, A6 and D8. RGB value is (220,166,216). Sum of RGB (Red+Green+Blue) = 220+166+216=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 166 (65.23% from 255 or 27.57% from 602); Blue value is 216 (84.77% from 255 or 35.88% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA6D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA6D8 is #235927. Grayscale: #BBBBBB. Windows color (decimal): -2316584 or 14198492. OLE color: 14198492.
HSL color Cylindrical-coordinate representation of color #DCA6D8: hue angle of 304.44º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCA6D8 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 166 | 216 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.14 |
| HSL | 304.44º | 0.44% | 0.76% | - |
| HSV(B) | 304.44º | 0.25% | 0.86% | - |
| XYZ | 55.55 | 47.45 | 71.2 | - |
| YUV | 187.85 | 143.89 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 166 | 216 | 0 | 0.25 | 0.02 | 0.14 | 304.44 | 0.44 | 0.76 |
| Hex | DC | A6 | D8 | 0 | 19 | 2 | E | 130 | 2C | 4C |
| Octal | 334 | 246 | 330 | 0 | 31 | 2 | 16 | 460 | 54 | 114 |
| Binary | 11011100 | 10100110 | 11011000 | 0 | 11001 | 10 | 1110 | 100110000 | 101100 | 1001100 |
Color Harmonies of #DCA6D8
Complementary color
Monochromatic Colors of #DCA6D8
Black with #DCA6D8
Text Example
Text Example
White with #DCA6D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA6D8; }
p { color: rgb(220,166,216); }
H1.HeaderClassName
{
color: #DCA6D8;
}
.AnyTagClassName
{
color: #DCA6D8;
}
</style>
background-color css
<style>
a { background-color: #DCA6D8; }
a { background-color: rgb(220,166,216); }
div.DivClassName
{
background-color: #DCA6D8;
}
.BgClassName
{
background-color: #DCA6D8;
}
</style>
border-color css
<style>
span { border-color: #DCA6D8; }
span { border-color: rgb(220,166,216); }
td.TdClassName
{
border-color: #DCA6D8;
}
.TagClassName
{
border-color: #DCA6D8;
}
</style>