Shades of Plum #DCA3D3
Tints of Plum #DCA3D3
RGB
CMYK
RGB Variations
Color information
#DCA3D3 (or 0xDCA3D3) is known color: Plum. HEX triplet: DC, A3 and D3. RGB value is (220,163,211). Sum of RGB (Red+Green+Blue) = 220+163+211=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 163 (64.06% from 255 or 27.44% from 594); Blue value is 211 (82.81% from 255 or 35.52% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA3D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA3D3 is #235C2C. Grayscale: #B9B9B9. Windows color (decimal): -2317357 or 13870044. OLE color: 13870044.
HSL color Cylindrical-coordinate representation of color #DCA3D3: hue angle of 309.47º 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 #DCA3D3 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 163 | 211 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.14 |
| HSL | 309.47º | 0.45% | 0.75% | - |
| HSV(B) | 309.47º | 0.26% | 0.86% | - |
| XYZ | 54.37 | 46.11 | 67.66 | - |
| YUV | 185.52 | 142.38 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 163 | 211 | 0 | 0.26 | 0.04 | 0.14 | 309.47 | 0.45 | 0.75 |
| Hex | DC | A3 | D3 | 0 | 1A | 4 | E | 135 | 2D | 4B |
| Octal | 334 | 243 | 323 | 0 | 32 | 4 | 16 | 465 | 55 | 113 |
| Binary | 11011100 | 10100011 | 11010011 | 0 | 11010 | 100 | 1110 | 100110101 | 101101 | 1001011 |
Color Harmonies of #DCA3D3
Complementary color
Monochromatic Colors of #DCA3D3
Black with #DCA3D3
Text Example
Text Example
White with #DCA3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA3D3; }
p { color: rgb(220,163,211); }
H1.HeaderClassName
{
color: #DCA3D3;
}
.AnyTagClassName
{
color: #DCA3D3;
}
</style>
background-color css
<style>
a { background-color: #DCA3D3; }
a { background-color: rgb(220,163,211); }
div.DivClassName
{
background-color: #DCA3D3;
}
.BgClassName
{
background-color: #DCA3D3;
}
</style>
border-color css
<style>
span { border-color: #DCA3D3; }
span { border-color: rgb(220,163,211); }
td.TdClassName
{
border-color: #DCA3D3;
}
.TagClassName
{
border-color: #DCA3D3;
}
</style>