#DCA0E9

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

Shades of Plum #DCA0E9

Tints of Plum #DCA0E9

Color information

#DCA0E9 (or 0xDCA0E9) is unknown color: approx Plum. HEX triplet: DC, A0 and E9. RGB value is (220,160,233). Sum of RGB (Red+Green+Blue) = 220+160+233=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 160 (62.89% from 255 or 26.10% from 613); Blue value is 233 (91.41% from 255 or 38.01% from 613); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCA0E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA0E9 is #235F16. Grayscale: #BABABA. Windows color (decimal): -2318103 or 15311068. OLE color: 15311068.

HSL color Cylindrical-coordinate representation of color #DCA0E9: hue angle of 289.32º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCA0E9 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB220160233-
CMYK0.060.3100.09
HSL289.32º62.39%77.06%-
HSV(B)289.32º31.33%91.37%-
XYZ56.7946.2483.02-
YUV186.26154.38152.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.89%
GREEN value IS 160 (62.89% from 255) = 26.10%
BLUE value IS 233 (91.41% from 255) = 38.01%
R=35.89%
G=26.10%
B=38.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2201602330.060.3100.09289.3262.3977.06
HexDCA0E961F091213e4d
Octal33424035163701144176115
Binary11011100101000001110100111011111010011001000011111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA0E9; }

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

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

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

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

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

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

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

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