#DCA6D5

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

Shades of Plum #DCA6D5

Tints of Plum #DCA6D5

Color information

#DCA6D5 (or 0xDCA6D5) is unknown color: approx Plum. HEX triplet: DC, A6 and D5. RGB value is (220,166,213). Sum of RGB (Red+Green+Blue) = 220+166+213=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 166 (65.23% from 255 or 27.71% from 599); Blue value is 213 (83.59% from 255 or 35.56% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA6D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA6D5 is #23592A. Grayscale: #BBBBBB. Windows color (decimal): -2316587 or 14001884. OLE color: 14001884.

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

Color convert

RGB220166213-
CMYK00.250.030.14
HSL307.78º43.55%75.69%-
HSV(B)307.78º24.55%86.27%-
XYZ55.1647.2969.17-
YUV187.5142.39151.18-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.73%
GREEN value IS 166 (65.23% from 255) = 27.71%
BLUE value IS 213 (83.59% from 255) = 35.56%
R=36.73%
G=27.71%
B=35.56%

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
Decimal22016621300.250.030.14307.7843.5575.69
HexDCA6D50193E1342c4c
Octal33424632503131646454114
Binary1101110010100110110101010110011111101001101001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA6D5; }

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

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

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

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

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

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

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

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