Shades of Plum #DCA3E6
Tints of Plum #DCA3E6
RGB
CMYK
RGB Variations
Color information
#DCA3E6 (or 0xDCA3E6) is known color: Plum. HEX triplet: DC, A3 and E6. RGB value is (220,163,230). Sum of RGB (Red+Green+Blue) = 220+163+230=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 163 (64.06% from 255 or 26.59% from 613); Blue value is 230 (90.23% from 255 or 37.52% from 613); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCA3E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA3E6 is #235C19. Grayscale: #BBBBBB. Windows color (decimal): -2317338 or 15115228. OLE color: 15115228.
HSL color Cylindrical-coordinate representation of color #DCA3E6: hue angle of 291.04º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCA3E6 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 163 | 230 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.10 |
| HSL | 291.04º | 0.57% | 0.77% | - |
| HSV(B) | 291.04º | 0.29% | 0.9% | - |
| XYZ | 56.9 | 47.12 | 80.96 | - |
| YUV | 187.68 | 151.88 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 163 | 230 | 0.04 | 0.29 | 0 | 0.10 | 291.04 | 0.57 | 0.77 |
| Hex | DC | A3 | E6 | 4 | 1D | 0 | A | 123 | 39 | 4D |
| Octal | 334 | 243 | 346 | 4 | 35 | 0 | 12 | 443 | 71 | 115 |
| Binary | 11011100 | 10100011 | 11100110 | 100 | 11101 | 0 | 1010 | 100100011 | 111001 | 1001101 |
Color Harmonies of #DCA3E6
Complementary color
Monochromatic Colors of #DCA3E6
Black with #DCA3E6
Text Example
Text Example
White with #DCA3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA3E6; }
p { color: rgb(220,163,230); }
H1.HeaderClassName
{
color: #DCA3E6;
}
.AnyTagClassName
{
color: #DCA3E6;
}
</style>
background-color css
<style>
a { background-color: #DCA3E6; }
a { background-color: rgb(220,163,230); }
div.DivClassName
{
background-color: #DCA3E6;
}
.BgClassName
{
background-color: #DCA3E6;
}
</style>
border-color css
<style>
span { border-color: #DCA3E6; }
span { border-color: rgb(220,163,230); }
td.TdClassName
{
border-color: #DCA3E6;
}
.TagClassName
{
border-color: #DCA3E6;
}
</style>