#DCA3DF

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

Shades of Plum #DCA3DF

Tints of Plum #DCA3DF

Color information

#DCA3DF (or 0xDCA3DF) is unknown color: approx Plum. HEX triplet: DC, A3 and DF. RGB value is (220,163,223). Sum of RGB (Red+Green+Blue) = 220+163+223=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 163 (64.06% from 255 or 26.90% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCA3DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA3DF is #235C20. Grayscale: #BABABA. Windows color (decimal): -2317345 or 14656476. OLE color: 14656476.

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

Color convert

RGB220163223-
CMYK0.010.2700.13
HSL297º48.39%75.69%-
HSV(B)297º26.91%87.45%-
XYZ55.9346.7475.89-
YUV186.88148.38151.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.30%
GREEN value IS 163 (64.06% from 255) = 26.90%
BLUE value IS 223 (87.5% from 255) = 36.80%
R=36.30%
G=26.90%
B=36.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201632230.010.2700.1329748.3975.69
HexDCA3DF11B0D129304c
Octal33424333713301545160114
Binary110111001010001111011111111011011011001010011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA3DF; }

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

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

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

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

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

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

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

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