#DCA2E6

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

Shades of Plum #DCA2E6

Tints of Plum #DCA2E6

Color information

#DCA2E6 (or 0xDCA2E6) is unknown color: approx Plum. HEX triplet: DC, A2 and E6. RGB value is (220,162,230). Sum of RGB (Red+Green+Blue) = 220+162+230=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 162 (63.67% from 255 or 26.47% from 612); Blue value is 230 (90.23% from 255 or 37.58% from 612); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCA2E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA2E6 is #235D19. Grayscale: #BABABA. Windows color (decimal): -2317594 or 15114972. OLE color: 15114972.

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

Color convert

RGB220162230-
CMYK0.040.3000.10
HSL291.18º57.63%76.86%-
HSV(B)291.18º29.57%90.2%-
XYZ56.7246.7780.9-
YUV187.09152.22151.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.95%
GREEN value IS 162 (63.67% from 255) = 26.47%
BLUE value IS 230 (90.23% from 255) = 37.58%
R=35.95%
G=26.47%
B=37.58%

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
Decimal2201622300.040.3000.10291.1857.6376.86
HexDCA2E641E0A1233a4d
Octal33424234643601244372115
Binary11011100101000101110011010011110010101001000111110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA2E6; }

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

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

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

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

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

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

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

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