#DCA4D1

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

Shades of Plum #DCA4D1

Tints of Plum #DCA4D1

Color information

#DCA4D1 (or 0xDCA4D1) is unknown color: approx Plum. HEX triplet: DC, A4 and D1. RGB value is (220,164,209). Sum of RGB (Red+Green+Blue) = 220+164+209=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 164 (64.45% from 255 or 27.66% from 593); Blue value is 209 (82.03% from 255 or 35.24% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA4D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA4D1 is #235B2E. Grayscale: #B9B9B9. Windows color (decimal): -2317103 or 13739228. OLE color: 13739228.

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

Color convert

RGB220164209-
CMYK00.250.050.14
HSL311.79º44.44%75.29%-
HSV(B)311.79º25.45%86.27%-
XYZ54.346.3766.41-
YUV185.87141.05152.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.10%
GREEN value IS 164 (64.45% from 255) = 27.66%
BLUE value IS 209 (82.03% from 255) = 35.24%
R=37.10%
G=27.66%
B=35.24%

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
Decimal22016420900.250.050.14311.7944.4475.29
HexDCA4D10195E1382c4b
Octal33424432103151647054113
Binary11011100101001001101000101100110111101001110001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA4D1; }

 p { color: rgb(220,164,209); }

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

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

 a { background-color: rgb(220,164,209); }

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

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

 span { border-color: rgb(220,164,209); }

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