COLOR #DD7377

HEX: #DD7377
RGB: (221,115,119)

Color info

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

RGB color model

#DD7377 color RGB value is (221,115,119).

  • red value is 221;
  • green value is 115;
  • blue value is 119.
RGB:
(221,115,119)
(87%,45%,47%)

RGB channels and saturation

R 221 of 255 = 87%
G 115 of 255 = 45%
B 119 of 255 = 47%

221
115
119

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

Portions of RGB colors in percentages

R + G + B =
221 + 115 + 119 = 455 (100%)
R 221 of 455 ~ 48.57%
G 115 of 455 ~ 25.27%
B 119 of 455 ~ 26.15%

%48.57
%25.27
%26.15

CMYK color model

#DD7377 color CMYK value is (0,48,46,13).

  • cyan value is 0.00%
  • magenta value is 47.96%
  • yellow value is 46.15%
  • key color value is 13.33%
CMYK:
(0,48,46,13)
C0M48Y46K13 
(0%,48%,46%,13%)
(0.00/0.48/0.46/0.13)	

CMYK percentages

%0
%47.96
%46.15
%13.33

Codes

Color #DD7377 in popluar color models

DD7377
RGB221115119
HSL358°60.92%65.88%
HSB/HSV358°47.96%86.67%
CMYK0.00%47.96%46.15%
13.33%

Color #DD7377 in popluar number systems.

HEXDD7377
Decimal221115119
Binary1101110111100111110111
Octal335163167

Shades and tints

Shades of #DD7377

#DD7377
(221,115,119)
#C9696D
(201,105,109)
#B55F63
(181,95,99)
#A15559
(161,85,89)
#8D4B4F
(141,75,79)
#794145
(121,65,69)
#65373B
(101,55,59)
#512D31
(81,45,49)
#3D2327
(61,35,39)
#29191D
(41,25,29)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #DD7377

#DD7377
(221,115,119)
#E07F83
(224,127,131)
#E38B8F
(227,139,143)
#E6979B
(230,151,155)
#E9A3A7
(233,163,167)
#ECAFB3
(236,175,179)
#EFBBBF
(239,187,191)
#F2C7CB
(242,199,203)
#F5D3D7
(245,211,215)
#F8DFE3
(248,223,227)
#FBEBEF
(251,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD7377 color. Also use rgb(221,115,119) instead hex code.

Text Font Color

.myTextColor { color: #DD7377; }

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

This text font color is #DD7377.


Background Color

.myBgColor { background-color: #DD7377; }

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

This div background color is #DD7377.


Border color

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

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

This div border color is #DD7377.


Opacity

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

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

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

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

This text has shadow with #DD7377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD7377 on black background.


Color preview on white background

This text has color #DD7377 on white background.



Black color preview on #DD7377 background

This text has black color on #DD7377 background.


White color preview on #DD7377 background

This text has white color on #DD7377 background.