COLOR #DD2247

HEX: #DD2247 RGB: (221,34,71)

Color info

#DD2247 contains mainly red color. Web safe color of #DD2247 is #CC3333 (or #C33).

RGB color model

#DD2247 color RGB value is (221,34,71).

RGB: (221,34,71) (87%, 13%, 28%)

RGB channels and saturation

R 221 of 255 = 87%
G 34 of 255 = 13%
B 71 of 255 = 28%

221
34
71

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

Portions of RGB colors in percentages

R + G + B = 221 + 34 + 71 = 326 (100%)
R 221 of 326 ~ 67.79%
G 34 of 326 ~ 10.43%
B 71 of 326 ~ 21.78'%

%67.79
%21.78

CMYK color model

#DD2247 color CMYK value is (0,85,68,13).

  • cyan value is 0.00%
  • magenta value is 84.62%
  • yellow value is 67.87%
  • key color value is 13.33%

CMYK: (0,85,68,13)
C0M85Y68K13 (0%, 85%, 68%, 13%)
(0.00 / 0.85 / 0.68 / 0.13)

CMYK percentages

%0
%84.62
%67.87
%13.33

Codes

Color #DD2247 in popluar color models

DD 22 47
RGB 221 34 71
HSL 348° 73.33% 50.00%
HSB/HSV 348° 84.62% 86.67%
CMYK 0.00% 84.62% 67.87%
13.33%

Color #DD2247 in popluar number systems.

HEX DD 22 47
Decimal 221 34 71
Binary 11011101 100010 1000111
Octal 335 42 107

Shades and tints

Shades of #DD2247

#DD2247
(221,34,71)
#C91F41
(201,31,65)
#B51C3B
(181,28,59)
#A11935
(161,25,53)
#8D162F
(141,22,47)
#791329
(121,19,41)
#651023
(101,16,35)
#510D1D
(81,13,29)
#3D0A17
(61,10,23)
#290711
(41,7,17)
#15040B
(21,4,11)
#000000
(0,0,0)

Tints of #DD2247

#DD2247
(221,34,71)
#E03657
(224,54,87)
#E34A67
(227,74,103)
#E65E77
(230,94,119)
#E97287
(233,114,135)
#EC8697
(236,134,151)
#EF9AA7
(239,154,167)
#F2AEB7
(242,174,183)
#F5C2C7
(245,194,199)
#F8D6D7
(248,214,215)
#FBEAE7
(251,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD2247 color. Also use rgb(221,34,71) instead hex code.

Text Font Color

.myTextColor { color: #DD2247; }

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

This text font color is #DD2247.

Background Color

.myBgColor { background-color: #DD2247; }

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

This div background color is #DD2247.

Border color

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

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

This div border color is #DD2247.

Opacity

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

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

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

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

This text has shadow with #DD2247 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD2247.

Preview

Color preview on black background

This text has color #DD2247 on black background.


Color preview on white background

This text has color #DD2247 on white background.


Black color preview on #DD2247 background

This text has black color on #DD2247 background.


White color preview on #DD2247 background

This text has white color on #DD2247 background.


Related colors

Complementary color

Complementary color for #hex is #22DDB8.


I love getcolorcode.com

Triadic colors

1 #47DD22 and #2247DD with #DD2247 are triadic colors.

2 #4722DD and #22DD47 with #DD2247 are triadic colors.