Shades of Plum #DCA2ED
Tints of Plum #DCA2ED
RGB
CMYK
RGB Variations
Color information
#DCA2ED (or 0xDCA2ED) is known color: Plum. HEX triplet: DC, A2 and ED. RGB value is (220,162,237). Sum of RGB (Red+Green+Blue) = 220+162+237=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 162 (63.67% from 255 or 26.17% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCA2ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA2ED is #235D12. Grayscale: #BBBBBB. Windows color (decimal): -2317587 or 15573724. OLE color: 15573724.
HSL color Cylindrical-coordinate representation of color #DCA2ED: hue angle of 286.4º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCA2ED is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 162 | 237 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.07 |
| HSL | 286.4º | 0.68% | 0.78% | - |
| HSV(B) | 286.4º | 0.32% | 0.93% | - |
| XYZ | 57.72 | 47.17 | 86.18 | - |
| YUV | 187.89 | 155.72 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 162 | 237 | 0.07 | 0.32 | 0 | 0.07 | 286.4 | 0.68 | 0.78 |
| Hex | DC | A2 | ED | 7 | 20 | 0 | 7 | 11E | 44 | 4E |
| Octal | 334 | 242 | 355 | 7 | 40 | 0 | 7 | 436 | 104 | 116 |
| Binary | 11011100 | 10100010 | 11101101 | 111 | 100000 | 0 | 111 | 100011110 | 1000100 | 1001110 |
Color Harmonies of #DCA2ED
Complementary color
Monochromatic Colors of #DCA2ED
Black with #DCA2ED
Text Example
Text Example
White with #DCA2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA2ED; }
p { color: rgb(220,162,237); }
H1.HeaderClassName
{
color: #DCA2ED;
}
.AnyTagClassName
{
color: #DCA2ED;
}
</style>
background-color css
<style>
a { background-color: #DCA2ED; }
a { background-color: rgb(220,162,237); }
div.DivClassName
{
background-color: #DCA2ED;
}
.BgClassName
{
background-color: #DCA2ED;
}
</style>
border-color css
<style>
span { border-color: #DCA2ED; }
span { border-color: rgb(220,162,237); }
td.TdClassName
{
border-color: #DCA2ED;
}
.TagClassName
{
border-color: #DCA2ED;
}
</style>