Shades of Plum #DCA4DE
Tints of Plum #DCA4DE
RGB
CMYK
RGB Variations
Color information
#DCA4DE (or 0xDCA4DE) is known color: Plum. HEX triplet: DC, A4 and DE. RGB value is (220,164,222). Sum of RGB (Red+Green+Blue) = 220+164+222=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 164 (64.45% from 255 or 27.06% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCA4DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA4DE is #235B21. Grayscale: #BBBBBB. Windows color (decimal): -2317090 or 14591196. OLE color: 14591196.
HSL color Cylindrical-coordinate representation of color #DCA4DE: hue angle of 297.93º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCA4DE is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 164 | 222 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.13 |
| HSL | 297.93º | 0.47% | 0.76% | - |
| HSV(B) | 297.93º | 0.26% | 0.87% | - |
| XYZ | 55.98 | 47.04 | 75.24 | - |
| YUV | 187.36 | 147.55 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 164 | 222 | 0.01 | 0.26 | 0 | 0.13 | 297.93 | 0.47 | 0.76 |
| Hex | DC | A4 | DE | 1 | 1A | 0 | D | 12A | 2F | 4C |
| Octal | 334 | 244 | 336 | 1 | 32 | 0 | 15 | 452 | 57 | 114 |
| Binary | 11011100 | 10100100 | 11011110 | 1 | 11010 | 0 | 1101 | 100101010 | 101111 | 1001100 |
Color Harmonies of #DCA4DE
Complementary color
Monochromatic Colors of #DCA4DE
Black with #DCA4DE
Text Example
Text Example
White with #DCA4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA4DE; }
p { color: rgb(220,164,222); }
H1.HeaderClassName
{
color: #DCA4DE;
}
.AnyTagClassName
{
color: #DCA4DE;
}
</style>
background-color css
<style>
a { background-color: #DCA4DE; }
a { background-color: rgb(220,164,222); }
div.DivClassName
{
background-color: #DCA4DE;
}
.BgClassName
{
background-color: #DCA4DE;
}
</style>
border-color css
<style>
span { border-color: #DCA4DE; }
span { border-color: rgb(220,164,222); }
td.TdClassName
{
border-color: #DCA4DE;
}
.TagClassName
{
border-color: #DCA4DE;
}
</style>