#DCA2CE

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

Shades of Plum #DCA2CE

Tints of Plum #DCA2CE

Color information

#DCA2CE (or 0xDCA2CE) is unknown color: approx Plum. HEX triplet: DC, A2 and CE. RGB value is (220,162,206). Sum of RGB (Red+Green+Blue) = 220+162+206=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 162 (63.67% from 255 or 27.55% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA2CE is #235D31. Grayscale: #B8B8B8. Windows color (decimal): -2317618 or 13542108. OLE color: 13542108.

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

Color convert

RGB220162206-
CMYK00.260.060.14
HSL314.48º45.31%74.9%-
HSV(B)314.48º26.36%86.27%-
XYZ53.5845.5164.35-
YUV184.36140.22153.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.41%
GREEN value IS 162 (63.67% from 255) = 27.55%
BLUE value IS 206 (80.86% from 255) = 35.03%
R=37.41%
G=27.55%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016220600.260.060.14314.4845.3174.9
HexDCA2CE01A6E13a2d4b
Octal33424231603261647255113
Binary11011100101000101100111001101011011101001110101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA2CE; }

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

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

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

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

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

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

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

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