#DCA0D4

Color #DCA0D4 Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #DCA0D4

Tints of Plum #DCA0D4

Color information

#DCA0D4 (or 0xDCA0D4) is unknown color: approx Plum. HEX triplet: DC, A0 and D4. RGB value is (220,160,212). Sum of RGB (Red+Green+Blue) = 220+160+212=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 160 (62.89% from 255 or 27.03% from 592); Blue value is 212 (83.20% from 255 or 35.81% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA0D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA0D4 is #235F2B. Grayscale: #B7B7B7. Windows color (decimal): -2318124 or 13934812. OLE color: 13934812.

HSL color Cylindrical-coordinate representation of color #DCA0D4: hue angle of 308º 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 #DCA0D4 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB220160212-
CMYK00.270.040.14
HSL308º46.15%74.51%-
HSV(B)308º27.27%86.27%-
XYZ53.9745.1168.15-
YUV183.87143.88153.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 37.16%
GREEN value IS 160 (62.89% from 255) = 27.03%
BLUE value IS 212 (83.20% from 255) = 35.81%
R=37.16%
G=27.03%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016021200.270.040.1430846.1574.51
HexDCA0D401B4E1342e4b
Octal33424032403341646456113
Binary11011100101000001101010001101110011101001101001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA0D4; }

 p { color: rgb(220,160,212); }

 H1.HeaderClassName
 {
   color: #DCA0D4;
 }
 .AnyTagClassName
 {
   color: #DCA0D4;
 }
</style>
background-color css

<style>
 a { background-color: #DCA0D4; }

 a { background-color: rgb(220,160,212); }

 div.DivClassName
 {
   background-color: #DCA0D4;
 }
 .BgClassName
 {
   background-color: #DCA0D4;
 }
</style>
border-color css

<style>
 span { border-color: #DCA0D4; }

 span { border-color: rgb(220,160,212); }

 td.TdClassName
 {
   border-color: #DCA0D4;
 }
 .TagClassName
 {
   border-color: #DCA0D4;
 }
</style>