COLOR #DD7F91

HEX: #DD7F91
RGB: (221,127,145)

Color info

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

RGB color model

#DD7F91 color RGB value is (221,127,145).

  • red value is 221;
  • green value is 127;
  • blue value is 145.
RGB:
(221,127,145)
(87%,50%,57%)

RGB channels and saturation

R 221 of 255 = 87%
G 127 of 255 = 50%
B 145 of 255 = 57%

221
127
145

R + G + B ~ 65%. #DD7F91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 127 + 145 = 493 (100%)
R 221 of 493 ~ 44.83%
G 127 of 493 ~ 25.76%
B 145 of 493 ~ 29.41%

%44.83
%25.76
%29.41

CMYK color model

#DD7F91 color CMYK value is (0,43,34,13).

  • cyan value is 0.00%
  • magenta value is 42.53%
  • yellow value is 34.39%
  • key color value is 13.33%
CMYK:
(0,43,34,13)
C0M43Y34K13 
(0%,43%,34%,13%)
(0.00/0.43/0.34/0.13)	

CMYK percentages

%0
%42.53
%34.39
%13.33

Codes

Color #DD7F91 in popluar color models

DD7F91
RGB221127145
HSL349°58.02%68.24%
HSB/HSV349°42.53%86.67%
CMYK0.00%42.53%34.39%
13.33%

Color #DD7F91 in popluar number systems.

HEXDD7F91
Decimal221127145
Binary11011101111111110010001
Octal335177221

Shades and tints

Shades of #DD7F91

#DD7F91
(221,127,145)
#C97484
(201,116,132)
#B56977
(181,105,119)
#A15E6A
(161,94,106)
#8D535D
(141,83,93)
#794850
(121,72,80)
#653D43
(101,61,67)
#513236
(81,50,54)
#3D2729
(61,39,41)
#291C1C
(41,28,28)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #DD7F91

#DD7F91
(221,127,145)
#E08A9B
(224,138,155)
#E395A5
(227,149,165)
#E6A0AF
(230,160,175)
#E9ABB9
(233,171,185)
#ECB6C3
(236,182,195)
#EFC1CD
(239,193,205)
#F2CCD7
(242,204,215)
#F5D7E1
(245,215,225)
#F8E2EB
(248,226,235)
#FBEDF5
(251,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD7F91 color. Also use rgb(221,127,145) instead hex code.

Text Font Color

.myTextColor { color: #DD7F91; }

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

This text font color is #DD7F91.


Background Color

.myBgColor { background-color: #DD7F91; }

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

This div background color is #DD7F91.


Border color

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

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

This div border color is #DD7F91.


Opacity

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

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

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

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

This text has shadow with #DD7F91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD7F91 on black background.


Color preview on white background

This text has color #DD7F91 on white background.



Black color preview on #DD7F91 background

This text has black color on #DD7F91 background.


White color preview on #DD7F91 background

This text has white color on #DD7F91 background.