Shades of Plum #DCA8DC
Tints of Plum #DCA8DC
RGB
CMYK
RGB Variations
Color information
#DCA8DC (or 0xDCA8DC) is known color: Plum. HEX triplet: DC, A8 and DC. RGB value is (220,168,220). Sum of RGB (Red+Green+Blue) = 220+168+220=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 168 (66.02% from 255 or 27.63% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCA8DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA8DC is #235723. Grayscale: #BDBDBD. Windows color (decimal): -2316068 or 14461148. OLE color: 14461148.
HSL color Cylindrical-coordinate representation of color #DCA8DC: hue angle of 300º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCA8DC is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 168 | 220 | - |
| CMYK | 0 | 0.24 | 0 | 0.14 |
| HSL | 300º | 0.43% | 0.76% | - |
| HSV(B) | 300º | 0.24% | 0.86% | - |
| XYZ | 56.44 | 48.39 | 74.08 | - |
| YUV | 189.48 | 145.23 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 168 | 220 | 0 | 0.24 | 0 | 0.14 | 300 | 0.43 | 0.76 |
| Hex | DC | A8 | DC | 0 | 18 | 0 | E | 12C | 2B | 4C |
| Octal | 334 | 250 | 334 | 0 | 30 | 0 | 16 | 454 | 53 | 114 |
| Binary | 11011100 | 10101000 | 11011100 | 0 | 11000 | 0 | 1110 | 100101100 | 101011 | 1001100 |
Color Harmonies of #DCA8DC
Complementary color
Monochromatic Colors of #DCA8DC
Black with #DCA8DC
Text Example
Text Example
White with #DCA8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA8DC; }
p { color: rgb(220,168,220); }
H1.HeaderClassName
{
color: #DCA8DC;
}
.AnyTagClassName
{
color: #DCA8DC;
}
</style>
background-color css
<style>
a { background-color: #DCA8DC; }
a { background-color: rgb(220,168,220); }
div.DivClassName
{
background-color: #DCA8DC;
}
.BgClassName
{
background-color: #DCA8DC;
}
</style>
border-color css
<style>
span { border-color: #DCA8DC; }
span { border-color: rgb(220,168,220); }
td.TdClassName
{
border-color: #DCA8DC;
}
.TagClassName
{
border-color: #DCA8DC;
}
</style>