#DCA3DA

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

Shades of Plum #DCA3DA

Tints of Plum #DCA3DA

Color information

#DCA3DA (or 0xDCA3DA) is unknown color: approx Plum. HEX triplet: DC, A3 and DA. RGB value is (220,163,218). Sum of RGB (Red+Green+Blue) = 220+163+218=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 163 (64.06% from 255 or 27.12% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA3DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA3DA is #235C25. Grayscale: #BABABA. Windows color (decimal): -2317350 or 14328796. OLE color: 14328796.

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

Color convert

RGB220163218-
CMYK00.260.010.14
HSL302.11º44.88%75.1%-
HSV(B)302.11º25.91%86.27%-
XYZ55.2746.4772.39-
YUV186.31145.88152.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.61%
GREEN value IS 163 (64.06% from 255) = 27.12%
BLUE value IS 218 (85.55% from 255) = 36.27%
R=36.61%
G=27.12%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016321800.260.010.14302.1144.8875.1
HexDCA3DA01A1E12e2d4b
Octal33424333203211645655113
Binary110111001010001111011010011010111101001011101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA3DA; }

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

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

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

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

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

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

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

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