#DCA6D6

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

Shades of Plum #DCA6D6

Tints of Plum #DCA6D6

Color information

#DCA6D6 (or 0xDCA6D6) is unknown color: approx Plum. HEX triplet: DC, A6 and D6. RGB value is (220,166,214). Sum of RGB (Red+Green+Blue) = 220+166+214=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 166 (65.23% from 255 or 27.67% from 600); Blue value is 214 (83.98% from 255 or 35.67% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA6D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA6D6 is #235929. Grayscale: #BBBBBB. Windows color (decimal): -2316586 or 14067420. OLE color: 14067420.

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

Color convert

RGB220166214-
CMYK00.250.030.14
HSL306.67º43.55%75.69%-
HSV(B)306.67º24.55%86.27%-
XYZ55.2947.3469.84-
YUV187.62142.89151.1-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.67%
GREEN value IS 166 (65.23% from 255) = 27.67%
BLUE value IS 214 (83.98% from 255) = 35.67%
R=36.67%
G=27.67%
B=35.67%

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
Decimal22016621400.250.030.14306.6743.5575.69
HexDCA6D60193E1332c4c
Octal33424632603131646354114
Binary1101110010100110110101100110011111101001100111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA6D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA6D6; }

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

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

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

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

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

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

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

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