Shades of Plum #DCA2E6
Tints of Plum #DCA2E6
RGB
CMYK
RGB Variations
Color information
#DCA2E6 (or 0xDCA2E6) is known color: Plum. HEX triplet: DC, A2 and E6. RGB value is (220,162,230). Sum of RGB (Red+Green+Blue) = 220+162+230=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 162 (63.67% from 255 or 26.47% from 612); Blue value is 230 (90.23% from 255 or 37.58% from 612); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCA2E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA2E6 is #235D19. Grayscale: #BABABA. Windows color (decimal): -2317594 or 15114972. OLE color: 15114972.
HSL color Cylindrical-coordinate representation of color #DCA2E6: hue angle of 291.18º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCA2E6 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 162 | 230 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.10 |
| HSL | 291.18º | 0.58% | 0.77% | - |
| HSV(B) | 291.18º | 0.3% | 0.9% | - |
| XYZ | 56.72 | 46.77 | 80.9 | - |
| YUV | 187.09 | 152.22 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 162 | 230 | 0.04 | 0.30 | 0 | 0.10 | 291.18 | 0.58 | 0.77 |
| Hex | DC | A2 | E6 | 4 | 1E | 0 | A | 123 | 3A | 4D |
| Octal | 334 | 242 | 346 | 4 | 36 | 0 | 12 | 443 | 72 | 115 |
| Binary | 11011100 | 10100010 | 11100110 | 100 | 11110 | 0 | 1010 | 100100011 | 111010 | 1001101 |
Color Harmonies of #DCA2E6
Complementary color
Monochromatic Colors of #DCA2E6
Black with #DCA2E6
Text Example
Text Example
White with #DCA2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA2E6; }
p { color: rgb(220,162,230); }
H1.HeaderClassName
{
color: #DCA2E6;
}
.AnyTagClassName
{
color: #DCA2E6;
}
</style>
background-color css
<style>
a { background-color: #DCA2E6; }
a { background-color: rgb(220,162,230); }
div.DivClassName
{
background-color: #DCA2E6;
}
.BgClassName
{
background-color: #DCA2E6;
}
</style>
border-color css
<style>
span { border-color: #DCA2E6; }
span { border-color: rgb(220,162,230); }
td.TdClassName
{
border-color: #DCA2E6;
}
.TagClassName
{
border-color: #DCA2E6;
}
</style>