#DCA9DE

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

Shades of Plum #DCA9DE

Tints of Plum #DCA9DE

Color information

#DCA9DE (or 0xDCA9DE) is unknown color: approx Plum. HEX triplet: DC, A9 and DE. RGB value is (220,169,222). Sum of RGB (Red+Green+Blue) = 220+169+222=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 169 (66.41% from 255 or 27.66% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCA9DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA9DE is #235621. Grayscale: #BEBEBE. Windows color (decimal): -2315810 or 14592476. OLE color: 14592476.

HSL color Cylindrical-coordinate representation of color #DCA9DE: hue angle of 297.74º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCA9DE is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220169222-
CMYK0.010.2400.13
HSL297.74º44.54%76.67%-
HSV(B)297.74º23.87%87.06%-
XYZ56.8948.8775.54-
YUV190.29145.9149.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.01%
GREEN value IS 169 (66.41% from 255) = 27.66%
BLUE value IS 222 (87.11% from 255) = 36.33%
R=36.01%
G=27.66%
B=36.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201692220.010.2400.13297.7444.5476.67
HexDCA9DE1180D12a2d4d
Octal33425133613001545255115
Binary110111001010100111011110111000011011001010101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA9DE; }

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

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

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

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

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

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

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

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