Shades of Plum #DCA1DF
Tints of Plum #DCA1DF
RGB
CMYK
RGB Variations
Color information
#DCA1DF (or 0xDCA1DF) is known color: Plum. HEX triplet: DC, A1 and DF. RGB value is (220,161,223). Sum of RGB (Red+Green+Blue) = 220+161+223=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 161 (63.28% from 255 or 26.66% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCA1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA1DF is #235E20. Grayscale: #B9B9B9. Windows color (decimal): -2317857 or 14655964. OLE color: 14655964.
HSL color Cylindrical-coordinate representation of color #DCA1DF: hue angle of 297.1º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCA1DF is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 161 | 223 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.13 |
| HSL | 297.1º | 0.49% | 0.75% | - |
| HSV(B) | 297.1º | 0.28% | 0.87% | - |
| XYZ | 55.58 | 46.03 | 75.77 | - |
| YUV | 185.71 | 149.05 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 161 | 223 | 0.01 | 0.28 | 0 | 0.13 | 297.1 | 0.49 | 0.75 |
| Hex | DC | A1 | DF | 1 | 1C | 0 | D | 129 | 31 | 4B |
| Octal | 334 | 241 | 337 | 1 | 34 | 0 | 15 | 451 | 61 | 113 |
| Binary | 11011100 | 10100001 | 11011111 | 1 | 11100 | 0 | 1101 | 100101001 | 110001 | 1001011 |
Color Harmonies of #DCA1DF
Complementary color
Monochromatic Colors of #DCA1DF
Black with #DCA1DF
Text Example
Text Example
White with #DCA1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA1DF; }
p { color: rgb(220,161,223); }
H1.HeaderClassName
{
color: #DCA1DF;
}
.AnyTagClassName
{
color: #DCA1DF;
}
</style>
background-color css
<style>
a { background-color: #DCA1DF; }
a { background-color: rgb(220,161,223); }
div.DivClassName
{
background-color: #DCA1DF;
}
.BgClassName
{
background-color: #DCA1DF;
}
</style>
border-color css
<style>
span { border-color: #DCA1DF; }
span { border-color: rgb(220,161,223); }
td.TdClassName
{
border-color: #DCA1DF;
}
.TagClassName
{
border-color: #DCA1DF;
}
</style>