COLOR #DD9DAF

HEX: #DD9DAF
RGB: (221,157,175)

Color info

#DD9DAF contains mainly red and blue colors. Web safe color of #DD9DAF is #CC9999 (or #C99).

RGB color model

#DD9DAF color RGB value is (221,157,175).

  • red value is 221;
  • green value is 157;
  • blue value is 175.
RGB:
(221,157,175)
(87%,62%,69%)

RGB channels and saturation

R 221 of 255 = 87%
G 157 of 255 = 62%
B 175 of 255 = 69%

221
157
175

R + G + B ~ 73%. #DD9DAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 157 + 175 = 553 (100%)
R 221 of 553 ~ 39.96%
G 157 of 553 ~ 28.39%
B 175 of 553 ~ 31.65%

%39.96
%28.39
%31.65

CMYK color model

#DD9DAF color CMYK value is (0,29,21,13).

  • cyan value is 0.00%
  • magenta value is 28.96%
  • yellow value is 20.81%
  • key color value is 13.33%
CMYK:
(0,29,21,13)
C0M29Y21K13 
(0%,29%,21%,13%)
(0.00/0.29/0.21/0.13)	

CMYK percentages

%0
%28.96
%20.81
%13.33

Codes

Color #DD9DAF in popluar color models

DD9DAF
RGB221157175
HSL343°48.48%74.12%
HSB/HSV343°28.96%86.67%
CMYK0.00%28.96%20.81%
13.33%

Color #DD9DAF in popluar number systems.

HEXDD9DAF
Decimal221157175
Binary110111011001110110101111
Octal335235257

Shades and tints

Shades of #DD9DAF

#DD9DAF
(221,157,175)
#C98FA0
(201,143,160)
#B58191
(181,129,145)
#A17382
(161,115,130)
#8D6573
(141,101,115)
#795764
(121,87,100)
#654955
(101,73,85)
#513B46
(81,59,70)
#3D2D37
(61,45,55)
#291F28
(41,31,40)
#151119
(21,17,25)
#000000
(0,0,0)

Tints of #DD9DAF

#DD9DAF
(221,157,175)
#E0A5B6
(224,165,182)
#E3ADBD
(227,173,189)
#E6B5C4
(230,181,196)
#E9BDCB
(233,189,203)
#ECC5D2
(236,197,210)
#EFCDD9
(239,205,217)
#F2D5E0
(242,213,224)
#F5DDE7
(245,221,231)
#F8E5EE
(248,229,238)
#FBEDF5
(251,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD9DAF; }

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

This text font color is #DD9DAF.


Background Color

.myBgColor { background-color: #DD9DAF; }

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

This div background color is #DD9DAF.


Border color

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

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

This div border color is #DD9DAF.


Opacity

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

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

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

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

This text has shadow with #DD9DAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD9DAF on black background.


Color preview on white background

This text has color #DD9DAF on white background.



Black color preview on #DD9DAF background

This text has black color on #DD9DAF background.


White color preview on #DD9DAF background

This text has white color on #DD9DAF background.