Shades of Plum #DCA6D4
Tints of Plum #DCA6D4
RGB
CMYK
RGB Variations
Color information
#DCA6D4 (or 0xDCA6D4) is known color: Plum. HEX triplet: DC, A6 and D4. RGB value is (220,166,212). Sum of RGB (Red+Green+Blue) = 220+166+212=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 166 (65.23% from 255 or 27.76% from 598); Blue value is 212 (83.20% from 255 or 35.45% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA6D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA6D4 is #23592B. Grayscale: #BBBBBB. Windows color (decimal): -2316588 or 13936348. OLE color: 13936348.
HSL color Cylindrical-coordinate representation of color #DCA6D4: hue angle of 308.89º 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 #DCA6D4 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 166 | 212 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.14 |
| HSL | 308.89º | 0.44% | 0.76% | - |
| HSV(B) | 308.89º | 0.25% | 0.86% | - |
| XYZ | 55.04 | 47.24 | 68.51 | - |
| YUV | 187.39 | 141.89 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 166 | 212 | 0 | 0.25 | 0.04 | 0.14 | 308.89 | 0.44 | 0.76 |
| Hex | DC | A6 | D4 | 0 | 19 | 4 | E | 135 | 2C | 4C |
| Octal | 334 | 246 | 324 | 0 | 31 | 4 | 16 | 465 | 54 | 114 |
| Binary | 11011100 | 10100110 | 11010100 | 0 | 11001 | 100 | 1110 | 100110101 | 101100 | 1001100 |
Color Harmonies of #DCA6D4
Complementary color
Monochromatic Colors of #DCA6D4
Black with #DCA6D4
Text Example
Text Example
White with #DCA6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA6D4; }
p { color: rgb(220,166,212); }
H1.HeaderClassName
{
color: #DCA6D4;
}
.AnyTagClassName
{
color: #DCA6D4;
}
</style>
background-color css
<style>
a { background-color: #DCA6D4; }
a { background-color: rgb(220,166,212); }
div.DivClassName
{
background-color: #DCA6D4;
}
.BgClassName
{
background-color: #DCA6D4;
}
</style>
border-color css
<style>
span { border-color: #DCA6D4; }
span { border-color: rgb(220,166,212); }
td.TdClassName
{
border-color: #DCA6D4;
}
.TagClassName
{
border-color: #DCA6D4;
}
</style>