COLOR #DD9191

HEX: #DD9191 RGB: (221,145,145)

Color info

#DD9191 contains mainly red color. Web safe color of #DD9191 is #CC9999 (or #C99).

RGB color model

#DD9191 color RGB value is (221,145,145).

RGB: (221,145,145) (87%, 57%, 57%)

RGB channels and saturation

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

221
145
145

R + G + B ~ 67%. #DD9191 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 145 + 145 = 511 (100%)
R 221 of 511 ~ 43.25%
G 145 of 511 ~ 28.38%
B 145 of 511 ~ 28.38'%

%43.25
%28.38
%28.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.39%
  • yellow value is 34.39%
  • key color value is 13.33%

CMYK: (0,34,34,13)
C0M34Y34K13 (0%, 34%, 34%, 13%)
(0.00 / 0.34 / 0.34 / 0.13)

CMYK percentages

%0
%34.39
%34.39
%13.33

Codes

Color #DD9191 in popluar color models

DD 91 91
RGB 221 145 145
HSL 52.78% 71.76%
HSB/HSV 34.39% 86.67%
CMYK 0.00% 34.39% 34.39%
13.33%

Color #DD9191 in popluar number systems.

HEX DD 91 91
Decimal 221 145 145
Binary 11011101 10010001 10010001
Octal 335 221 221

Shades and tints

Shades of #DD9191

#DD9191
(221,145,145)
#C98484
(201,132,132)
#B57777
(181,119,119)
#A16A6A
(161,106,106)
#8D5D5D
(141,93,93)
#795050
(121,80,80)
#654343
(101,67,67)
#513636
(81,54,54)
#3D2929
(61,41,41)
#291C1C
(41,28,28)
#150F0F
(21,15,15)
#000000
(0,0,0)

Tints of #DD9191

#DD9191
(221,145,145)
#E09B9B
(224,155,155)
#E3A5A5
(227,165,165)
#E6AFAF
(230,175,175)
#E9B9B9
(233,185,185)
#ECC3C3
(236,195,195)
#EFCDCD
(239,205,205)
#F2D7D7
(242,215,215)
#F5E1E1
(245,225,225)
#F8EBEB
(248,235,235)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD9191; }

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

This text font color is #DD9191.

Background Color

.myBgColor { background-color: #DD9191; }

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

This div background color is #DD9191.

Border color

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

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

This div border color is #DD9191.

Opacity

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

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

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

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

This text has shadow with #DD9191 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD9191.

Preview

Color preview on black background

This text has color #DD9191 on black background.


Color preview on white background

This text has color #DD9191 on white background.


Black color preview on #DD9191 background

This text has black color on #DD9191 background.


White color preview on #DD9191 background

This text has white color on #DD9191 background.


Related colors

Complementary color

Complementary color for #hex is #226E6E.


I love getcolorcode.com