#DCA0DC

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

Shades of Plum #DCA0DC

Tints of Plum #DCA0DC

Color information

#DCA0DC (or 0xDCA0DC) is unknown color: approx Plum. HEX triplet: DC, A0 and DC. RGB value is (220,160,220). Sum of RGB (Red+Green+Blue) = 220+160+220=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 160 (62.89% from 255 or 26.67% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCA0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA0DC is #235F23. Grayscale: #B8B8B8. Windows color (decimal): -2318116 or 14459100. OLE color: 14459100.

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

Color convert

RGB220160220-
CMYK00.2700.14
HSL300º46.15%74.51%-
HSV(B)300º27.27%86.27%-
XYZ5545.5273.6-
YUV184.78147.88153.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.67%
GREEN value IS 160 (62.89% from 255) = 26.67%
BLUE value IS 220 (86.33% from 255) = 36.67%
R=36.67%
G=26.67%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016022000.2700.1430046.1574.51
HexDCA0DC01B0E12c2e4b
Octal33424033403301645456113
Binary110111001010000011011100011011011101001011001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA0DC; }

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

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

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

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

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

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

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

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