#DCA5DA

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

Shades of Plum #DCA5DA

Tints of Plum #DCA5DA

Color information

#DCA5DA (or 0xDCA5DA) is unknown color: approx Plum. HEX triplet: DC, A5 and DA. RGB value is (220,165,218). Sum of RGB (Red+Green+Blue) = 220+165+218=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 165 (64.84% from 255 or 27.36% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA5DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA5DA is #235A25. Grayscale: #BBBBBB. Windows color (decimal): -2316838 or 14329308. OLE color: 14329308.

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

Color convert

RGB220165218-
CMYK00.250.010.14
HSL302.18º44%75.49%-
HSV(B)302.18º25%86.27%-
XYZ55.6347.1972.51-
YUV187.49145.22151.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.48%
GREEN value IS 165 (64.84% from 255) = 27.36%
BLUE value IS 218 (85.55% from 255) = 36.15%
R=36.48%
G=27.36%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016521800.250.010.14302.184475.49
HexDCA5DA0191E12e2c4b
Octal33424533203111645654113
Binary110111001010010111011010011001111101001011101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA5DA; }

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

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

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

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

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

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

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

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