COLOR #DD8F8D

HEX: #DD8F8D
RGB: (221,143,141)

Color info

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

RGB color model

#DD8F8D color RGB value is (221,143,141).

  • red value is 221;
  • green value is 143;
  • blue value is 141.
RGB:
(221,143,141)
(87%,56%,55%)

RGB channels and saturation

R 221 of 255 = 87%
G 143 of 255 = 56%
B 141 of 255 = 55%

221
143
141

R + G + B ~ 66%. #DD8F8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 143 + 141 = 505 (100%)
R 221 of 505 ~ 43.76%
G 143 of 505 ~ 28.32%
B 141 of 505 ~ 27.92%

%43.76
%28.32
%27.92

CMYK color model

#DD8F8D color CMYK value is (0,35,36,13).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 36.20%
  • key color value is 13.33%
CMYK:
(0,35,36,13)
C0M35Y36K13 
(0%,35%,36%,13%)
(0.00/0.35/0.36/0.13)	

CMYK percentages

%0
%35.29
%36.2
%13.33

Codes

Color #DD8F8D in popluar color models

DD8F8D
RGB221143141
HSL54.05%70.98%
HSB/HSV36.20%86.67%
CMYK0.00%35.29%36.20%
13.33%

Color #DD8F8D in popluar number systems.

HEXDD8F8D
Decimal221143141
Binary110111011000111110001101
Octal335217215

Shades and tints

Shades of #DD8F8D

#DD8F8D
(221,143,141)
#C98281
(201,130,129)
#B57575
(181,117,117)
#A16869
(161,104,105)
#8D5B5D
(141,91,93)
#794E51
(121,78,81)
#654145
(101,65,69)
#513439
(81,52,57)
#3D272D
(61,39,45)
#291A21
(41,26,33)
#150D15
(21,13,21)
#000000
(0,0,0)

Tints of #DD8F8D

#DD8F8D
(221,143,141)
#E09997
(224,153,151)
#E3A3A1
(227,163,161)
#E6ADAB
(230,173,171)
#E9B7B5
(233,183,181)
#ECC1BF
(236,193,191)
#EFCBC9
(239,203,201)
#F2D5D3
(242,213,211)
#F5DFDD
(245,223,221)
#F8E9E7
(248,233,231)
#FBF3F1
(251,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD8F8D; }

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

This text font color is #DD8F8D.


Background Color

.myBgColor { background-color: #DD8F8D; }

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

This div background color is #DD8F8D.


Border color

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

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

This div border color is #DD8F8D.


Opacity

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

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

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

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

This text has shadow with #DD8F8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD8F8D on black background.


Color preview on white background

This text has color #DD8F8D on white background.



Black color preview on #DD8F8D background

This text has black color on #DD8F8D background.


White color preview on #DD8F8D background

This text has white color on #DD8F8D background.