COLOR #DD94BD

HEX: #DD94BD
RGB: (221,148,189)

Color info

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

RGB color model

#DD94BD color RGB value is (221,148,189).

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

RGB channels and saturation

R 221 of 255 = 87%
G 148 of 255 = 58%
B 189 of 255 = 74%

221
148
189

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

Portions of RGB colors in percentages

R + G + B =
221 + 148 + 189 = 558 (100%)
R 221 of 558 ~ 39.61%
G 148 of 558 ~ 26.52%
B 189 of 558 ~ 33.87%

%39.61
%26.52
%33.87

CMYK color model

#DD94BD color CMYK value is (0,33,14,13).

  • cyan value is 0.00%
  • magenta value is 33.03%
  • yellow value is 14.48%
  • key color value is 13.33%
CMYK:
(0,33,14,13)
C0M33Y14K13 
(0%,33%,14%,13%)
(0.00/0.33/0.14/0.13)	

CMYK percentages

%0
%33.03
%14.48
%13.33

Codes

Color #DD94BD in popluar color models

DD94BD
RGB221148189
HSL326°51.77%72.35%
HSB/HSV326°33.03%86.67%
CMYK0.00%33.03%14.48%
13.33%

Color #DD94BD in popluar number systems.

HEXDD94BD
Decimal221148189
Binary110111011001010010111101
Octal335224275

Shades and tints

Shades of #DD94BD

#DD94BD
(221,148,189)
#C987AC
(201,135,172)
#B57A9B
(181,122,155)
#A16D8A
(161,109,138)
#8D6079
(141,96,121)
#795368
(121,83,104)
#654657
(101,70,87)
#513946
(81,57,70)
#3D2C35
(61,44,53)
#291F24
(41,31,36)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #DD94BD

#DD94BD
(221,148,189)
#E09DC3
(224,157,195)
#E3A6C9
(227,166,201)
#E6AFCF
(230,175,207)
#E9B8D5
(233,184,213)
#ECC1DB
(236,193,219)
#EFCAE1
(239,202,225)
#F2D3E7
(242,211,231)
#F5DCED
(245,220,237)
#F8E5F3
(248,229,243)
#FBEEF9
(251,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD94BD; }

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

This text font color is #DD94BD.


Background Color

.myBgColor { background-color: #DD94BD; }

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

This div background color is #DD94BD.


Border color

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

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

This div border color is #DD94BD.


Opacity

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

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

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

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

This text has shadow with #DD94BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD94BD on black background.


Color preview on white background

This text has color #DD94BD on white background.



Black color preview on #DD94BD background

This text has black color on #DD94BD background.


White color preview on #DD94BD background

This text has white color on #DD94BD background.