#DCA0DE

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

Shades of Plum #DCA0DE

Tints of Plum #DCA0DE

Color information

#DCA0DE (or 0xDCA0DE) is unknown color: approx Plum. HEX triplet: DC, A0 and DE. RGB value is (220,160,222). Sum of RGB (Red+Green+Blue) = 220+160+222=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 160 (62.89% from 255 or 26.58% from 602); Blue value is 222 (87.11% from 255 or 36.88% from 602); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCA0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA0DE is #235F21. Grayscale: #B8B8B8. Windows color (decimal): -2318114 or 14590172. OLE color: 14590172.

HSL color Cylindrical-coordinate representation of color #DCA0DE: hue angle of 298.06º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCA0DE is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220160222-
CMYK0.010.2800.13
HSL298.06º48.44%74.9%-
HSV(B)298.06º27.93%87.06%-
XYZ55.2745.6375-
YUV185.01148.88152.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.54%
GREEN value IS 160 (62.89% from 255) = 26.58%
BLUE value IS 222 (87.11% from 255) = 36.88%
R=36.54%
G=26.58%
B=36.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201602220.010.2800.13298.0648.4474.9
HexDCA0DE11C0D12a304b
Octal33424033613401545260113
Binary110111001010000011011110111100011011001010101100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA0DE; }

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

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

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

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

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

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

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

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