Shades of Plum #DCA6E8
Tints of Plum #DCA6E8
RGB
CMYK
RGB Variations
Color information
#DCA6E8 (or 0xDCA6E8) is known color: Plum. HEX triplet: DC, A6 and E8. RGB value is (220,166,232). Sum of RGB (Red+Green+Blue) = 220+166+232=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 166 (65.23% from 255 or 26.86% from 618); Blue value is 232 (91.02% from 255 or 37.54% from 618); Max value from RGB is 232 - color contains mainly: blue. Hex color #DCA6E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA6E8 is #235917. Grayscale: #BDBDBD. Windows color (decimal): -2316568 or 15247068. OLE color: 15247068.
HSL color Cylindrical-coordinate representation of color #DCA6E8: hue angle of 289.09º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCA6E8 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 166 | 232 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.09 |
| HSL | 289.09º | 0.59% | 0.78% | - |
| HSV(B) | 289.09º | 0.28% | 0.91% | - |
| XYZ | 57.72 | 48.31 | 82.63 | - |
| YUV | 189.67 | 151.89 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 166 | 232 | 0.05 | 0.28 | 0 | 0.09 | 289.09 | 0.59 | 0.78 |
| Hex | DC | A6 | E8 | 5 | 1C | 0 | 9 | 121 | 3B | 4E |
| Octal | 334 | 246 | 350 | 5 | 34 | 0 | 11 | 441 | 73 | 116 |
| Binary | 11011100 | 10100110 | 11101000 | 101 | 11100 | 0 | 1001 | 100100001 | 111011 | 1001110 |
Color Harmonies of #DCA6E8
Complementary color
Monochromatic Colors of #DCA6E8
Black with #DCA6E8
Text Example
Text Example
White with #DCA6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA6E8; }
p { color: rgb(220,166,232); }
H1.HeaderClassName
{
color: #DCA6E8;
}
.AnyTagClassName
{
color: #DCA6E8;
}
</style>
background-color css
<style>
a { background-color: #DCA6E8; }
a { background-color: rgb(220,166,232); }
div.DivClassName
{
background-color: #DCA6E8;
}
.BgClassName
{
background-color: #DCA6E8;
}
</style>
border-color css
<style>
span { border-color: #DCA6E8; }
span { border-color: rgb(220,166,232); }
td.TdClassName
{
border-color: #DCA6E8;
}
.TagClassName
{
border-color: #DCA6E8;
}
</style>