#DCA5D8

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

Shades of Plum #DCA5D8

Tints of Plum #DCA5D8

Color information

#DCA5D8 (or 0xDCA5D8) is unknown color: approx Plum. HEX triplet: DC, A5 and D8. RGB value is (220,165,216). Sum of RGB (Red+Green+Blue) = 220+165+216=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 165 (64.84% from 255 or 27.45% from 601); Blue value is 216 (84.77% from 255 or 35.94% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA5D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA5D8 is #235A27. Grayscale: #BBBBBB. Windows color (decimal): -2316840 or 14198236. OLE color: 14198236.

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

Color convert

RGB220165216-
CMYK00.250.020.14
HSL304.36º44%75.49%-
HSV(B)304.36º25%86.27%-
XYZ55.3747.0871.14-
YUV187.26144.22151.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.61%
GREEN value IS 165 (64.84% from 255) = 27.45%
BLUE value IS 216 (84.77% from 255) = 35.94%
R=36.61%
G=27.45%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016521600.250.020.14304.364475.49
HexDCA5D80192E1302c4b
Octal33424533003121646054113
Binary1101110010100101110110000110011011101001100001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA5D8; }

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

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

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

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

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

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

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

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