COLOR #DD9D93

HEX: #DD9D93 RGB: (221,157,147)

Color info

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

RGB color model

#DD9D93 color RGB value is (221,157,147).

RGB: (221,157,147) (87%, 62%, 58%)

RGB channels and saturation

R 221 of 255 = 87%
G 157 of 255 = 62%
B 147 of 255 = 58%

221
157
147

R + G + B ~ 69%. #DD9D93 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 157 + 147 = 525 (100%)
R 221 of 525 ~ 42.1%
G 157 of 525 ~ 29.9%
B 147 of 525 ~ 28'%

%42.1
%29.9
%28

CMYK color model

#DD9D93 color CMYK value is (0,29,33,13).

  • cyan value is 0.00%
  • magenta value is 28.96%
  • yellow value is 33.48%
  • key color value is 13.33%

CMYK: (0,29,33,13)
C0M29Y33K13 (0%, 29%, 33%, 13%)
(0.00 / 0.29 / 0.33 / 0.13)

CMYK percentages

%0
%28.96
%33.48
%13.33

Codes

Color #DD9D93 in popluar color models

DD 9D 93
RGB 221 157 147
HSL 52.11% 72.16%
HSB/HSV 33.48% 86.67%
CMYK 0.00% 28.96% 33.48%
13.33%

Color #DD9D93 in popluar number systems.

HEX DD 9D 93
Decimal 221 157 147
Binary 11011101 10011101 10010011
Octal 335 235 223

Shades and tints

Shades of #DD9D93

#DD9D93
(221,157,147)
#C98F86
(201,143,134)
#B58179
(181,129,121)
#A1736C
(161,115,108)
#8D655F
(141,101,95)
#795752
(121,87,82)
#654945
(101,73,69)
#513B38
(81,59,56)
#3D2D2B
(61,45,43)
#291F1E
(41,31,30)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #DD9D93

#DD9D93
(221,157,147)
#E0A59C
(224,165,156)
#E3ADA5
(227,173,165)
#E6B5AE
(230,181,174)
#E9BDB7
(233,189,183)
#ECC5C0
(236,197,192)
#EFCDC9
(239,205,201)
#F2D5D2
(242,213,210)
#F5DDDB
(245,221,219)
#F8E5E4
(248,229,228)
#FBEDED
(251,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD9D93; }

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

This text font color is #DD9D93.

Background Color

.myBgColor { background-color: #DD9D93; }

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

This div background color is #DD9D93.

Border color

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

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

This div border color is #DD9D93.

Opacity

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

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

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

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

This text has shadow with #DD9D93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD9D93.

Preview

Color preview on black background

This text has color #DD9D93 on black background.


Color preview on white background

This text has color #DD9D93 on white background.


Black color preview on #DD9D93 background

This text has black color on #DD9D93 background.


White color preview on #DD9D93 background

This text has white color on #DD9D93 background.


Related colors

Complementary color

Complementary color for #hex is #22626C.


I love getcolorcode.com

Triadic colors

1 #93DD9D and #9D93DD with #DD9D93 are triadic colors.

2 #939DDD and #9DDD93 with #DD9D93 are triadic colors.