#DCA4DE

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

Shades of Plum #DCA4DE

Tints of Plum #DCA4DE

Color information

#DCA4DE (or 0xDCA4DE) is unknown color: approx Plum. HEX triplet: DC, A4 and DE. RGB value is (220,164,222). Sum of RGB (Red+Green+Blue) = 220+164+222=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 164 (64.45% from 255 or 27.06% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCA4DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA4DE is #235B21. Grayscale: #BBBBBB. Windows color (decimal): -2317090 or 14591196. OLE color: 14591196.

HSL color Cylindrical-coordinate representation of color #DCA4DE: hue angle of 297.93º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCA4DE is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220164222-
CMYK0.010.2600.13
HSL297.93º46.77%75.69%-
HSV(B)297.93º26.13%87.06%-
XYZ55.9847.0475.24-
YUV187.36147.55151.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.30%
GREEN value IS 164 (64.45% from 255) = 27.06%
BLUE value IS 222 (87.11% from 255) = 36.63%
R=36.30%
G=27.06%
B=36.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201642220.010.2600.13297.9346.7775.69
HexDCA4DE11A0D12a2f4c
Octal33424433613201545257114
Binary110111001010010011011110111010011011001010101011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA4DE; }

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

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

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

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

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

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

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

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