Shades of Plum #DCA0CF
Tints of Plum #DCA0CF
RGB
CMYK
RGB Variations
Color information
#DCA0CF (or 0xDCA0CF) is known color: Plum. HEX triplet: DC, A0 and CF. RGB value is (220,160,207). Sum of RGB (Red+Green+Blue) = 220+160+207=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 160 (62.89% from 255 or 27.26% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA0CF is #235F30. Grayscale: #B7B7B7. Windows color (decimal): -2318129 or 13607132. OLE color: 13607132.
HSL color Cylindrical-coordinate representation of color #DCA0CF: hue angle of 313º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCA0CF is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 160 | 207 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.14 |
| HSL | 313º | 0.46% | 0.75% | - |
| HSV(B) | 313º | 0.27% | 0.86% | - |
| XYZ | 53.35 | 44.86 | 64.88 | - |
| YUV | 183.3 | 141.38 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 160 | 207 | 0 | 0.27 | 0.06 | 0.14 | 313 | 0.46 | 0.75 |
| Hex | DC | A0 | CF | 0 | 1B | 6 | E | 139 | 2E | 4B |
| Octal | 334 | 240 | 317 | 0 | 33 | 6 | 16 | 471 | 56 | 113 |
| Binary | 11011100 | 10100000 | 11001111 | 0 | 11011 | 110 | 1110 | 100111001 | 101110 | 1001011 |
Color Harmonies of #DCA0CF
Complementary color
Monochromatic Colors of #DCA0CF
Black with #DCA0CF
Text Example
Text Example
White with #DCA0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA0CF; }
p { color: rgb(220,160,207); }
H1.HeaderClassName
{
color: #DCA0CF;
}
.AnyTagClassName
{
color: #DCA0CF;
}
</style>
background-color css
<style>
a { background-color: #DCA0CF; }
a { background-color: rgb(220,160,207); }
div.DivClassName
{
background-color: #DCA0CF;
}
.BgClassName
{
background-color: #DCA0CF;
}
</style>
border-color css
<style>
span { border-color: #DCA0CF; }
span { border-color: rgb(220,160,207); }
td.TdClassName
{
border-color: #DCA0CF;
}
.TagClassName
{
border-color: #DCA0CF;
}
</style>