#DCA5D3

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

Shades of Plum #DCA5D3

Tints of Plum #DCA5D3

Color information

#DCA5D3 (or 0xDCA5D3) is unknown color: approx Plum. HEX triplet: DC, A5 and D3. RGB value is (220,165,211). Sum of RGB (Red+Green+Blue) = 220+165+211=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 165 (64.84% from 255 or 27.68% from 596); Blue value is 211 (82.81% from 255 or 35.40% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA5D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA5D3 is #235A2C. Grayscale: #BABABA. Windows color (decimal): -2316845 or 13870556. OLE color: 13870556.

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

Color convert

RGB220165211-
CMYK00.250.040.14
HSL309.82º44%75.49%-
HSV(B)309.82º25%86.27%-
XYZ54.7346.8367.78-
YUV186.69141.72151.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.91%
GREEN value IS 165 (64.84% from 255) = 27.68%
BLUE value IS 211 (82.81% from 255) = 35.40%
R=36.91%
G=27.68%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016521100.250.040.14309.824475.49
HexDCA5D30194E1362c4b
Octal33424532303141646654113
Binary11011100101001011101001101100110011101001101101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA5D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA5D3; }

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

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

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

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

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

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

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

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