#DCA6D8

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

Shades of Plum #DCA6D8

Tints of Plum #DCA6D8

Color information

#DCA6D8 (or 0xDCA6D8) is unknown color: approx Plum. HEX triplet: DC, A6 and D8. RGB value is (220,166,216). Sum of RGB (Red+Green+Blue) = 220+166+216=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 166 (65.23% from 255 or 27.57% from 602); Blue value is 216 (84.77% from 255 or 35.88% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA6D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA6D8 is #235927. Grayscale: #BBBBBB. Windows color (decimal): -2316584 or 14198492. OLE color: 14198492.

HSL color Cylindrical-coordinate representation of color #DCA6D8: hue angle of 304.44º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCA6D8 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB220166216-
CMYK00.250.020.14
HSL304.44º43.55%75.69%-
HSV(B)304.44º24.55%86.27%-
XYZ55.5547.4571.2-
YUV187.85143.89150.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.54%
GREEN value IS 166 (65.23% from 255) = 27.57%
BLUE value IS 216 (84.77% from 255) = 35.88%
R=36.54%
G=27.57%
B=35.88%

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
Decimal22016621600.250.020.14304.4443.5575.69
HexDCA6D80192E1302c4c
Octal33424633003121646054114
Binary1101110010100110110110000110011011101001100001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA6D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA6D8; }

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

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

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

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

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

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

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

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