COLOR #DD7374

HEX: #DD7374
RGB: (221,115,116)

Color info

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

RGB color model

#DD7374 color RGB value is (221,115,116).

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

RGB channels and saturation

R 221 of 255 = 87%
G 115 of 255 = 45%
B 116 of 255 = 45%

221
115
116

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

Portions of RGB colors in percentages

R + G + B =
221 + 115 + 116 = 452 (100%)
R 221 of 452 ~ 48.89%
G 115 of 452 ~ 25.44%
B 116 of 452 ~ 25.66%

%48.89
%25.44
%25.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 47.96%
  • yellow value is 47.51%
  • key color value is 13.33%
CMYK:
(0,48,48,13)
C0M48Y48K13 
(0%,48%,48%,13%)
(0.00/0.48/0.48/0.13)	

CMYK percentages

%0
%47.96
%47.51
%13.33

Codes

Color #DD7374 in popluar color models

DD7374
RGB221115116
HSL359°60.92%65.88%
HSB/HSV359°47.96%86.67%
CMYK0.00%47.96%47.51%
13.33%

Color #DD7374 in popluar number systems.

HEXDD7374
Decimal221115116
Binary1101110111100111110100
Octal335163164

Shades and tints

Shades of #DD7374

#DD7374
(221,115,116)
#C9696A
(201,105,106)
#B55F60
(181,95,96)
#A15556
(161,85,86)
#8D4B4C
(141,75,76)
#794142
(121,65,66)
#653738
(101,55,56)
#512D2E
(81,45,46)
#3D2324
(61,35,36)
#29191A
(41,25,26)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #DD7374

#DD7374
(221,115,116)
#E07F80
(224,127,128)
#E38B8C
(227,139,140)
#E69798
(230,151,152)
#E9A3A4
(233,163,164)
#ECAFB0
(236,175,176)
#EFBBBC
(239,187,188)
#F2C7C8
(242,199,200)
#F5D3D4
(245,211,212)
#F8DFE0
(248,223,224)
#FBEBEC
(251,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD7374; }

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

This text font color is #DD7374.


Background Color

.myBgColor { background-color: #DD7374; }

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

This div background color is #DD7374.


Border color

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

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

This div border color is #DD7374.


Opacity

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

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

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

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

This text has shadow with #DD7374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD7374 on black background.


Color preview on white background

This text has color #DD7374 on white background.



Black color preview on #DD7374 background

This text has black color on #DD7374 background.


White color preview on #DD7374 background

This text has white color on #DD7374 background.