#DCA0EA

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

Shades of Plum #DCA0EA

Tints of Plum #DCA0EA

Color information

#DCA0EA (or 0xDCA0EA) is unknown color: approx Plum. HEX triplet: DC, A0 and EA. RGB value is (220,160,234). Sum of RGB (Red+Green+Blue) = 220+160+234=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 160 (62.89% from 255 or 26.06% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCA0EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA0EA is #235F15. Grayscale: #BABABA. Windows color (decimal): -2318102 or 15376604. OLE color: 15376604.

HSL color Cylindrical-coordinate representation of color #DCA0EA: hue angle of 288.65º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCA0EA is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220160234-
CMYK0.060.3200.08
HSL288.65º63.79%77.25%-
HSV(B)288.65º31.62%91.76%-
XYZ56.9446.383.78-
YUV186.38154.88151.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.83%
GREEN value IS 160 (62.89% from 255) = 26.06%
BLUE value IS 234 (91.80% from 255) = 38.11%
R=35.83%
G=26.06%
B=38.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201602340.060.3200.08288.6563.7977.25
HexDCA0EA62008121404d
Octal334240352640010441100115
Binary1101110010100000111010101101000000100010010000110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA0EA; }

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

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

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

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

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

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

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

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