#DCA4DA

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

Shades of Plum #DCA4DA

Tints of Plum #DCA4DA

Color information

#DCA4DA (or 0xDCA4DA) is unknown color: approx Plum. HEX triplet: DC, A4 and DA. RGB value is (220,164,218). Sum of RGB (Red+Green+Blue) = 220+164+218=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 164 (64.45% from 255 or 27.24% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA4DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA4DA is #235B25. Grayscale: #BABABA. Windows color (decimal): -2317094 or 14329052. OLE color: 14329052.

HSL color Cylindrical-coordinate representation of color #DCA4DA: hue angle of 302.14º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCA4DA is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB220164218-
CMYK00.250.010.14
HSL302.14º44.44%75.29%-
HSV(B)302.14º25.45%86.27%-
XYZ55.4546.8372.45-
YUV186.9145.55151.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.54%
GREEN value IS 164 (64.45% from 255) = 27.24%
BLUE value IS 218 (85.55% from 255) = 36.21%
R=36.54%
G=27.24%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016421800.250.010.14302.1444.4475.29
HexDCA4DA0191E12e2c4b
Octal33424433203111645654113
Binary110111001010010011011010011001111101001011101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA4DA; }

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

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

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

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

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

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

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

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