Shades of Plum #DCA2CF
Tints of Plum #DCA2CF
RGB
CMYK
RGB Variations
Color information
#DCA2CF (or 0xDCA2CF) is known color: Plum. HEX triplet: DC, A2 and CF. RGB value is (220,162,207). Sum of RGB (Red+Green+Blue) = 220+162+207=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 162 (63.67% from 255 or 27.50% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA2CF is #235D30. Grayscale: #B8B8B8. Windows color (decimal): -2317617 or 13607644. OLE color: 13607644.
HSL color Cylindrical-coordinate representation of color #DCA2CF: hue angle of 313.45º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCA2CF is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 162 | 207 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.14 |
| HSL | 313.45º | 0.45% | 0.75% | - |
| HSV(B) | 313.45º | 0.26% | 0.86% | - |
| XYZ | 53.7 | 45.56 | 65 | - |
| YUV | 184.47 | 140.72 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 162 | 207 | 0 | 0.26 | 0.06 | 0.14 | 313.45 | 0.45 | 0.75 |
| Hex | DC | A2 | CF | 0 | 1A | 6 | E | 139 | 2D | 4B |
| Octal | 334 | 242 | 317 | 0 | 32 | 6 | 16 | 471 | 55 | 113 |
| Binary | 11011100 | 10100010 | 11001111 | 0 | 11010 | 110 | 1110 | 100111001 | 101101 | 1001011 |
Color Harmonies of #DCA2CF
Complementary color
Monochromatic Colors of #DCA2CF
Black with #DCA2CF
Text Example
Text Example
White with #DCA2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA2CF; }
p { color: rgb(220,162,207); }
H1.HeaderClassName
{
color: #DCA2CF;
}
.AnyTagClassName
{
color: #DCA2CF;
}
</style>
background-color css
<style>
a { background-color: #DCA2CF; }
a { background-color: rgb(220,162,207); }
div.DivClassName
{
background-color: #DCA2CF;
}
.BgClassName
{
background-color: #DCA2CF;
}
</style>
border-color css
<style>
span { border-color: #DCA2CF; }
span { border-color: rgb(220,162,207); }
td.TdClassName
{
border-color: #DCA2CF;
}
.TagClassName
{
border-color: #DCA2CF;
}
</style>