#DCA0D9

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

Shades of Plum #DCA0D9

Tints of Plum #DCA0D9

Color information

#DCA0D9 (or 0xDCA0D9) is unknown color: approx Plum. HEX triplet: DC, A0 and D9. RGB value is (220,160,217). Sum of RGB (Red+Green+Blue) = 220+160+217=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 160 (62.89% from 255 or 26.80% from 597); Blue value is 217 (85.16% from 255 or 36.35% from 597); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA0D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA0D9 is #235F26. Grayscale: #B8B8B8. Windows color (decimal): -2318119 or 14262492. OLE color: 14262492.

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

Color convert

RGB220160217-
CMYK00.270.010.14
HSL303º46.15%74.51%-
HSV(B)303º27.27%86.27%-
XYZ54.6145.3771.52-
YUV184.44146.38153.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.85%
GREEN value IS 160 (62.89% from 255) = 26.80%
BLUE value IS 217 (85.16% from 255) = 36.35%
R=36.85%
G=26.80%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016021700.270.010.1430346.1574.51
HexDCA0D901B1E12f2e4b
Octal33424033103311645756113
Binary110111001010000011011001011011111101001011111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA0D9; }

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

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

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

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

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

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

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

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