#DCA9E4

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

Shades of Plum #DCA9E4

Tints of Plum #DCA9E4

Color information

#DCA9E4 (or 0xDCA9E4) is unknown color: approx Plum. HEX triplet: DC, A9 and E4. RGB value is (220,169,228). Sum of RGB (Red+Green+Blue) = 220+169+228=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 169 (66.41% from 255 or 27.39% from 617); Blue value is 228 (89.45% from 255 or 36.95% from 617); Max value from RGB is 228 - color contains mainly: blue. Hex color #DCA9E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA9E4 is #23561B. Grayscale: #BEBEBE. Windows color (decimal): -2315804 or 14985692. OLE color: 14985692.

HSL color Cylindrical-coordinate representation of color #DCA9E4: hue angle of 291.86º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCA9E4 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB220169228-
CMYK0.040.2600.11
HSL291.86º52.21%77.84%-
HSV(B)291.86º25.88%89.41%-
XYZ57.7149.1979.85-
YUV190.98148.9148.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.66%
GREEN value IS 169 (66.41% from 255) = 27.39%
BLUE value IS 228 (89.45% from 255) = 36.95%
R=35.66%
G=27.39%
B=36.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2201692280.040.2600.11291.8652.2177.84
HexDCA9E441A0B124344e
Octal33425134443201344464116
Binary11011100101010011110010010011010010111001001001101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA9E4; }

 p { color: rgb(220,169,228); }

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

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

 a { background-color: rgb(220,169,228); }

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

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

 span { border-color: rgb(220,169,228); }

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