#DCA0E5

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

Shades of Plum #DCA0E5

Tints of Plum #DCA0E5

Color information

#DCA0E5 (or 0xDCA0E5) is unknown color: approx Plum. HEX triplet: DC, A0 and E5. RGB value is (220,160,229). Sum of RGB (Red+Green+Blue) = 220+160+229=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 160 (62.89% from 255 or 26.27% from 609); Blue value is 229 (89.84% from 255 or 37.60% from 609); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCA0E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA0E5 is #235F1A. Grayscale: #B9B9B9. Windows color (decimal): -2318107 or 15048924. OLE color: 15048924.

HSL color Cylindrical-coordinate representation of color #DCA0E5: hue angle of 292.17º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCA0E5 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB220160229-
CMYK0.040.3000.10
HSL292.17º57.02%76.27%-
HSV(B)292.17º30.13%89.8%-
XYZ56.2346.0180.05-
YUV185.81152.38152.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.12%
GREEN value IS 160 (62.89% from 255) = 26.27%
BLUE value IS 229 (89.84% from 255) = 37.60%
R=36.12%
G=26.27%
B=37.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2201602290.040.3000.10292.1757.0276.27
HexDCA0E541E0A124394c
Octal33424034543601244471114
Binary11011100101000001110010110011110010101001001001110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA0E5; }

 p { color: rgb(220,160,229); }

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

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

 a { background-color: rgb(220,160,229); }

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

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

 span { border-color: rgb(220,160,229); }

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