Shades of Plum #DCA1D3
Tints of Plum #DCA1D3
RGB
CMYK
RGB Variations
Color information
#DCA1D3 (or 0xDCA1D3) is known color: Plum. HEX triplet: DC, A1 and D3. RGB value is (220,161,211). Sum of RGB (Red+Green+Blue) = 220+161+211=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 161 (63.28% from 255 or 27.20% from 592); Blue value is 211 (82.81% from 255 or 35.64% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA1D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA1D3 is #235E2C. Grayscale: #B8B8B8. Windows color (decimal): -2317869 or 13869532. OLE color: 13869532.
HSL color Cylindrical-coordinate representation of color #DCA1D3: hue angle of 309.15º 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 #DCA1D3 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 161 | 211 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.14 |
| HSL | 309.15º | 0.46% | 0.75% | - |
| HSV(B) | 309.15º | 0.27% | 0.86% | - |
| XYZ | 54.02 | 45.41 | 67.55 | - |
| YUV | 184.34 | 143.05 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 161 | 211 | 0 | 0.27 | 0.04 | 0.14 | 309.15 | 0.46 | 0.75 |
| Hex | DC | A1 | D3 | 0 | 1B | 4 | E | 135 | 2E | 4B |
| Octal | 334 | 241 | 323 | 0 | 33 | 4 | 16 | 465 | 56 | 113 |
| Binary | 11011100 | 10100001 | 11010011 | 0 | 11011 | 100 | 1110 | 100110101 | 101110 | 1001011 |
Color Harmonies of #DCA1D3
Complementary color
Monochromatic Colors of #DCA1D3
Black with #DCA1D3
Text Example
Text Example
White with #DCA1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA1D3; }
p { color: rgb(220,161,211); }
H1.HeaderClassName
{
color: #DCA1D3;
}
.AnyTagClassName
{
color: #DCA1D3;
}
</style>
background-color css
<style>
a { background-color: #DCA1D3; }
a { background-color: rgb(220,161,211); }
div.DivClassName
{
background-color: #DCA1D3;
}
.BgClassName
{
background-color: #DCA1D3;
}
</style>
border-color css
<style>
span { border-color: #DCA1D3; }
span { border-color: rgb(220,161,211); }
td.TdClassName
{
border-color: #DCA1D3;
}
.TagClassName
{
border-color: #DCA1D3;
}
</style>