#DCA3DB

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

Shades of Plum #DCA3DB

Tints of Plum #DCA3DB

Color information

#DCA3DB (or 0xDCA3DB) is unknown color: approx Plum. HEX triplet: DC, A3 and DB. RGB value is (220,163,219). Sum of RGB (Red+Green+Blue) = 220+163+219=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 163 (64.06% from 255 or 27.08% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA3DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA3DB is #235C24. Grayscale: #BABABA. Windows color (decimal): -2317349 or 14394332. OLE color: 14394332.

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

Color convert

RGB220163219-
CMYK00.260.000.14
HSL301.05º44.88%75.1%-
HSV(B)301.05º25.91%86.27%-
XYZ55.446.5273.08-
YUV186.43146.38151.95-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.54%
GREEN value IS 163 (64.06% from 255) = 27.08%
BLUE value IS 219 (85.94% from 255) = 36.38%
R=36.54%
G=27.08%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016321900.260.000.14301.0544.8875.1
HexDCA3DB01A0E12d2d4b
Octal33424333303201645555113
Binary110111001010001111011011011010011101001011011011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA3DB; }

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

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

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

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

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

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

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

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