#DCA0D2

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

Shades of Plum #DCA0D2

Tints of Plum #DCA0D2

Color information

#DCA0D2 (or 0xDCA0D2) is unknown color: approx Plum. HEX triplet: DC, A0 and D2. RGB value is (220,160,210). Sum of RGB (Red+Green+Blue) = 220+160+210=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 160 (62.89% from 255 or 27.12% from 590); Blue value is 210 (82.42% from 255 or 35.59% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA0D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA0D2 is #235F2D. Grayscale: #B7B7B7. Windows color (decimal): -2318126 or 13803740. OLE color: 13803740.

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

Color convert

RGB220160210-
CMYK00.270.050.14
HSL310º46.15%74.51%-
HSV(B)310º27.27%86.27%-
XYZ53.7245.0166.83-
YUV183.64142.88153.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.29%
GREEN value IS 160 (62.89% from 255) = 27.12%
BLUE value IS 210 (82.42% from 255) = 35.59%
R=37.29%
G=27.12%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016021000.270.050.1431046.1574.51
HexDCA0D201B5E1362e4b
Octal33424032203351646656113
Binary11011100101000001101001001101110111101001101101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA0D2; }

 p { color: rgb(220,160,210); }

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

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

 a { background-color: rgb(220,160,210); }

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

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

 span { border-color: rgb(220,160,210); }

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