Shades of Plum #DCA6EA
Tints of Plum #DCA6EA
RGB
CMYK
RGB Variations
Color information
#DCA6EA (or 0xDCA6EA) is known color: Plum. HEX triplet: DC, A6 and EA. RGB value is (220,166,234). Sum of RGB (Red+Green+Blue) = 220+166+234=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 166 (65.23% from 255 or 26.77% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCA6EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA6EA is #235915. Grayscale: #BDBDBD. Windows color (decimal): -2316566 or 15378140. OLE color: 15378140.
HSL color Cylindrical-coordinate representation of color #DCA6EA: hue angle of 287.65º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCA6EA is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 166 | 234 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.08 |
| HSL | 287.65º | 0.62% | 0.78% | - |
| HSV(B) | 287.65º | 0.29% | 0.92% | - |
| XYZ | 58 | 48.43 | 84.13 | - |
| YUV | 189.9 | 152.89 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 166 | 234 | 0.06 | 0.29 | 0 | 0.08 | 287.65 | 0.62 | 0.78 |
| Hex | DC | A6 | EA | 6 | 1D | 0 | 8 | 120 | 3E | 4E |
| Octal | 334 | 246 | 352 | 6 | 35 | 0 | 10 | 440 | 76 | 116 |
| Binary | 11011100 | 10100110 | 11101010 | 110 | 11101 | 0 | 1000 | 100100000 | 111110 | 1001110 |
Color Harmonies of #DCA6EA
Complementary color
Monochromatic Colors of #DCA6EA
Black with #DCA6EA
Text Example
Text Example
White with #DCA6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA6EA; }
p { color: rgb(220,166,234); }
H1.HeaderClassName
{
color: #DCA6EA;
}
.AnyTagClassName
{
color: #DCA6EA;
}
</style>
background-color css
<style>
a { background-color: #DCA6EA; }
a { background-color: rgb(220,166,234); }
div.DivClassName
{
background-color: #DCA6EA;
}
.BgClassName
{
background-color: #DCA6EA;
}
</style>
border-color css
<style>
span { border-color: #DCA6EA; }
span { border-color: rgb(220,166,234); }
td.TdClassName
{
border-color: #DCA6EA;
}
.TagClassName
{
border-color: #DCA6EA;
}
</style>