#DCA2D8

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

Shades of Plum #DCA2D8

Tints of Plum #DCA2D8

Color information

#DCA2D8 (or 0xDCA2D8) is unknown color: approx Plum. HEX triplet: DC, A2 and D8. RGB value is (220,162,216). Sum of RGB (Red+Green+Blue) = 220+162+216=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 162 (63.67% from 255 or 27.09% from 598); Blue value is 216 (84.77% from 255 or 36.12% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA2D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA2D8 is #235D27. Grayscale: #B9B9B9. Windows color (decimal): -2317608 or 14197468. OLE color: 14197468.

HSL color Cylindrical-coordinate representation of color #DCA2D8: hue angle of 304.14º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCA2D8 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB220162216-
CMYK00.260.020.14
HSL304.14º45.31%74.9%-
HSV(B)304.14º26.36%86.27%-
XYZ54.8346.0170.96-
YUV185.5145.22152.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.79%
GREEN value IS 162 (63.67% from 255) = 27.09%
BLUE value IS 216 (84.77% from 255) = 36.12%
R=36.79%
G=27.09%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016221600.260.020.14304.1445.3174.9
HexDCA2D801A2E1302d4b
Octal33424233003221646055113
Binary1101110010100010110110000110101011101001100001011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA2D8; }

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

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

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

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

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

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

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

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