#DCA2D3

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

Shades of Plum #DCA2D3

Tints of Plum #DCA2D3

Color information

#DCA2D3 (or 0xDCA2D3) is unknown color: approx Plum. HEX triplet: DC, A2 and D3. RGB value is (220,162,211). Sum of RGB (Red+Green+Blue) = 220+162+211=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 162 (63.67% from 255 or 27.32% from 593); Blue value is 211 (82.81% from 255 or 35.58% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA2D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA2D3 is #235D2C. Grayscale: #B8B8B8. Windows color (decimal): -2317613 or 13869788. OLE color: 13869788.

HSL color Cylindrical-coordinate representation of color #DCA2D3: hue angle of 309.31º 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 #DCA2D3 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB220162211-
CMYK00.260.040.14
HSL309.31º45.31%74.9%-
HSV(B)309.31º26.36%86.27%-
XYZ54.1945.7667.6-
YUV184.93142.72153.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.10%
GREEN value IS 162 (63.67% from 255) = 27.32%
BLUE value IS 211 (82.81% from 255) = 35.58%
R=37.10%
G=27.32%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016221100.260.040.14309.3145.3174.9
HexDCA2D301A4E1352d4b
Octal33424232303241646555113
Binary11011100101000101101001101101010011101001101011011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA2D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA2D3; }

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

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

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

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

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

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

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

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