Shades of Plum #DCA8DF
Tints of Plum #DCA8DF
RGB
CMYK
RGB Variations
Color information
#DCA8DF (or 0xDCA8DF) is known color: Plum. HEX triplet: DC, A8 and DF. RGB value is (220,168,223). Sum of RGB (Red+Green+Blue) = 220+168+223=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 168 (66.02% from 255 or 27.50% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCA8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA8DF is #235720. Grayscale: #BDBDBD. Windows color (decimal): -2316065 or 14657756. OLE color: 14657756.
HSL color Cylindrical-coordinate representation of color #DCA8DF: hue angle of 296.73º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCA8DF is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 168 | 223 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.13 |
| HSL | 296.73º | 0.46% | 0.77% | - |
| HSV(B) | 296.73º | 0.25% | 0.87% | - |
| XYZ | 56.84 | 48.55 | 76.19 | - |
| YUV | 189.82 | 146.73 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 168 | 223 | 0.01 | 0.25 | 0 | 0.13 | 296.73 | 0.46 | 0.77 |
| Hex | DC | A8 | DF | 1 | 19 | 0 | D | 129 | 2E | 4D |
| Octal | 334 | 250 | 337 | 1 | 31 | 0 | 15 | 451 | 56 | 115 |
| Binary | 11011100 | 10101000 | 11011111 | 1 | 11001 | 0 | 1101 | 100101001 | 101110 | 1001101 |
Color Harmonies of #DCA8DF
Complementary color
Monochromatic Colors of #DCA8DF
Black with #DCA8DF
Text Example
Text Example
White with #DCA8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA8DF; }
p { color: rgb(220,168,223); }
H1.HeaderClassName
{
color: #DCA8DF;
}
.AnyTagClassName
{
color: #DCA8DF;
}
</style>
background-color css
<style>
a { background-color: #DCA8DF; }
a { background-color: rgb(220,168,223); }
div.DivClassName
{
background-color: #DCA8DF;
}
.BgClassName
{
background-color: #DCA8DF;
}
</style>
border-color css
<style>
span { border-color: #DCA8DF; }
span { border-color: rgb(220,168,223); }
td.TdClassName
{
border-color: #DCA8DF;
}
.TagClassName
{
border-color: #DCA8DF;
}
</style>