Shades of Plum #DCA2E0
Tints of Plum #DCA2E0
RGB
CMYK
RGB Variations
Color information
#DCA2E0 (or 0xDCA2E0) is known color: Plum. HEX triplet: DC, A2 and E0. RGB value is (220,162,224). Sum of RGB (Red+Green+Blue) = 220+162+224=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 162 (63.67% from 255 or 26.73% from 606); Blue value is 224 (87.89% from 255 or 36.96% from 606); Max value from RGB is 224 - color contains mainly: blue. Hex color #DCA2E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA2E0 is #235D1F. Grayscale: #BABABA. Windows color (decimal): -2317600 or 14721756. OLE color: 14721756.
HSL color Cylindrical-coordinate representation of color #DCA2E0: hue angle of 296.13º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCA2E0 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 162 | 224 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.12 |
| HSL | 296.13º | 0.5% | 0.76% | - |
| HSV(B) | 296.13º | 0.28% | 0.88% | - |
| XYZ | 55.89 | 46.44 | 76.54 | - |
| YUV | 186.41 | 149.22 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 162 | 224 | 0.02 | 0.28 | 0 | 0.12 | 296.13 | 0.5 | 0.76 |
| Hex | DC | A2 | E0 | 2 | 1C | 0 | C | 128 | 32 | 4C |
| Octal | 334 | 242 | 340 | 2 | 34 | 0 | 14 | 450 | 62 | 114 |
| Binary | 11011100 | 10100010 | 11100000 | 10 | 11100 | 0 | 1100 | 100101000 | 110010 | 1001100 |
Color Harmonies of #DCA2E0
Complementary color
Monochromatic Colors of #DCA2E0
Black with #DCA2E0
Text Example
Text Example
White with #DCA2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA2E0; }
p { color: rgb(220,162,224); }
H1.HeaderClassName
{
color: #DCA2E0;
}
.AnyTagClassName
{
color: #DCA2E0;
}
</style>
background-color css
<style>
a { background-color: #DCA2E0; }
a { background-color: rgb(220,162,224); }
div.DivClassName
{
background-color: #DCA2E0;
}
.BgClassName
{
background-color: #DCA2E0;
}
</style>
border-color css
<style>
span { border-color: #DCA2E0; }
span { border-color: rgb(220,162,224); }
td.TdClassName
{
border-color: #DCA2E0;
}
.TagClassName
{
border-color: #DCA2E0;
}
</style>