Shades of Plum #DCA1CE
Tints of Plum #DCA1CE
RGB
CMYK
RGB Variations
Color information
#DCA1CE (or 0xDCA1CE) is known color: Plum. HEX triplet: DC, A1 and CE. RGB value is (220,161,206). Sum of RGB (Red+Green+Blue) = 220+161+206=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 161 (63.28% from 255 or 27.43% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA1CE is #235E31. Grayscale: #B7B7B7. Windows color (decimal): -2317874 or 13541852. OLE color: 13541852.
HSL color Cylindrical-coordinate representation of color #DCA1CE: hue angle of 314.24º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCA1CE is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 161 | 206 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.14 |
| HSL | 314.24º | 0.46% | 0.75% | - |
| HSV(B) | 314.24º | 0.27% | 0.86% | - |
| XYZ | 53.4 | 45.16 | 64.3 | - |
| YUV | 183.77 | 140.55 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 161 | 206 | 0 | 0.27 | 0.06 | 0.14 | 314.24 | 0.46 | 0.75 |
| Hex | DC | A1 | CE | 0 | 1B | 6 | E | 13A | 2E | 4B |
| Octal | 334 | 241 | 316 | 0 | 33 | 6 | 16 | 472 | 56 | 113 |
| Binary | 11011100 | 10100001 | 11001110 | 0 | 11011 | 110 | 1110 | 100111010 | 101110 | 1001011 |
Color Harmonies of #DCA1CE
Complementary color
Monochromatic Colors of #DCA1CE
Black with #DCA1CE
Text Example
Text Example
White with #DCA1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA1CE; }
p { color: rgb(220,161,206); }
H1.HeaderClassName
{
color: #DCA1CE;
}
.AnyTagClassName
{
color: #DCA1CE;
}
</style>
background-color css
<style>
a { background-color: #DCA1CE; }
a { background-color: rgb(220,161,206); }
div.DivClassName
{
background-color: #DCA1CE;
}
.BgClassName
{
background-color: #DCA1CE;
}
</style>
border-color css
<style>
span { border-color: #DCA1CE; }
span { border-color: rgb(220,161,206); }
td.TdClassName
{
border-color: #DCA1CE;
}
.TagClassName
{
border-color: #DCA1CE;
}
</style>