COLOR #DD9DBF

HEX: #DD9DBF
RGB: (221,157,191)

Color info

#DD9DBF contains mainly red and blue colors. Web safe color of #DD9DBF is #CC99CC (or #C9C).

RGB color model

#DD9DBF color RGB value is (221,157,191).

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

RGB channels and saturation

R 221 of 255 = 87%
G 157 of 255 = 62%
B 191 of 255 = 75%

221
157
191

R + G + B ~ 75%. #DD9DBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 157 + 191 = 569 (100%)
R 221 of 569 ~ 38.84%
G 157 of 569 ~ 27.59%
B 191 of 569 ~ 33.57%

%38.84
%27.59
%33.57

CMYK color model

#DD9DBF color CMYK value is (0,29,14,13).

  • cyan value is 0.00%
  • magenta value is 28.96%
  • yellow value is 13.57%
  • key color value is 13.33%
CMYK:
(0,29,14,13)
C0M29Y14K13 
(0%,29%,14%,13%)
(0.00/0.29/0.14/0.13)	

CMYK percentages

%0
%28.96
%13.57
%13.33

Codes

Color #DD9DBF in popluar color models

DD9DBF
RGB221157191
HSL328°48.48%74.12%
HSB/HSV328°28.96%86.67%
CMYK0.00%28.96%13.57%
13.33%

Color #DD9DBF in popluar number systems.

HEXDD9DBF
Decimal221157191
Binary110111011001110110111111
Octal335235277

Shades and tints

Shades of #DD9DBF

#DD9DBF
(221,157,191)
#C98FAE
(201,143,174)
#B5819D
(181,129,157)
#A1738C
(161,115,140)
#8D657B
(141,101,123)
#79576A
(121,87,106)
#654959
(101,73,89)
#513B48
(81,59,72)
#3D2D37
(61,45,55)
#291F26
(41,31,38)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #DD9DBF

#DD9DBF
(221,157,191)
#E0A5C4
(224,165,196)
#E3ADC9
(227,173,201)
#E6B5CE
(230,181,206)
#E9BDD3
(233,189,211)
#ECC5D8
(236,197,216)
#EFCDDD
(239,205,221)
#F2D5E2
(242,213,226)
#F5DDE7
(245,221,231)
#F8E5EC
(248,229,236)
#FBEDF1
(251,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD9DBF; }

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

This text font color is #DD9DBF.


Background Color

.myBgColor { background-color: #DD9DBF; }

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

This div background color is #DD9DBF.


Border color

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

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

This div border color is #DD9DBF.


Opacity

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

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

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

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

This text has shadow with #DD9DBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD9DBF on black background.


Color preview on white background

This text has color #DD9DBF on white background.



Black color preview on #DD9DBF background

This text has black color on #DD9DBF background.


White color preview on #DD9DBF background

This text has white color on #DD9DBF background.