COLOR #DD5D94

HEX: #DD5D94
RGB: (221,93,148)

Color info

#DD5D94 contains mainly red color. Web safe color of #DD5D94 is #CC6699 (or #C69).

RGB color model

#DD5D94 color RGB value is (221,93,148).

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

RGB channels and saturation

R 221 of 255 = 87%
G 93 of 255 = 36%
B 148 of 255 = 58%

221
93
148

R + G + B ~ 60%. #DD5D94 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
221 + 93 + 148 = 462 (100%)
R 221 of 462 ~ 47.84%
G 93 of 462 ~ 20.13%
B 148 of 462 ~ 32.03%

%47.84
%20.13
%32.03

CMYK color model

#DD5D94 color CMYK value is (0,58,33,13).

  • cyan value is 0.00%
  • magenta value is 57.92%
  • yellow value is 33.03%
  • key color value is 13.33%
CMYK:
(0,58,33,13)
C0M58Y33K13 
(0%,58%,33%,13%)
(0.00/0.58/0.33/0.13)	

CMYK percentages

%0
%57.92
%33.03
%13.33

Codes

Color #DD5D94 in popluar color models

DD5D94
RGB22193148
HSL334°65.31%61.57%
HSB/HSV334°57.92%86.67%
CMYK0.00%57.92%33.03%
13.33%

Color #DD5D94 in popluar number systems.

HEXDD5D94
Decimal22193148
Binary11011101101110110010100
Octal335135224

Shades and tints

Shades of #DD5D94

#DD5D94
(221,93,148)
#C95587
(201,85,135)
#B54D7A
(181,77,122)
#A1456D
(161,69,109)
#8D3D60
(141,61,96)
#793553
(121,53,83)
#652D46
(101,45,70)
#512539
(81,37,57)
#3D1D2C
(61,29,44)
#29151F
(41,21,31)
#150D12
(21,13,18)
#000000
(0,0,0)

Tints of #DD5D94

#DD5D94
(221,93,148)
#E06B9D
(224,107,157)
#E379A6
(227,121,166)
#E687AF
(230,135,175)
#E995B8
(233,149,184)
#ECA3C1
(236,163,193)
#EFB1CA
(239,177,202)
#F2BFD3
(242,191,211)
#F5CDDC
(245,205,220)
#F8DBE5
(248,219,229)
#FBE9EE
(251,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD5D94; }

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

This text font color is #DD5D94.


Background Color

.myBgColor { background-color: #DD5D94; }

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

This div background color is #DD5D94.


Border color

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

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

This div border color is #DD5D94.


Opacity

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

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

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

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

This text has shadow with #DD5D94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD5D94 on black background.


Color preview on white background

This text has color #DD5D94 on white background.



Black color preview on #DD5D94 background

This text has black color on #DD5D94 background.


White color preview on #DD5D94 background

This text has white color on #DD5D94 background.