#DCA5D2

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

Shades of Plum #DCA5D2

Tints of Plum #DCA5D2

Color information

#DCA5D2 (or 0xDCA5D2) is unknown color: approx Plum. HEX triplet: DC, A5 and D2. RGB value is (220,165,210). Sum of RGB (Red+Green+Blue) = 220+165+210=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 165 (64.84% from 255 or 27.73% from 595); Blue value is 210 (82.42% from 255 or 35.29% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA5D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA5D2 is #235A2D. Grayscale: #BABABA. Windows color (decimal): -2316846 or 13805020. OLE color: 13805020.

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

Color convert

RGB220165210-
CMYK00.250.050.14
HSL310.91º44%75.49%-
HSV(B)310.91º25%86.27%-
XYZ54.646.7867.12-
YUV186.58141.22151.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.97%
GREEN value IS 165 (64.84% from 255) = 27.73%
BLUE value IS 210 (82.42% from 255) = 35.29%
R=36.97%
G=27.73%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016521000.250.050.14310.914475.49
HexDCA5D20195E1372c4b
Octal33424532203151646754113
Binary11011100101001011101001001100110111101001101111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA5D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA5D2; }

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

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

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

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

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

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

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

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