#DCA2E5

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

Shades of Plum #DCA2E5

Tints of Plum #DCA2E5

Color information

#DCA2E5 (or 0xDCA2E5) is unknown color: approx Plum. HEX triplet: DC, A2 and E5. RGB value is (220,162,229). Sum of RGB (Red+Green+Blue) = 220+162+229=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 162 (63.67% from 255 or 26.51% from 611); Blue value is 229 (89.84% from 255 or 37.48% from 611); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCA2E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA2E5 is #235D1A. Grayscale: #BABABA. Windows color (decimal): -2317595 or 15049436. OLE color: 15049436.

HSL color Cylindrical-coordinate representation of color #DCA2E5: hue angle of 291.94º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCA2E5 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB220162229-
CMYK0.040.2900.10
HSL291.94º56.3%76.67%-
HSV(B)291.94º29.26%89.8%-
XYZ56.5846.7180.16-
YUV186.98151.72151.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.01%
GREEN value IS 162 (63.67% from 255) = 26.51%
BLUE value IS 229 (89.84% from 255) = 37.48%
R=36.01%
G=26.51%
B=37.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2201622290.040.2900.10291.9456.376.67
HexDCA2E541D0A124384d
Octal33424234543501244470115
Binary11011100101000101110010110011101010101001001001110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA2E5; }

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

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

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

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

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

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

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

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