#DCA2D1

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

Shades of Plum #DCA2D1

Tints of Plum #DCA2D1

Color information

#DCA2D1 (or 0xDCA2D1) is unknown color: approx Plum. HEX triplet: DC, A2 and D1. RGB value is (220,162,209). Sum of RGB (Red+Green+Blue) = 220+162+209=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 162 (63.67% from 255 or 27.41% from 591); Blue value is 209 (82.03% from 255 or 35.36% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA2D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA2D1 is #235D2E. Grayscale: #B8B8B8. Windows color (decimal): -2317615 or 13738716. OLE color: 13738716.

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

Color convert

RGB220162209-
CMYK00.260.050.14
HSL311.38º45.31%74.9%-
HSV(B)311.38º26.36%86.27%-
XYZ53.9445.6666.29-
YUV184.7141.72153.18-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.23%
GREEN value IS 162 (63.67% from 255) = 27.41%
BLUE value IS 209 (82.03% from 255) = 35.36%
R=37.23%
G=27.41%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016220900.260.050.14311.3845.3174.9
HexDCA2D101A5E1372d4b
Octal33424232103251646755113
Binary11011100101000101101000101101010111101001101111011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA2D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA2D1; }

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

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

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

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

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

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

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

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