#DCA0DA

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

Shades of Plum #DCA0DA

Tints of Plum #DCA0DA

Color information

#DCA0DA (or 0xDCA0DA) is unknown color: approx Plum. HEX triplet: DC, A0 and DA. RGB value is (220,160,218). Sum of RGB (Red+Green+Blue) = 220+160+218=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 160 (62.89% from 255 or 26.76% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA0DA is #235F25. Grayscale: #B8B8B8. Windows color (decimal): -2318118 or 14328028. OLE color: 14328028.

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

Color convert

RGB220160218-
CMYK00.270.010.14
HSL302º46.15%74.51%-
HSV(B)302º27.27%86.27%-
XYZ54.7445.4272.21-
YUV184.55146.88153.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.79%
GREEN value IS 160 (62.89% from 255) = 26.76%
BLUE value IS 218 (85.55% from 255) = 36.45%
R=36.79%
G=26.76%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016021800.270.010.1430246.1574.51
HexDCA0DA01B1E12e2e4b
Octal33424033203311645656113
Binary110111001010000011011010011011111101001011101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA0DA; }

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

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

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

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

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

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

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

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