COLOR #DC76A3

HEX: #DC76A3 RGB: (220,118,163)

Color info

#DC76A3 contains mainly red and blue colors. Web safe color of #DC76A3 is #CC6699 (or #C69).

RGB color model

#DC76A3 color RGB value is (220,118,163).

RGB: (220,118,163) (86%, 46%, 64%)

RGB channels and saturation

R 220 of 255 = 86%
G 118 of 255 = 46%
B 163 of 255 = 64%

220
118
163

R + G + B ~ 65%. #DC76A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 118 + 163 = 501 (100%)
R 220 of 501 ~ 43.91%
G 118 of 501 ~ 23.55%
B 163 of 501 ~ 32.53'%

%43.91
%23.55
%32.53

CMYK color model

#DC76A3 color CMYK value is (0,46,26,14).

  • cyan value is 0.00%
  • magenta value is 46.36%
  • yellow value is 25.91%
  • key color value is 13.73%

CMYK: (0,46,26,14)
C0M46Y26K14 (0%, 46%, 26%, 14%)
(0.00 / 0.46 / 0.26 / 0.14)

CMYK percentages

%0
%46.36
%25.91
%13.73

Codes

Color #DC76A3 in popluar color models

DC 76 A3
RGB 220 118 163
HSL 334° 59.30% 66.27%
HSB/HSV 334° 46.36% 86.27%
CMYK 0.00% 46.36% 25.91%
13.73%

Color #DC76A3 in popluar number systems.

HEX DC 76 A3
Decimal 220 118 163
Binary 11011100 1110110 10100011
Octal 334 166 243

Shades and tints

Shades of #DC76A3

#DC76A3
(220,118,163)
#C86C95
(200,108,149)
#B46287
(180,98,135)
#A05879
(160,88,121)
#8C4E6B
(140,78,107)
#78445D
(120,68,93)
#643A4F
(100,58,79)
#503041
(80,48,65)
#3C2633
(60,38,51)
#281C25
(40,28,37)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #DC76A3

#DC76A3
(220,118,163)
#DF82AB
(223,130,171)
#E28EB3
(226,142,179)
#E59ABB
(229,154,187)
#E8A6C3
(232,166,195)
#EBB2CB
(235,178,203)
#EEBED3
(238,190,211)
#F1CADB
(241,202,219)
#F4D6E3
(244,214,227)
#F7E2EB
(247,226,235)
#FAEEF3
(250,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC76A3 color. Also use rgb(220,118,163) instead hex code.

Text Font Color

.myTextColor { color: #DC76A3; }

<p style="color:#DC76A3">This sample text font color is #DC76A3.</p>

This text font color is #DC76A3.

Background Color

.myBgColor { background-color: #DC76A3; }

<div style="background-color:#DC76A3">Inner text</div>

This div background color is #DC76A3.

Border color

.myBorderColor { border: 1px solid #DC76A3; }

<div style="border:3px solid #DC76A3">Div</div>

This div border color is #DC76A3.

Opacity

.myOpacity80 { color: #DC76A3; opacity: 0.8; }

<p style="color:#DC76A3;opacity:0.8;">80%</p>

Text with #DC76A3 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DC76A3;}

<p style="text-shadow: 3px 3px 1px #DC76A3">Text here.</p>

This text has shadow with #DC76A3 color.


.textShadow {text-shadow: 3px 3px 1px #DC76A3', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DC76A3, 5px 5px 20px red">Text here.</p>

This text has shadow with #DC76A3 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DC76A3, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DC76A3, Direction=45, Strength=4)">Text</p>

This text has shadow with #DC76A3 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #DC76A3;
-webkit-box-shadow: 1px 1px 3px 2px #DC76A3;
box-shadow: 1px 1px 3px 2px #DC76A3;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DC76A3; -webkit-box-shadow: 1px 1px 3px 2px #DC76A3; box-shadow:1px 1px 3px 2px #DC76A3;">
Div content here
</div>

This div box has shadow with color #DC76A3.

Preview

Color preview on black background

This text has color #DC76A3 on black background.


Color preview on white background

This text has color #DC76A3 on white background.


Black color preview on #DC76A3 background

This text has black color on #DC76A3 background.


White color preview on #DC76A3 background

This text has white color on #DC76A3 background.


Related colors

Complementary color

Complementary color for #hex is #23895C.


I love getcolorcode.com

Triadic colors

1 #A3DC76 and #76A3DC with #DC76A3 are triadic colors.

2 #A376DC and #76DCA3 with #DC76A3 are triadic colors.