Shades of Plum #DCA3DF
Tints of Plum #DCA3DF
RGB
CMYK
RGB Variations
Color information
#DCA3DF (or 0xDCA3DF) is known color: Plum. HEX triplet: DC, A3 and DF. RGB value is (220,163,223). Sum of RGB (Red+Green+Blue) = 220+163+223=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 163 (64.06% from 255 or 26.90% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCA3DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA3DF is #235C20. Grayscale: #BABABA. Windows color (decimal): -2317345 or 14656476. OLE color: 14656476.
HSL color Cylindrical-coordinate representation of color #DCA3DF: hue angle of 297º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCA3DF is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 163 | 223 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.13 |
| HSL | 297º | 0.48% | 0.76% | - |
| HSV(B) | 297º | 0.27% | 0.87% | - |
| XYZ | 55.93 | 46.74 | 75.89 | - |
| YUV | 186.88 | 148.38 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 163 | 223 | 0.01 | 0.27 | 0 | 0.13 | 297 | 0.48 | 0.76 |
| Hex | DC | A3 | DF | 1 | 1B | 0 | D | 129 | 30 | 4C |
| Octal | 334 | 243 | 337 | 1 | 33 | 0 | 15 | 451 | 60 | 114 |
| Binary | 11011100 | 10100011 | 11011111 | 1 | 11011 | 0 | 1101 | 100101001 | 110000 | 1001100 |
Color Harmonies of #DCA3DF
Complementary color
Monochromatic Colors of #DCA3DF
Black with #DCA3DF
Text Example
Text Example
White with #DCA3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA3DF; }
p { color: rgb(220,163,223); }
H1.HeaderClassName
{
color: #DCA3DF;
}
.AnyTagClassName
{
color: #DCA3DF;
}
</style>
background-color css
<style>
a { background-color: #DCA3DF; }
a { background-color: rgb(220,163,223); }
div.DivClassName
{
background-color: #DCA3DF;
}
.BgClassName
{
background-color: #DCA3DF;
}
</style>
border-color css
<style>
span { border-color: #DCA3DF; }
span { border-color: rgb(220,163,223); }
td.TdClassName
{
border-color: #DCA3DF;
}
.TagClassName
{
border-color: #DCA3DF;
}
</style>