COLOR #DD7C78

HEX: #DD7C78
RGB: (221,124,120)

Color info

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

RGB color model

#DD7C78 color RGB value is (221,124,120).

  • red value is 221;
  • green value is 124;
  • blue value is 120.
RGB:
(221,124,120)
(87%,49%,47%)

RGB channels and saturation

R 221 of 255 = 87%
G 124 of 255 = 49%
B 120 of 255 = 47%

221
124
120

R + G + B ~ 61%. #DD7C78 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 124 + 120 = 465 (100%)
R 221 of 465 ~ 47.53%
G 124 of 465 ~ 26.67%
B 120 of 465 ~ 25.81%

%47.53
%26.67
%25.81

CMYK color model

#DD7C78 color CMYK value is (0,44,46,13).

  • cyan value is 0.00%
  • magenta value is 43.89%
  • yellow value is 45.70%
  • key color value is 13.33%
CMYK:
(0,44,46,13)
C0M44Y46K13 
(0%,44%,46%,13%)
(0.00/0.44/0.46/0.13)	

CMYK percentages

%0
%43.89
%45.7
%13.33

Codes

Color #DD7C78 in popluar color models

DD7C78
RGB221124120
HSL59.76%66.86%
HSB/HSV45.70%86.67%
CMYK0.00%43.89%45.70%
13.33%

Color #DD7C78 in popluar number systems.

HEXDD7C78
Decimal221124120
Binary1101110111111001111000
Octal335174170

Shades and tints

Shades of #DD7C78

#DD7C78
(221,124,120)
#C9716E
(201,113,110)
#B56664
(181,102,100)
#A15B5A
(161,91,90)
#8D5050
(141,80,80)
#794546
(121,69,70)
#653A3C
(101,58,60)
#512F32
(81,47,50)
#3D2428
(61,36,40)
#29191E
(41,25,30)
#150E14
(21,14,20)
#000000
(0,0,0)

Tints of #DD7C78

#DD7C78
(221,124,120)
#E08784
(224,135,132)
#E39290
(227,146,144)
#E69D9C
(230,157,156)
#E9A8A8
(233,168,168)
#ECB3B4
(236,179,180)
#EFBEC0
(239,190,192)
#F2C9CC
(242,201,204)
#F5D4D8
(245,212,216)
#F8DFE4
(248,223,228)
#FBEAF0
(251,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD7C78 color. Also use rgb(221,124,120) instead hex code.

Text Font Color

.myTextColor { color: #DD7C78; }

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

This text font color is #DD7C78.


Background Color

.myBgColor { background-color: #DD7C78; }

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

This div background color is #DD7C78.


Border color

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

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

This div border color is #DD7C78.


Opacity

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

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

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

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

This text has shadow with #DD7C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD7C78 on black background.


Color preview on white background

This text has color #DD7C78 on white background.



Black color preview on #DD7C78 background

This text has black color on #DD7C78 background.


White color preview on #DD7C78 background

This text has white color on #DD7C78 background.