#DCA9E0

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

Shades of Plum #DCA9E0

Tints of Plum #DCA9E0

Color information

#DCA9E0 (or 0xDCA9E0) is unknown color: approx Plum. HEX triplet: DC, A9 and E0. RGB value is (220,169,224). Sum of RGB (Red+Green+Blue) = 220+169+224=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 169 (66.41% from 255 or 27.57% from 613); Blue value is 224 (87.89% from 255 or 36.54% from 613); Max value from RGB is 224 - color contains mainly: blue. Hex color #DCA9E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA9E0 is #23561F. Grayscale: #BEBEBE. Windows color (decimal): -2315808 or 14723548. OLE color: 14723548.

HSL color Cylindrical-coordinate representation of color #DCA9E0: hue angle of 295.64º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCA9E0 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB220169224-
CMYK0.020.2500.12
HSL295.64º47.01%77.06%-
HSV(B)295.64º24.55%87.84%-
XYZ57.1648.9776.96-
YUV190.52146.9149.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.89%
GREEN value IS 169 (66.41% from 255) = 27.57%
BLUE value IS 224 (87.89% from 255) = 36.54%
R=35.89%
G=27.57%
B=36.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2201692240.020.2500.12295.6447.0177.06
HexDCA9E02190C1282f4d
Octal33425134023101445057115
Binary1101110010101001111000001011001011001001010001011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA9E0; }

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

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

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

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

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

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

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

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