#DCA4E3

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

Shades of Plum #DCA4E3

Tints of Plum #DCA4E3

Color information

#DCA4E3 (or 0xDCA4E3) is unknown color: approx Plum. HEX triplet: DC, A4 and E3. RGB value is (220,164,227). Sum of RGB (Red+Green+Blue) = 220+164+227=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 164 (64.45% from 255 or 26.84% from 611); Blue value is 227 (89.06% from 255 or 37.15% from 611); Max value from RGB is 227 - color contains mainly: blue. Hex color #DCA4E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA4E3 is #235B1C. Grayscale: #BBBBBB. Windows color (decimal): -2317085 or 14918876. OLE color: 14918876.

HSL color Cylindrical-coordinate representation of color #DCA4E3: hue angle of 293.33º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCA4E3 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB220164227-
CMYK0.030.2800.11
HSL293.33º52.94%76.67%-
HSV(B)293.33º27.75%89.02%-
XYZ56.6647.3178.82-
YUV187.93150.05150.88-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.01%
GREEN value IS 164 (64.45% from 255) = 26.84%
BLUE value IS 227 (89.06% from 255) = 37.15%
R=36.01%
G=26.84%
B=37.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2201642270.030.2800.11293.3352.9476.67
HexDCA4E331C0B125354d
Octal33424434333401344565115
Binary1101110010100100111000111111100010111001001011101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA4E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA4E3; }

 p { color: rgb(220,164,227); }

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

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

 a { background-color: rgb(220,164,227); }

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

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

 span { border-color: rgb(220,164,227); }

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