#DCA0E7

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

Shades of Plum #DCA0E7

Tints of Plum #DCA0E7

Color information

#DCA0E7 (or 0xDCA0E7) is unknown color: approx Plum. HEX triplet: DC, A0 and E7. RGB value is (220,160,231). Sum of RGB (Red+Green+Blue) = 220+160+231=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 160 (62.89% from 255 or 26.19% from 611); Blue value is 231 (90.62% from 255 or 37.81% from 611); Max value from RGB is 231 - color contains mainly: blue. Hex color #DCA0E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA0E7 is #235F18. Grayscale: #B9B9B9. Windows color (decimal): -2318105 or 15179996. OLE color: 15179996.

HSL color Cylindrical-coordinate representation of color #DCA0E7: hue angle of 290.7º degrees, saturation: 0.6, 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 #DCA0E7 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB220160231-
CMYK0.050.3100.09
HSL290.7º59.66%76.67%-
HSV(B)290.7º30.74%90.59%-
XYZ56.5146.1381.53-
YUV186.03153.38152.23-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.01%
GREEN value IS 160 (62.89% from 255) = 26.19%
BLUE value IS 231 (90.62% from 255) = 37.81%
R=36.01%
G=26.19%
B=37.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2201602310.050.3100.09290.759.6676.67
HexDCA0E751F091233c4d
Octal33424034753701144374115
Binary11011100101000001110011110111111010011001000111111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA0E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA0E7; }

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

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

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

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

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

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

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

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