#DCA2D4

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

Shades of Plum #DCA2D4

Tints of Plum #DCA2D4

Color information

#DCA2D4 (or 0xDCA2D4) is unknown color: approx Plum. HEX triplet: DC, A2 and D4. RGB value is (220,162,212). Sum of RGB (Red+Green+Blue) = 220+162+212=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 162 (63.67% from 255 or 27.27% from 594); Blue value is 212 (83.20% from 255 or 35.69% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA2D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA2D4 is #235D2B. Grayscale: #B8B8B8. Windows color (decimal): -2317612 or 13935324. OLE color: 13935324.

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

Color convert

RGB220162212-
CMYK00.260.040.14
HSL308.28º45.31%74.9%-
HSV(B)308.28º26.36%86.27%-
XYZ54.3245.8168.27-
YUV185.04143.22152.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.04%
GREEN value IS 162 (63.67% from 255) = 27.27%
BLUE value IS 212 (83.20% from 255) = 35.69%
R=37.04%
G=27.27%
B=35.69%

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
Decimal22016221200.260.040.14308.2845.3174.9
HexDCA2D401A4E1342d4b
Octal33424232403241646455113
Binary11011100101000101101010001101010011101001101001011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA2D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA2D4; }

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

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

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

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

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

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

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

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