Shades of Plum #DCA8E3
Tints of Plum #DCA8E3
RGB
CMYK
RGB Variations
Color information
#DCA8E3 (or 0xDCA8E3) is known color: Plum. HEX triplet: DC, A8 and E3. RGB value is (220,168,227). Sum of RGB (Red+Green+Blue) = 220+168+227=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 168 (66.02% from 255 or 27.32% from 615); Blue value is 227 (89.06% from 255 or 36.91% from 615); Max value from RGB is 227 - color contains mainly: blue. Hex color #DCA8E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA8E3 is #23571C. Grayscale: #BEBEBE. Windows color (decimal): -2316061 or 14919900. OLE color: 14919900.
HSL color Cylindrical-coordinate representation of color #DCA8E3: hue angle of 292.88º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCA8E3 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 168 | 227 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.11 |
| HSL | 292.88º | 0.51% | 0.77% | - |
| HSV(B) | 292.88º | 0.26% | 0.89% | - |
| XYZ | 57.38 | 48.77 | 79.06 | - |
| YUV | 190.27 | 148.73 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 168 | 227 | 0.03 | 0.26 | 0 | 0.11 | 292.88 | 0.51 | 0.77 |
| Hex | DC | A8 | E3 | 3 | 1A | 0 | B | 125 | 33 | 4D |
| Octal | 334 | 250 | 343 | 3 | 32 | 0 | 13 | 445 | 63 | 115 |
| Binary | 11011100 | 10101000 | 11100011 | 11 | 11010 | 0 | 1011 | 100100101 | 110011 | 1001101 |
Color Harmonies of #DCA8E3
Complementary color
Monochromatic Colors of #DCA8E3
Black with #DCA8E3
Text Example
Text Example
White with #DCA8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA8E3; }
p { color: rgb(220,168,227); }
H1.HeaderClassName
{
color: #DCA8E3;
}
.AnyTagClassName
{
color: #DCA8E3;
}
</style>
background-color css
<style>
a { background-color: #DCA8E3; }
a { background-color: rgb(220,168,227); }
div.DivClassName
{
background-color: #DCA8E3;
}
.BgClassName
{
background-color: #DCA8E3;
}
</style>
border-color css
<style>
span { border-color: #DCA8E3; }
span { border-color: rgb(220,168,227); }
td.TdClassName
{
border-color: #DCA8E3;
}
.TagClassName
{
border-color: #DCA8E3;
}
</style>