Shades of Plum #DCA1E6
Tints of Plum #DCA1E6
RGB
CMYK
RGB Variations
Color information
#DCA1E6 (or 0xDCA1E6) is known color: Plum. HEX triplet: DC, A1 and E6. RGB value is (220,161,230). Sum of RGB (Red+Green+Blue) = 220+161+230=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 161 (63.28% from 255 or 26.35% from 611); Blue value is 230 (90.23% from 255 or 37.64% from 611); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCA1E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA1E6 is #235E19. Grayscale: #BABABA. Windows color (decimal): -2317850 or 15114716. OLE color: 15114716.
HSL color Cylindrical-coordinate representation of color #DCA1E6: hue angle of 291.3º 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 #DCA1E6 is Cyan = 0.04, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 161 | 230 | - |
| CMYK | 0.04 | 0.3 | 0 | 0.10 |
| HSL | 291.3º | 0.58% | 0.77% | - |
| HSV(B) | 291.3º | 0.3% | 0.9% | - |
| XYZ | 56.54 | 46.42 | 80.84 | - |
| YUV | 186.51 | 152.55 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 161 | 230 | 0.04 | 0.3 | 0 | 0.10 | 291.3 | 0.58 | 0.77 |
| Hex | DC | A1 | E6 | 4 | 1E | 0 | A | 123 | 3A | 4D |
| Octal | 334 | 241 | 346 | 4 | 36 | 0 | 12 | 443 | 72 | 115 |
| Binary | 11011100 | 10100001 | 11100110 | 100 | 11110 | 0 | 1010 | 100100011 | 111010 | 1001101 |
Color Harmonies of #DCA1E6
Complementary color
Monochromatic Colors of #DCA1E6
Black with #DCA1E6
Text Example
Text Example
White with #DCA1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA1E6; }
p { color: rgb(220,161,230); }
H1.HeaderClassName
{
color: #DCA1E6;
}
.AnyTagClassName
{
color: #DCA1E6;
}
</style>
background-color css
<style>
a { background-color: #DCA1E6; }
a { background-color: rgb(220,161,230); }
div.DivClassName
{
background-color: #DCA1E6;
}
.BgClassName
{
background-color: #DCA1E6;
}
</style>
border-color css
<style>
span { border-color: #DCA1E6; }
span { border-color: rgb(220,161,230); }
td.TdClassName
{
border-color: #DCA1E6;
}
.TagClassName
{
border-color: #DCA1E6;
}
</style>