#DCA4D8

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

Shades of Plum #DCA4D8

Tints of Plum #DCA4D8

Color information

#DCA4D8 (or 0xDCA4D8) is unknown color: approx Plum. HEX triplet: DC, A4 and D8. RGB value is (220,164,216). Sum of RGB (Red+Green+Blue) = 220+164+216=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 164 (64.45% from 255 or 27.33% from 600); Blue value is 216 (84.77% from 255 or 36% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA4D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA4D8 is #235B27. Grayscale: #BABABA. Windows color (decimal): -2317096 or 14197980. OLE color: 14197980.

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

Color convert

RGB220164216-
CMYK00.250.020.14
HSL304.29º44.44%75.29%-
HSV(B)304.29º25.45%86.27%-
XYZ55.1946.7271.08-
YUV186.67144.55151.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.67%
GREEN value IS 164 (64.45% from 255) = 27.33%
BLUE value IS 216 (84.77% from 255) = 36%
R=36.67%
G=27.33%
B=36%

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
Decimal22016421600.250.020.14304.2944.4475.29
HexDCA4D80192E1302c4b
Octal33424433003121646054113
Binary1101110010100100110110000110011011101001100001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA4D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA4D8; }

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

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

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

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

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

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

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

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