#DCA4DB

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

Shades of Plum #DCA4DB

Tints of Plum #DCA4DB

Color information

#DCA4DB (or 0xDCA4DB) is unknown color: approx Plum. HEX triplet: DC, A4 and DB. RGB value is (220,164,219). Sum of RGB (Red+Green+Blue) = 220+164+219=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 164 (64.45% from 255 or 27.20% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA4DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA4DB is #235B24. Grayscale: #BABABA. Windows color (decimal): -2317093 or 14394588. OLE color: 14394588.

HSL color Cylindrical-coordinate representation of color #DCA4DB: hue angle of 301.07º 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 #DCA4DB is Cyan = 0, Magento = 0.25, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB220164219-
CMYK00.250.000.14
HSL301.07º44.44%75.29%-
HSV(B)301.07º25.45%86.27%-
XYZ55.5846.8873.14-
YUV187.01146.05151.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.48%
GREEN value IS 164 (64.45% from 255) = 27.20%
BLUE value IS 219 (85.94% from 255) = 36.32%
R=36.48%
G=27.20%
B=36.32%

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
Decimal22016421900.250.000.14301.0744.4475.29
HexDCA4DB0190E12d2c4b
Octal33424433303101645554113
Binary110111001010010011011011011001011101001011011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA4DB; }

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

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

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

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

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

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

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

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