COLOR #DD8889

HEX: #DD8889
RGB: (221,136,137)

Color info

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

RGB color model

#DD8889 color RGB value is (221,136,137).

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

RGB channels and saturation

R 221 of 255 = 87%
G 136 of 255 = 53%
B 137 of 255 = 54%

221
136
137

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

Portions of RGB colors in percentages

R + G + B =
221 + 136 + 137 = 494 (100%)
R 221 of 494 ~ 44.74%
G 136 of 494 ~ 27.53%
B 137 of 494 ~ 27.73%

%44.74
%27.53
%27.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 38.01%
  • key color value is 13.33%
CMYK:
(0,38,38,13)
C0M38Y38K13 
(0%,38%,38%,13%)
(0.00/0.38/0.38/0.13)	

CMYK percentages

%0
%38.46
%38.01
%13.33

Codes

Color #DD8889 in popluar color models

DD8889
RGB221136137
HSL359°55.56%70.00%
HSB/HSV359°38.46%86.67%
CMYK0.00%38.46%38.01%
13.33%

Color #DD8889 in popluar number systems.

HEXDD8889
Decimal221136137
Binary110111011000100010001001
Octal335210211

Shades and tints

Shades of #DD8889

#DD8889
(221,136,137)
#C97C7D
(201,124,125)
#B57071
(181,112,113)
#A16465
(161,100,101)
#8D5859
(141,88,89)
#794C4D
(121,76,77)
#654041
(101,64,65)
#513435
(81,52,53)
#3D2829
(61,40,41)
#291C1D
(41,28,29)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #DD8889

#DD8889
(221,136,137)
#E09293
(224,146,147)
#E39C9D
(227,156,157)
#E6A6A7
(230,166,167)
#E9B0B1
(233,176,177)
#ECBABB
(236,186,187)
#EFC4C5
(239,196,197)
#F2CECF
(242,206,207)
#F5D8D9
(245,216,217)
#F8E2E3
(248,226,227)
#FBECED
(251,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD8889; }

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

This text font color is #DD8889.


Background Color

.myBgColor { background-color: #DD8889; }

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

This div background color is #DD8889.


Border color

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

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

This div border color is #DD8889.


Opacity

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

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

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

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

This text has shadow with #DD8889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD8889 on black background.


Color preview on white background

This text has color #DD8889 on white background.



Black color preview on #DD8889 background

This text has black color on #DD8889 background.


White color preview on #DD8889 background

This text has white color on #DD8889 background.