COLOR #DD94A7

HEX: #DD94A7
RGB: (221,148,167)

Color info

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

RGB color model

#DD94A7 color RGB value is (221,148,167).

  • red value is 221;
  • green value is 148;
  • blue value is 167.
RGB:
(221,148,167)
(87%,58%,65%)

RGB channels and saturation

R 221 of 255 = 87%
G 148 of 255 = 58%
B 167 of 255 = 65%

221
148
167

R + G + B ~ 70%. #DD94A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 148 + 167 = 536 (100%)
R 221 of 536 ~ 41.23%
G 148 of 536 ~ 27.61%
B 167 of 536 ~ 31.16%

%41.23
%27.61
%31.16

CMYK color model

#DD94A7 color CMYK value is (0,33,24,13).

  • cyan value is 0.00%
  • magenta value is 33.03%
  • yellow value is 24.43%
  • key color value is 13.33%
CMYK:
(0,33,24,13)
C0M33Y24K13 
(0%,33%,24%,13%)
(0.00/0.33/0.24/0.13)	

CMYK percentages

%0
%33.03
%24.43
%13.33

Codes

Color #DD94A7 in popluar color models

DD94A7
RGB221148167
HSL344°51.77%72.35%
HSB/HSV344°33.03%86.67%
CMYK0.00%33.03%24.43%
13.33%

Color #DD94A7 in popluar number systems.

HEXDD94A7
Decimal221148167
Binary110111011001010010100111
Octal335224247

Shades and tints

Shades of #DD94A7

#DD94A7
(221,148,167)
#C98798
(201,135,152)
#B57A89
(181,122,137)
#A16D7A
(161,109,122)
#8D606B
(141,96,107)
#79535C
(121,83,92)
#65464D
(101,70,77)
#51393E
(81,57,62)
#3D2C2F
(61,44,47)
#291F20
(41,31,32)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #DD94A7

#DD94A7
(221,148,167)
#E09DAF
(224,157,175)
#E3A6B7
(227,166,183)
#E6AFBF
(230,175,191)
#E9B8C7
(233,184,199)
#ECC1CF
(236,193,207)
#EFCAD7
(239,202,215)
#F2D3DF
(242,211,223)
#F5DCE7
(245,220,231)
#F8E5EF
(248,229,239)
#FBEEF7
(251,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD94A7 color. Also use rgb(221,148,167) instead hex code.

Text Font Color

.myTextColor { color: #DD94A7; }

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

This text font color is #DD94A7.


Background Color

.myBgColor { background-color: #DD94A7; }

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

This div background color is #DD94A7.


Border color

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

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

This div border color is #DD94A7.


Opacity

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

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

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

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

This text has shadow with #DD94A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD94A7 on black background.


Color preview on white background

This text has color #DD94A7 on white background.



Black color preview on #DD94A7 background

This text has black color on #DD94A7 background.


White color preview on #DD94A7 background

This text has white color on #DD94A7 background.