COLOR #DD2297

HEX: #DD2297
RGB: (221,34,151)

Color info

#DD2297 contains mainly red color. Web safe color of #DD2297 is #CC3399 (or #C39).

RGB color model

#DD2297 color RGB value is (221,34,151).

  • red value is 221;
  • green value is 34;
  • blue value is 151.
RGB:
(221,34,151)
(87%,13%,59%)

RGB channels and saturation

R 221 of 255 = 87%
G 34 of 255 = 13%
B 151 of 255 = 59%

221
34
151

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

Portions of RGB colors in percentages

R + G + B =
221 + 34 + 151 = 406 (100%)
R 221 of 406 ~ 54.43%
G 34 of 406 ~ 8.37%
B 151 of 406 ~ 37.19%

%54.43
%37.19

CMYK color model

#DD2297 color CMYK value is (0,85,32,13).

  • cyan value is 0.00%
  • magenta value is 84.62%
  • yellow value is 31.67%
  • key color value is 13.33%
CMYK:
(0,85,32,13)
C0M85Y32K13 
(0%,85%,32%,13%)
(0.00/0.85/0.32/0.13)	

CMYK percentages

%0
%84.62
%31.67
%13.33

Codes

Color #DD2297 in popluar color models

DD2297
RGB22134151
HSL322°73.33%50.00%
HSB/HSV322°84.62%86.67%
CMYK0.00%84.62%31.67%
13.33%

Color #DD2297 in popluar number systems.

HEXDD2297
Decimal22134151
Binary1101110110001010010111
Octal33542227

Shades and tints

Shades of #DD2297

#DD2297
(221,34,151)
#C91F8A
(201,31,138)
#B51C7D
(181,28,125)
#A11970
(161,25,112)
#8D1663
(141,22,99)
#791356
(121,19,86)
#651049
(101,16,73)
#510D3C
(81,13,60)
#3D0A2F
(61,10,47)
#290722
(41,7,34)
#150415
(21,4,21)
#000000
(0,0,0)

Tints of #DD2297

#DD2297
(221,34,151)
#E036A0
(224,54,160)
#E34AA9
(227,74,169)
#E65EB2
(230,94,178)
#E972BB
(233,114,187)
#EC86C4
(236,134,196)
#EF9ACD
(239,154,205)
#F2AED6
(242,174,214)
#F5C2DF
(245,194,223)
#F8D6E8
(248,214,232)
#FBEAF1
(251,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD2297; }

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

This text font color is #DD2297.


Background Color

.myBgColor { background-color: #DD2297; }

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

This div background color is #DD2297.


Border color

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

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

This div border color is #DD2297.


Opacity

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

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

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

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

This text has shadow with #DD2297 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD2297 on black background.


Color preview on white background

This text has color #DD2297 on white background.



Black color preview on #DD2297 background

This text has black color on #DD2297 background.


White color preview on #DD2297 background

This text has white color on #DD2297 background.