COLOR #DD9889

HEX: #DD9889 RGB: (221,152,137)

Color info

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

RGB color model

#DD9889 color RGB value is (221,152,137).

RGB: (221,152,137) (87%, 60%, 54%)

RGB channels and saturation

R 221 of 255 = 87%
G 152 of 255 = 60%
B 137 of 255 = 54%

221
152
137

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

Portions of RGB colors in percentages

R + G + B = 221 + 152 + 137 = 510 (100%)
R 221 of 510 ~ 43.33%
G 152 of 510 ~ 29.8%
B 137 of 510 ~ 26.86'%

%43.33
%29.8
%26.86

CMYK color model

#DD9889 color CMYK value is (0,31,38,13).

  • cyan value is 0.00%
  • magenta value is 31.22%
  • yellow value is 38.01%
  • key color value is 13.33%

CMYK: (0,31,38,13)
C0M31Y38K13 (0%, 31%, 38%, 13%)
(0.00 / 0.31 / 0.38 / 0.13)

CMYK percentages

%0
%31.22
%38.01
%13.33

Codes

Color #DD9889 in popluar color models

DD 98 89
RGB 221 152 137
HSL 11° 55.26% 70.20%
HSB/HSV 11° 38.01% 86.67%
CMYK 0.00% 31.22% 38.01%
13.33%

Color #DD9889 in popluar number systems.

HEX DD 98 89
Decimal 221 152 137
Binary 11011101 10011000 10001001
Octal 335 230 211

Shades and tints

Shades of #DD9889

#DD9889
(221,152,137)
#C98B7D
(201,139,125)
#B57E71
(181,126,113)
#A17165
(161,113,101)
#8D6459
(141,100,89)
#79574D
(121,87,77)
#654A41
(101,74,65)
#513D35
(81,61,53)
#3D3029
(61,48,41)
#29231D
(41,35,29)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #DD9889

#DD9889
(221,152,137)
#E0A193
(224,161,147)
#E3AA9D
(227,170,157)
#E6B3A7
(230,179,167)
#E9BCB1
(233,188,177)
#ECC5BB
(236,197,187)
#EFCEC5
(239,206,197)
#F2D7CF
(242,215,207)
#F5E0D9
(245,224,217)
#F8E9E3
(248,233,227)
#FBF2ED
(251,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD9889; }

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

This text font color is #DD9889.

Background Color

.myBgColor { background-color: #DD9889; }

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

This div background color is #DD9889.

Border color

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

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

This div border color is #DD9889.

Opacity

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

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

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

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

This text has shadow with #DD9889 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD9889.

Preview

Color preview on black background

This text has color #DD9889 on black background.


Color preview on white background

This text has color #DD9889 on white background.


Black color preview on #DD9889 background

This text has black color on #DD9889 background.


White color preview on #DD9889 background

This text has white color on #DD9889 background.


Related colors

Complementary color

Complementary color for #hex is #226776.


I love getcolorcode.com

Triadic colors

1 #89DD98 and #9889DD with #DD9889 are triadic colors.

2 #8998DD and #98DD89 with #DD9889 are triadic colors.