COLOR #DD477C

HEX: #DD477C
RGB: (221,71,124)

Color info

#DD477C contains mainly red color. Web safe color of #DD477C is #CC3366 (or #C36).

RGB color model

#DD477C color RGB value is (221,71,124).

  • red value is 221;
  • green value is 71;
  • blue value is 124.
RGB:
(221,71,124)
(87%,28%,49%)

RGB channels and saturation

R 221 of 255 = 87%
G 71 of 255 = 28%
B 124 of 255 = 49%

221
71
124

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

Portions of RGB colors in percentages

R + G + B =
221 + 71 + 124 = 416 (100%)
R 221 of 416 ~ 53.13%
G 71 of 416 ~ 17.07%
B 124 of 416 ~ 29.81%

%53.13
%17.07
%29.81

CMYK color model

#DD477C color CMYK value is (0,68,44,13).

  • cyan value is 0.00%
  • magenta value is 67.87%
  • yellow value is 43.89%
  • key color value is 13.33%
CMYK:
(0,68,44,13)
C0M68Y44K13 
(0%,68%,44%,13%)
(0.00/0.68/0.44/0.13)	

CMYK percentages

%0
%67.87
%43.89
%13.33

Codes

Color #DD477C in popluar color models

DD477C
RGB22171124
HSL339°68.81%57.25%
HSB/HSV339°67.87%86.67%
CMYK0.00%67.87%43.89%
13.33%

Color #DD477C in popluar number systems.

HEXDD477C
Decimal22171124
Binary1101110110001111111100
Octal335107174

Shades and tints

Shades of #DD477C

#DD477C
(221,71,124)
#C94171
(201,65,113)
#B53B66
(181,59,102)
#A1355B
(161,53,91)
#8D2F50
(141,47,80)
#792945
(121,41,69)
#65233A
(101,35,58)
#511D2F
(81,29,47)
#3D1724
(61,23,36)
#291119
(41,17,25)
#150B0E
(21,11,14)
#000000
(0,0,0)

Tints of #DD477C

#DD477C
(221,71,124)
#E05787
(224,87,135)
#E36792
(227,103,146)
#E6779D
(230,119,157)
#E987A8
(233,135,168)
#EC97B3
(236,151,179)
#EFA7BE
(239,167,190)
#F2B7C9
(242,183,201)
#F5C7D4
(245,199,212)
#F8D7DF
(248,215,223)
#FBE7EA
(251,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD477C; }

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

This text font color is #DD477C.


Background Color

.myBgColor { background-color: #DD477C; }

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

This div background color is #DD477C.


Border color

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

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

This div border color is #DD477C.


Opacity

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

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

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

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

This text has shadow with #DD477C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD477C on black background.


Color preview on white background

This text has color #DD477C on white background.



Black color preview on #DD477C background

This text has black color on #DD477C background.


White color preview on #DD477C background

This text has white color on #DD477C background.