COLOR #DD7D88

HEX: #DD7D88
RGB: (221,125,136)

Color info

#DD7D88 contains mainly red color. Web safe color of #DD7D88 is #CC6699 (or #C69).

RGB color model

#DD7D88 color RGB value is (221,125,136).

  • red value is 221;
  • green value is 125;
  • blue value is 136.
RGB:
(221,125,136)
(87%,49%,53%)

RGB channels and saturation

R 221 of 255 = 87%
G 125 of 255 = 49%
B 136 of 255 = 53%

221
125
136

R + G + B ~ 63%. #DD7D88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 125 + 136 = 482 (100%)
R 221 of 482 ~ 45.85%
G 125 of 482 ~ 25.93%
B 136 of 482 ~ 28.22%

%45.85
%25.93
%28.22

CMYK color model

#DD7D88 color CMYK value is (0,43,38,13).

  • cyan value is 0.00%
  • magenta value is 43.44%
  • yellow value is 38.46%
  • key color value is 13.33%
CMYK:
(0,43,38,13)
C0M43Y38K13 
(0%,43%,38%,13%)
(0.00/0.43/0.38/0.13)	

CMYK percentages

%0
%43.44
%38.46
%13.33

Codes

Color #DD7D88 in popluar color models

DD7D88
RGB221125136
HSL353°58.54%67.84%
HSB/HSV353°43.44%86.67%
CMYK0.00%43.44%38.46%
13.33%

Color #DD7D88 in popluar number systems.

HEXDD7D88
Decimal221125136
Binary11011101111110110001000
Octal335175210

Shades and tints

Shades of #DD7D88

#DD7D88
(221,125,136)
#C9727C
(201,114,124)
#B56770
(181,103,112)
#A15C64
(161,92,100)
#8D5158
(141,81,88)
#79464C
(121,70,76)
#653B40
(101,59,64)
#513034
(81,48,52)
#3D2528
(61,37,40)
#291A1C
(41,26,28)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #DD7D88

#DD7D88
(221,125,136)
#E08892
(224,136,146)
#E3939C
(227,147,156)
#E69EA6
(230,158,166)
#E9A9B0
(233,169,176)
#ECB4BA
(236,180,186)
#EFBFC4
(239,191,196)
#F2CACE
(242,202,206)
#F5D5D8
(245,213,216)
#F8E0E2
(248,224,226)
#FBEBEC
(251,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD7D88 color. Also use rgb(221,125,136) instead hex code.

Text Font Color

.myTextColor { color: #DD7D88; }

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

This text font color is #DD7D88.


Background Color

.myBgColor { background-color: #DD7D88; }

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

This div background color is #DD7D88.


Border color

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

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

This div border color is #DD7D88.


Opacity

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

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

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

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

This text has shadow with #DD7D88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD7D88 on black background.


Color preview on white background

This text has color #DD7D88 on white background.



Black color preview on #DD7D88 background

This text has black color on #DD7D88 background.


White color preview on #DD7D88 background

This text has white color on #DD7D88 background.