#DCA5DF

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

Shades of Plum #DCA5DF

Tints of Plum #DCA5DF

Color information

#DCA5DF (or 0xDCA5DF) is unknown color: approx Plum. HEX triplet: DC, A5 and DF. RGB value is (220,165,223). Sum of RGB (Red+Green+Blue) = 220+165+223=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 165 (64.84% from 255 or 27.14% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCA5DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA5DF is #235A20. Grayscale: #BBBBBB. Windows color (decimal): -2316833 or 14656988. OLE color: 14656988.

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

Color convert

RGB220165223-
CMYK0.010.2600.13
HSL296.9º47.54%76.08%-
HSV(B)296.9º26.01%87.45%-
XYZ56.2947.4576-
YUV188.06147.72150.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.18%
GREEN value IS 165 (64.84% from 255) = 27.14%
BLUE value IS 223 (87.5% from 255) = 36.68%
R=36.18%
G=27.14%
B=36.68%

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
Decimal2201652230.010.2600.13296.947.5476.08
HexDCA5DF11A0D129304c
Octal33424533713201545160114
Binary110111001010010111011111111010011011001010011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA5DF; }

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

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

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

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

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

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

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

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