#DCA3DE

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

Shades of Plum #DCA3DE

Tints of Plum #DCA3DE

Color information

#DCA3DE (or 0xDCA3DE) is unknown color: approx Plum. HEX triplet: DC, A3 and DE. RGB value is (220,163,222). Sum of RGB (Red+Green+Blue) = 220+163+222=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 163 (64.06% from 255 or 26.94% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCA3DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA3DE is #235C21. Grayscale: #BABABA. Windows color (decimal): -2317346 or 14590940. OLE color: 14590940.

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

Color convert

RGB220163222-
CMYK0.010.2700.13
HSL297.97º47.2%75.49%-
HSV(B)297.97º26.58%87.06%-
XYZ55.846.6875.18-
YUV186.77147.88151.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.36%
GREEN value IS 163 (64.06% from 255) = 26.94%
BLUE value IS 222 (87.11% from 255) = 36.69%
R=36.36%
G=26.94%
B=36.69%

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
Decimal2201632220.010.2700.13297.9747.275.49
HexDCA3DE11B0D12a2f4b
Octal33424333613301545257113
Binary110111001010001111011110111011011011001010101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA3DE; }

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

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

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

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

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

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

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

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