COLOR #DD8988

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

221
137
136

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

Portions of RGB colors in percentages

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

%44.74
%27.73
%27.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 38.01%
  • yellow value is 38.46%
  • 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.01
%38.46
%13.33

Codes

Color #DD8988 in popluar color models

DD8988
RGB221137136
HSL55.56%70.00%
HSB/HSV38.46%86.67%
CMYK0.00%38.01%38.46%
13.33%

Color #DD8988 in popluar number systems.

HEXDD8988
Decimal221137136
Binary110111011000100110001000
Octal335211210

Shades and tints

Shades of #DD8988

#DD8988
(221,137,136)
#C97D7C
(201,125,124)
#B57170
(181,113,112)
#A16564
(161,101,100)
#8D5958
(141,89,88)
#794D4C
(121,77,76)
#654140
(101,65,64)
#513534
(81,53,52)
#3D2928
(61,41,40)
#291D1C
(41,29,28)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #DD8988

#DD8988
(221,137,136)
#E09392
(224,147,146)
#E39D9C
(227,157,156)
#E6A7A6
(230,167,166)
#E9B1B0
(233,177,176)
#ECBBBA
(236,187,186)
#EFC5C4
(239,197,196)
#F2CFCE
(242,207,206)
#F5D9D8
(245,217,216)
#F8E3E2
(248,227,226)
#FBEDEC
(251,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD8988; }

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

This text font color is #DD8988.


Background Color

.myBgColor { background-color: #DD8988; }

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

This div background color is #DD8988.


Border color

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

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

This div border color is #DD8988.


Opacity

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

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

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

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

This text has shadow with #DD8988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD8988 on black background.


Color preview on white background

This text has color #DD8988 on white background.



Black color preview on #DD8988 background

This text has black color on #DD8988 background.


White color preview on #DD8988 background

This text has white color on #DD8988 background.