COLOR #DD5289

HEX: #DD5289
RGB: (221,82,137)

Color info

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

RGB color model

#DD5289 color RGB value is (221,82,137).

  • red value is 221;
  • green value is 82;
  • blue value is 137.
RGB:
(221,82,137)
(87%,32%,54%)

RGB channels and saturation

R 221 of 255 = 87%
G 82 of 255 = 32%
B 137 of 255 = 54%

221
82
137

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

Portions of RGB colors in percentages

R + G + B =
221 + 82 + 137 = 440 (100%)
R 221 of 440 ~ 50.23%
G 82 of 440 ~ 18.64%
B 137 of 440 ~ 31.14%

%50.23
%18.64
%31.14

CMYK color model

#DD5289 color CMYK value is (0,63,38,13).

  • cyan value is 0.00%
  • magenta value is 62.90%
  • yellow value is 38.01%
  • key color value is 13.33%
CMYK:
(0,63,38,13)
C0M63Y38K13 
(0%,63%,38%,13%)
(0.00/0.63/0.38/0.13)	

CMYK percentages

%0
%62.9
%38.01
%13.33

Codes

Color #DD5289 in popluar color models

DD5289
RGB22182137
HSL336°67.15%59.41%
HSB/HSV336°62.90%86.67%
CMYK0.00%62.90%38.01%
13.33%

Color #DD5289 in popluar number systems.

HEXDD5289
Decimal22182137
Binary11011101101001010001001
Octal335122211

Shades and tints

Shades of #DD5289

#DD5289
(221,82,137)
#C94B7D
(201,75,125)
#B54471
(181,68,113)
#A13D65
(161,61,101)
#8D3659
(141,54,89)
#792F4D
(121,47,77)
#652841
(101,40,65)
#512135
(81,33,53)
#3D1A29
(61,26,41)
#29131D
(41,19,29)
#150C11
(21,12,17)
#000000
(0,0,0)

Tints of #DD5289

#DD5289
(221,82,137)
#E06193
(224,97,147)
#E3709D
(227,112,157)
#E67FA7
(230,127,167)
#E98EB1
(233,142,177)
#EC9DBB
(236,157,187)
#EFACC5
(239,172,197)
#F2BBCF
(242,187,207)
#F5CAD9
(245,202,217)
#F8D9E3
(248,217,227)
#FBE8ED
(251,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD5289 color. Also use rgb(221,82,137) instead hex code.

Text Font Color

.myTextColor { color: #DD5289; }

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

This text font color is #DD5289.


Background Color

.myBgColor { background-color: #DD5289; }

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

This div background color is #DD5289.


Border color

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

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

This div border color is #DD5289.


Opacity

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

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

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

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

This text has shadow with #DD5289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD5289 on black background.


Color preview on white background

This text has color #DD5289 on white background.



Black color preview on #DD5289 background

This text has black color on #DD5289 background.


White color preview on #DD5289 background

This text has white color on #DD5289 background.