#DCA9DB

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

Shades of Plum #DCA9DB

Tints of Plum #DCA9DB

Color information

#DCA9DB (or 0xDCA9DB) is unknown color: approx Plum. HEX triplet: DC, A9 and DB. RGB value is (220,169,219). Sum of RGB (Red+Green+Blue) = 220+169+219=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 169 (66.41% from 255 or 27.80% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA9DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA9DB is #235624. Grayscale: #BDBDBD. Windows color (decimal): -2315813 or 14395868. OLE color: 14395868.

HSL color Cylindrical-coordinate representation of color #DCA9DB: hue angle of 301.18º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCA9DB is Cyan = 0, Magento = 0.23, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB220169219-
CMYK00.230.000.14
HSL301.18º42.15%76.27%-
HSV(B)301.18º23.18%86.27%-
XYZ56.4948.7173.44-
YUV189.95144.4149.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.18%
GREEN value IS 169 (66.41% from 255) = 27.80%
BLUE value IS 219 (85.94% from 255) = 36.02%
R=36.18%
G=27.80%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016921900.230.000.14301.1842.1576.27
HexDCA9DB0170E12d2a4c
Octal33425133302701645552114
Binary110111001010100111011011010111011101001011011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA9DB; }

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

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

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

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

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

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

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

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