COLOR #DD547D

HEX: #DD547D
RGB: (221,84,125)

Color info

#DD547D contains mainly red color. Web safe color of #DD547D is #CC6666 (or #C66).

RGB color model

#DD547D color RGB value is (221,84,125).

  • red value is 221;
  • green value is 84;
  • blue value is 125.
RGB:
(221,84,125)
(87%,33%,49%)

RGB channels and saturation

R 221 of 255 = 87%
G 84 of 255 = 33%
B 125 of 255 = 49%

221
84
125

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

Portions of RGB colors in percentages

R + G + B =
221 + 84 + 125 = 430 (100%)
R 221 of 430 ~ 51.4%
G 84 of 430 ~ 19.53%
B 125 of 430 ~ 29.07%

%51.4
%19.53
%29.07

CMYK color model

#DD547D color CMYK value is (0,62,43,13).

  • cyan value is 0.00%
  • magenta value is 61.99%
  • yellow value is 43.44%
  • key color value is 13.33%
CMYK:
(0,62,43,13)
C0M62Y43K13 
(0%,62%,43%,13%)
(0.00/0.62/0.43/0.13)	

CMYK percentages

%0
%61.99
%43.44
%13.33

Codes

Color #DD547D in popluar color models

DD547D
RGB22184125
HSL342°66.83%59.80%
HSB/HSV342°61.99%86.67%
CMYK0.00%61.99%43.44%
13.33%

Color #DD547D in popluar number systems.

HEXDD547D
Decimal22184125
Binary1101110110101001111101
Octal335124175

Shades and tints

Shades of #DD547D

#DD547D
(221,84,125)
#C94D72
(201,77,114)
#B54667
(181,70,103)
#A13F5C
(161,63,92)
#8D3851
(141,56,81)
#793146
(121,49,70)
#652A3B
(101,42,59)
#512330
(81,35,48)
#3D1C25
(61,28,37)
#29151A
(41,21,26)
#150E0F
(21,14,15)
#000000
(0,0,0)

Tints of #DD547D

#DD547D
(221,84,125)
#E06388
(224,99,136)
#E37293
(227,114,147)
#E6819E
(230,129,158)
#E990A9
(233,144,169)
#EC9FB4
(236,159,180)
#EFAEBF
(239,174,191)
#F2BDCA
(242,189,202)
#F5CCD5
(245,204,213)
#F8DBE0
(248,219,224)
#FBEAEB
(251,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD547D color. Also use rgb(221,84,125) instead hex code.

Text Font Color

.myTextColor { color: #DD547D; }

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

This text font color is #DD547D.


Background Color

.myBgColor { background-color: #DD547D; }

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

This div background color is #DD547D.


Border color

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

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

This div border color is #DD547D.


Opacity

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

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

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

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

This text has shadow with #DD547D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD547D on black background.


Color preview on white background

This text has color #DD547D on white background.



Black color preview on #DD547D background

This text has black color on #DD547D background.


White color preview on #DD547D background

This text has white color on #DD547D background.