#DCA5DB

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

Shades of Plum #DCA5DB

Tints of Plum #DCA5DB

Color information

#DCA5DB (or 0xDCA5DB) is unknown color: approx Plum. HEX triplet: DC, A5 and DB. RGB value is (220,165,219). Sum of RGB (Red+Green+Blue) = 220+165+219=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 165 (64.84% from 255 or 27.32% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA5DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA5DB is #235A24. Grayscale: #BBBBBB. Windows color (decimal): -2316837 or 14394844. OLE color: 14394844.

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

Color convert

RGB220165219-
CMYK00.250.000.14
HSL301.09º44%75.49%-
HSV(B)301.09º25%86.27%-
XYZ55.7647.2473.2-
YUV187.6145.72151.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.42%
GREEN value IS 165 (64.84% from 255) = 27.32%
BLUE value IS 219 (85.94% from 255) = 36.26%
R=36.42%
G=27.32%
B=36.26%

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
Decimal22016521900.250.000.14301.094475.49
HexDCA5DB0190E12d2c4b
Octal33424533303101645554113
Binary110111001010010111011011011001011101001011011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA5DB; }

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

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

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

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

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

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

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

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