#DCA6DB

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

Shades of Plum #DCA6DB

Tints of Plum #DCA6DB

Color information

#DCA6DB (or 0xDCA6DB) is unknown color: approx Plum. HEX triplet: DC, A6 and DB. RGB value is (220,166,219). Sum of RGB (Red+Green+Blue) = 220+166+219=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 166 (65.23% from 255 or 27.44% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA6DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA6DB is #235924. Grayscale: #BCBCBC. Windows color (decimal): -2316581 or 14395100. OLE color: 14395100.

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

Color convert

RGB220166219-
CMYK00.250.000.14
HSL301.11º43.55%75.69%-
HSV(B)301.11º24.55%86.27%-
XYZ55.9447.673.26-
YUV188.19145.39150.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.36%
GREEN value IS 166 (65.23% from 255) = 27.44%
BLUE value IS 219 (85.94% from 255) = 36.20%
R=36.36%
G=27.44%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016621900.250.000.14301.1143.5575.69
HexDCA6DB0190E12d2c4c
Octal33424633303101645554114
Binary110111001010011011011011011001011101001011011011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA6DB; }

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

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

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

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

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

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

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

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