COLOR #DC7A89

HEX: #DC7A89 RGB: (220,122,137)

Color info

#DC7A89 contains mainly red color. Web safe color of #DC7A89 is #CC6699 (or #C69).

RGB color model

#DC7A89 color RGB value is (220,122,137).

RGB: (220,122,137) (86%, 48%, 54%)

RGB channels and saturation

R 220 of 255 = 86%
G 122 of 255 = 48%
B 137 of 255 = 54%

220
122
137

R + G + B ~ 63%. #DC7A89 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 122 + 137 = 479 (100%)
R 220 of 479 ~ 45.93%
G 122 of 479 ~ 25.47%
B 137 of 479 ~ 28.6'%

%45.93
%25.47
%28.6

CMYK color model

#DC7A89 color CMYK value is (0,45,38,14).

  • cyan value is 0.00%
  • magenta value is 44.55%
  • yellow value is 37.73%
  • key color value is 13.73%

CMYK: (0,45,38,14)
C0M45Y38K14 (0%, 45%, 38%, 14%)
(0.00 / 0.45 / 0.38 / 0.14)

CMYK percentages

%0
%44.55
%37.73
%13.73

Codes

Color #DC7A89 in popluar color models

DC 7A 89
RGB 220 122 137
HSL 351° 58.33% 67.06%
HSB/HSV 351° 44.55% 86.27%
CMYK 0.00% 44.55% 37.73%
13.73%

Color #DC7A89 in popluar number systems.

HEX DC 7A 89
Decimal 220 122 137
Binary 11011100 1111010 10001001
Octal 334 172 211

Shades and tints

Shades of #DC7A89

#DC7A89
(220,122,137)
#C86F7D
(200,111,125)
#B46471
(180,100,113)
#A05965
(160,89,101)
#8C4E59
(140,78,89)
#78434D
(120,67,77)
#643841
(100,56,65)
#502D35
(80,45,53)
#3C2229
(60,34,41)
#28171D
(40,23,29)
#140C11
(20,12,17)
#000000
(0,0,0)

Tints of #DC7A89

#DC7A89
(220,122,137)
#DF8693
(223,134,147)
#E2929D
(226,146,157)
#E59EA7
(229,158,167)
#E8AAB1
(232,170,177)
#EBB6BB
(235,182,187)
#EEC2C5
(238,194,197)
#F1CECF
(241,206,207)
#F4DAD9
(244,218,217)
#F7E6E3
(247,230,227)
#FAF2ED
(250,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC7A89 color. Also use rgb(220,122,137) instead hex code.

Text Font Color

.myTextColor { color: #DC7A89; }

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

This text font color is #DC7A89.

Background Color

.myBgColor { background-color: #DC7A89; }

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

This div background color is #DC7A89.

Border color

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

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

This div border color is #DC7A89.

Opacity

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

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

Text with #DC7A89 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 #DC7A89;}

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

This text has shadow with #DC7A89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC7A89.

Preview

Color preview on black background

This text has color #DC7A89 on black background.


Color preview on white background

This text has color #DC7A89 on white background.


Black color preview on #DC7A89 background

This text has black color on #DC7A89 background.


White color preview on #DC7A89 background

This text has white color on #DC7A89 background.


Related colors

Complementary color

Complementary color for #hex is #238576.


I love getcolorcode.com

Triadic colors

1 #89DC7A and #7A89DC with #DC7A89 are triadic colors.

2 #897ADC and #7ADC89 with #DC7A89 are triadic colors.