#DCA4D6

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

Shades of Plum #DCA4D6

Tints of Plum #DCA4D6

Color information

#DCA4D6 (or 0xDCA4D6) is unknown color: approx Plum. HEX triplet: DC, A4 and D6. RGB value is (220,164,214). Sum of RGB (Red+Green+Blue) = 220+164+214=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 164 (64.45% from 255 or 27.42% from 598); Blue value is 214 (83.98% from 255 or 35.79% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA4D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA4D6 is #235B29. Grayscale: #BABABA. Windows color (decimal): -2317098 or 14066908. OLE color: 14066908.

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

Color convert

RGB220164214-
CMYK00.250.030.14
HSL306.43º44.44%75.29%-
HSV(B)306.43º25.45%86.27%-
XYZ54.9346.6269.72-
YUV186.44143.55151.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.79%
GREEN value IS 164 (64.45% from 255) = 27.42%
BLUE value IS 214 (83.98% from 255) = 35.79%
R=36.79%
G=27.42%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016421400.250.030.14306.4344.4475.29
HexDCA4D60193E1322c4b
Octal33424432603131646254113
Binary1101110010100100110101100110011111101001100101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA4D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA4D6; }

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

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

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

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

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

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

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

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