#DCA0D6

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

Shades of Plum #DCA0D6

Tints of Plum #DCA0D6

Color information

#DCA0D6 (or 0xDCA0D6) is unknown color: approx Plum. HEX triplet: DC, A0 and D6. RGB value is (220,160,214). Sum of RGB (Red+Green+Blue) = 220+160+214=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 160 (62.89% from 255 or 26.94% from 594); Blue value is 214 (83.98% from 255 or 36.03% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA0D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA0D6 is #235F29. Grayscale: #B7B7B7. Windows color (decimal): -2318122 or 14065884. OLE color: 14065884.

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

Color convert

RGB220160214-
CMYK00.270.030.14
HSL306º46.15%74.51%-
HSV(B)306º27.27%86.27%-
XYZ54.2245.2169.49-
YUV184.1144.88153.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.04%
GREEN value IS 160 (62.89% from 255) = 26.94%
BLUE value IS 214 (83.98% from 255) = 36.03%
R=37.04%
G=26.94%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016021400.270.030.1430646.1574.51
HexDCA0D601B3E1322e4b
Octal33424032603331646256113
Binary1101110010100000110101100110111111101001100101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA0D6; }

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

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

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

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

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

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

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

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