#DCA4DF

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

Shades of Plum #DCA4DF

Tints of Plum #DCA4DF

Color information

#DCA4DF (or 0xDCA4DF) is unknown color: approx Plum. HEX triplet: DC, A4 and DF. RGB value is (220,164,223). Sum of RGB (Red+Green+Blue) = 220+164+223=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 164 (64.45% from 255 or 27.02% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCA4DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA4DF is #235B20. Grayscale: #BBBBBB. Windows color (decimal): -2317089 or 14656732. OLE color: 14656732.

HSL color Cylindrical-coordinate representation of color #DCA4DF: hue angle of 296.95º degrees, saturation: 0.48, 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 #DCA4DF is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220164223-
CMYK0.010.2600.13
HSL296.95º47.97%75.88%-
HSV(B)296.95º26.46%87.45%-
XYZ56.1147.0975.94-
YUV187.47148.05151.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.24%
GREEN value IS 164 (64.45% from 255) = 27.02%
BLUE value IS 223 (87.5% from 255) = 36.74%
R=36.24%
G=27.02%
B=36.74%

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
Decimal2201642230.010.2600.13296.9547.9775.88
HexDCA4DF11A0D129304c
Octal33424433713201545160114
Binary110111001010010011011111111010011011001010011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA4DF; }

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

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

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

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

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

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

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

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