COLOR #DD94B3

HEX: #DD94B3
RGB: (221,148,179)

Color info

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

RGB color model

#DD94B3 color RGB value is (221,148,179).

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

RGB channels and saturation

R 221 of 255 = 87%
G 148 of 255 = 58%
B 179 of 255 = 70%

221
148
179

R + G + B ~ 72%. #DD94B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 148 + 179 = 548 (100%)
R 221 of 548 ~ 40.33%
G 148 of 548 ~ 27.01%
B 179 of 548 ~ 32.66%

%40.33
%27.01
%32.66

CMYK color model

#DD94B3 color CMYK value is (0,33,19,13).

  • cyan value is 0.00%
  • magenta value is 33.03%
  • yellow value is 19.00%
  • key color value is 13.33%
CMYK:
(0,33,19,13)
C0M33Y19K13 
(0%,33%,19%,13%)
(0.00/0.33/0.19/0.13)	

CMYK percentages

%0
%33.03
%19
%13.33

Codes

Color #DD94B3 in popluar color models

DD94B3
RGB221148179
HSL335°51.77%72.35%
HSB/HSV335°33.03%86.67%
CMYK0.00%33.03%19.00%
13.33%

Color #DD94B3 in popluar number systems.

HEXDD94B3
Decimal221148179
Binary110111011001010010110011
Octal335224263

Shades and tints

Shades of #DD94B3

#DD94B3
(221,148,179)
#C987A3
(201,135,163)
#B57A93
(181,122,147)
#A16D83
(161,109,131)
#8D6073
(141,96,115)
#795363
(121,83,99)
#654653
(101,70,83)
#513943
(81,57,67)
#3D2C33
(61,44,51)
#291F23
(41,31,35)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #DD94B3

#DD94B3
(221,148,179)
#E09DB9
(224,157,185)
#E3A6BF
(227,166,191)
#E6AFC5
(230,175,197)
#E9B8CB
(233,184,203)
#ECC1D1
(236,193,209)
#EFCAD7
(239,202,215)
#F2D3DD
(242,211,221)
#F5DCE3
(245,220,227)
#F8E5E9
(248,229,233)
#FBEEEF
(251,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD94B3; }

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

This text font color is #DD94B3.


Background Color

.myBgColor { background-color: #DD94B3; }

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

This div background color is #DD94B3.


Border color

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

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

This div border color is #DD94B3.


Opacity

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

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

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

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

This text has shadow with #DD94B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD94B3 on black background.


Color preview on white background

This text has color #DD94B3 on white background.



Black color preview on #DD94B3 background

This text has black color on #DD94B3 background.


White color preview on #DD94B3 background

This text has white color on #DD94B3 background.