COLOR #DD8F93

HEX: #DD8F93
RGB: (221,143,147)

Color info

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

RGB color model

#DD8F93 color RGB value is (221,143,147).

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

RGB channels and saturation

R 221 of 255 = 87%
G 143 of 255 = 56%
B 147 of 255 = 58%

221
143
147

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

Portions of RGB colors in percentages

R + G + B =
221 + 143 + 147 = 511 (100%)
R 221 of 511 ~ 43.25%
G 143 of 511 ~ 27.98%
B 147 of 511 ~ 28.77%

%43.25
%27.98
%28.77

CMYK color model

#DD8F93 color CMYK value is (0,35,33,13).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 33.48%
  • key color value is 13.33%
CMYK:
(0,35,33,13)
C0M35Y33K13 
(0%,35%,33%,13%)
(0.00/0.35/0.33/0.13)	

CMYK percentages

%0
%35.29
%33.48
%13.33

Codes

Color #DD8F93 in popluar color models

DD8F93
RGB221143147
HSL357°53.42%71.37%
HSB/HSV357°35.29%86.67%
CMYK0.00%35.29%33.48%
13.33%

Color #DD8F93 in popluar number systems.

HEXDD8F93
Decimal221143147
Binary110111011000111110010011
Octal335217223

Shades and tints

Shades of #DD8F93

#DD8F93
(221,143,147)
#C98286
(201,130,134)
#B57579
(181,117,121)
#A1686C
(161,104,108)
#8D5B5F
(141,91,95)
#794E52
(121,78,82)
#654145
(101,65,69)
#513438
(81,52,56)
#3D272B
(61,39,43)
#291A1E
(41,26,30)
#150D11
(21,13,17)
#000000
(0,0,0)

Tints of #DD8F93

#DD8F93
(221,143,147)
#E0999C
(224,153,156)
#E3A3A5
(227,163,165)
#E6ADAE
(230,173,174)
#E9B7B7
(233,183,183)
#ECC1C0
(236,193,192)
#EFCBC9
(239,203,201)
#F2D5D2
(242,213,210)
#F5DFDB
(245,223,219)
#F8E9E4
(248,233,228)
#FBF3ED
(251,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD8F93; }

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

This text font color is #DD8F93.


Background Color

.myBgColor { background-color: #DD8F93; }

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

This div background color is #DD8F93.


Border color

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

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

This div border color is #DD8F93.


Opacity

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

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

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

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

This text has shadow with #DD8F93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD8F93 on black background.


Color preview on white background

This text has color #DD8F93 on white background.



Black color preview on #DD8F93 background

This text has black color on #DD8F93 background.


White color preview on #DD8F93 background

This text has white color on #DD8F93 background.