COLOR #DD7475

HEX: #DD7475
RGB: (221,116,117)

Color info

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

RGB color model

#DD7475 color RGB value is (221,116,117).

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

RGB channels and saturation

R 221 of 255 = 87%
G 116 of 255 = 45%
B 117 of 255 = 46%

221
116
117

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

Portions of RGB colors in percentages

R + G + B =
221 + 116 + 117 = 454 (100%)
R 221 of 454 ~ 48.68%
G 116 of 454 ~ 25.55%
B 117 of 454 ~ 25.77%

%48.68
%25.55
%25.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 47.51%
  • yellow value is 47.06%
  • key color value is 13.33%
CMYK:
(0,48,47,13)
C0M48Y47K13 
(0%,48%,47%,13%)
(0.00/0.48/0.47/0.13)	

CMYK percentages

%0
%47.51
%47.06
%13.33

Codes

Color #DD7475 in popluar color models

DD7475
RGB221116117
HSL359°60.69%66.08%
HSB/HSV359°47.51%86.67%
CMYK0.00%47.51%47.06%
13.33%

Color #DD7475 in popluar number systems.

HEXDD7475
Decimal221116117
Binary1101110111101001110101
Octal335164165

Shades and tints

Shades of #DD7475

#DD7475
(221,116,117)
#C96A6B
(201,106,107)
#B56061
(181,96,97)
#A15657
(161,86,87)
#8D4C4D
(141,76,77)
#794243
(121,66,67)
#653839
(101,56,57)
#512E2F
(81,46,47)
#3D2425
(61,36,37)
#291A1B
(41,26,27)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #DD7475

#DD7475
(221,116,117)
#E08081
(224,128,129)
#E38C8D
(227,140,141)
#E69899
(230,152,153)
#E9A4A5
(233,164,165)
#ECB0B1
(236,176,177)
#EFBCBD
(239,188,189)
#F2C8C9
(242,200,201)
#F5D4D5
(245,212,213)
#F8E0E1
(248,224,225)
#FBECED
(251,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD7475; }

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

This text font color is #DD7475.


Background Color

.myBgColor { background-color: #DD7475; }

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

This div background color is #DD7475.


Border color

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

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

This div border color is #DD7475.


Opacity

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

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

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

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

This text has shadow with #DD7475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD7475 on black background.


Color preview on white background

This text has color #DD7475 on white background.



Black color preview on #DD7475 background

This text has black color on #DD7475 background.


White color preview on #DD7475 background

This text has white color on #DD7475 background.