COLOR #DC7079

HEX: #DC7079
RGB: (220,112,121)

Color info

#DC7079 contains mainly red color. Web safe color of #DC7079 is #CC6666 (or #C66).

RGB color model

#DC7079 color RGB value is (220,112,121).

  • red value is 220;
  • green value is 112;
  • blue value is 121.
RGB:
(220,112,121)
(86%,44%,47%)

RGB channels and saturation

R 220 of 255 = 86%
G 112 of 255 = 44%
B 121 of 255 = 47%

220
112
121

R + G + B ~ 59%. #DC7079 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
220 + 112 + 121 = 453 (100%)
R 220 of 453 ~ 48.57%
G 112 of 453 ~ 24.72%
B 121 of 453 ~ 26.71%

%48.57
%24.72
%26.71

CMYK color model

#DC7079 color CMYK value is (0,49,45,14).

  • cyan value is 0.00%
  • magenta value is 49.09%
  • yellow value is 45.00%
  • key color value is 13.73%
CMYK:
(0,49,45,14)
C0M49Y45K14 
(0%,49%,45%,14%)
(0.00/0.49/0.45/0.14)	

CMYK percentages

%0
%49.09
%45
%13.73

Codes

Color #DC7079 in popluar color models

DC7079
RGB220112121
HSL355°60.67%65.10%
HSB/HSV355°49.09%86.27%
CMYK0.00%49.09%45.00%
13.73%

Color #DC7079 in popluar number systems.

HEXDC7079
Decimal220112121
Binary1101110011100001111001
Octal334160171

Shades and tints

Shades of #DC7079

#DC7079
(220,112,121)
#C8666E
(200,102,110)
#B45C63
(180,92,99)
#A05258
(160,82,88)
#8C484D
(140,72,77)
#783E42
(120,62,66)
#643437
(100,52,55)
#502A2C
(80,42,44)
#3C2021
(60,32,33)
#281616
(40,22,22)
#140C0B
(20,12,11)
#000000
(0,0,0)

Tints of #DC7079

#DC7079
(220,112,121)
#DF7D85
(223,125,133)
#E28A91
(226,138,145)
#E5979D
(229,151,157)
#E8A4A9
(232,164,169)
#EBB1B5
(235,177,181)
#EEBEC1
(238,190,193)
#F1CBCD
(241,203,205)
#F4D8D9
(244,216,217)
#F7E5E5
(247,229,229)
#FAF2F1
(250,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC7079 color. Also use rgb(220,112,121) instead hex code.

Text Font Color

.myTextColor { color: #DC7079; }

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

This text font color is #DC7079.


Background Color

.myBgColor { background-color: #DC7079; }

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

This div background color is #DC7079.


Border color

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

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

This div border color is #DC7079.


Opacity

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

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

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

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

This text has shadow with #DC7079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC7079 on black background.


Color preview on white background

This text has color #DC7079 on white background.



Black color preview on #DC7079 background

This text has black color on #DC7079 background.


White color preview on #DC7079 background

This text has white color on #DC7079 background.