#DCA4EA

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

Shades of Plum #DCA4EA

Tints of Plum #DCA4EA

Color information

#DCA4EA (or 0xDCA4EA) is unknown color: approx Plum. HEX triplet: DC, A4 and EA. RGB value is (220,164,234). Sum of RGB (Red+Green+Blue) = 220+164+234=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 164 (64.45% from 255 or 26.54% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCA4EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA4EA is #235B15. Grayscale: #BCBCBC. Windows color (decimal): -2317078 or 15377628. OLE color: 15377628.

HSL color Cylindrical-coordinate representation of color #DCA4EA: hue angle of 288º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCA4EA is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220164234-
CMYK0.060.3000.08
HSL288º62.5%78.04%-
HSV(B)288º29.91%91.76%-
XYZ57.6447.7184.01-
YUV188.72153.55150.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.60%
GREEN value IS 164 (64.45% from 255) = 26.54%
BLUE value IS 234 (91.80% from 255) = 37.86%
R=35.60%
G=26.54%
B=37.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201642340.060.3000.0828862.578.04
HexDCA4EA61E081203e4e
Octal33424435263601044076116
Binary11011100101001001110101011011110010001001000001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA4EA; }

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

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

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

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

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

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

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

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