#DCA4E8

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

Shades of Plum #DCA4E8

Tints of Plum #DCA4E8

Color information

#DCA4E8 (or 0xDCA4E8) is unknown color: approx Plum. HEX triplet: DC, A4 and E8. RGB value is (220,164,232). Sum of RGB (Red+Green+Blue) = 220+164+232=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 164 (64.45% from 255 or 26.62% from 616); Blue value is 232 (91.02% from 255 or 37.66% from 616); Max value from RGB is 232 - color contains mainly: blue. Hex color #DCA4E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA4E8 is #235B17. Grayscale: #BCBCBC. Windows color (decimal): -2317080 or 15246556. OLE color: 15246556.

HSL color Cylindrical-coordinate representation of color #DCA4E8: hue angle of 289.41º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCA4E8 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB220164232-
CMYK0.050.2900.09
HSL289.41º59.65%77.65%-
HSV(B)289.41º29.31%90.98%-
XYZ57.3647.5982.51-
YUV188.5152.55150.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.71%
GREEN value IS 164 (64.45% from 255) = 26.62%
BLUE value IS 232 (91.02% from 255) = 37.66%
R=35.71%
G=26.62%
B=37.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2201642320.050.2900.09289.4159.6577.65
HexDCA4E851D091213c4e
Octal33424435053501144174116
Binary11011100101001001110100010111101010011001000011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA4E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA4E8; }

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

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

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

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

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

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

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

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