Shades of Plum #DCA9E1
Tints of Plum #DCA9E1
RGB
CMYK
RGB Variations
Color information
#DCA9E1 (or 0xDCA9E1) is known color: Plum. HEX triplet: DC, A9 and E1. RGB value is (220,169,225). Sum of RGB (Red+Green+Blue) = 220+169+225=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 169 (66.41% from 255 or 27.52% from 614); Blue value is 225 (88.28% from 255 or 36.64% from 614); Max value from RGB is 225 - color contains mainly: blue. Hex color #DCA9E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA9E1 is #23561E. Grayscale: #BEBEBE. Windows color (decimal): -2315807 or 14789084. OLE color: 14789084.
HSL color Cylindrical-coordinate representation of color #DCA9E1: hue angle of 294.64º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCA9E1 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 169 | 225 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.12 |
| HSL | 294.64º | 0.48% | 0.77% | - |
| HSV(B) | 294.64º | 0.25% | 0.88% | - |
| XYZ | 57.29 | 49.03 | 77.68 | - |
| YUV | 190.63 | 147.4 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 169 | 225 | 0.02 | 0.25 | 0 | 0.12 | 294.64 | 0.48 | 0.77 |
| Hex | DC | A9 | E1 | 2 | 19 | 0 | C | 127 | 30 | 4D |
| Octal | 334 | 251 | 341 | 2 | 31 | 0 | 14 | 447 | 60 | 115 |
| Binary | 11011100 | 10101001 | 11100001 | 10 | 11001 | 0 | 1100 | 100100111 | 110000 | 1001101 |
Color Harmonies of #DCA9E1
Complementary color
Monochromatic Colors of #DCA9E1
Black with #DCA9E1
Text Example
Text Example
White with #DCA9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA9E1; }
p { color: rgb(220,169,225); }
H1.HeaderClassName
{
color: #DCA9E1;
}
.AnyTagClassName
{
color: #DCA9E1;
}
</style>
background-color css
<style>
a { background-color: #DCA9E1; }
a { background-color: rgb(220,169,225); }
div.DivClassName
{
background-color: #DCA9E1;
}
.BgClassName
{
background-color: #DCA9E1;
}
</style>
border-color css
<style>
span { border-color: #DCA9E1; }
span { border-color: rgb(220,169,225); }
td.TdClassName
{
border-color: #DCA9E1;
}
.TagClassName
{
border-color: #DCA9E1;
}
</style>