COLOR #D44477

HEX: #D44477
RGB: (212,68,119)

Color info

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

RGB color model

#D44477 color RGB value is (212,68,119).

  • red value is 212;
  • green value is 68;
  • blue value is 119.
RGB:
(212,68,119)
(83%,27%,47%)

RGB channels and saturation

R 212 of 255 = 83%
G 68 of 255 = 27%
B 119 of 255 = 47%

212
68
119

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

Portions of RGB colors in percentages

R + G + B =
212 + 68 + 119 = 399 (100%)
R 212 of 399 ~ 53.13%
G 68 of 399 ~ 17.04%
B 119 of 399 ~ 29.82%

%53.13
%17.04
%29.82

CMYK color model

#D44477 color CMYK value is (0,68,44,17).

  • cyan value is 0.00%
  • magenta value is 67.92%
  • yellow value is 43.87%
  • key color value is 16.86%
CMYK:
(0,68,44,17)
C0M68Y44K17 
(0%,68%,44%,17%)
(0.00/0.68/0.44/0.17)	

CMYK percentages

%0
%67.92
%43.87
%16.86

Codes

Color #D44477 in popluar color models

D44477
RGB21268119
HSL339°62.61%54.90%
HSB/HSV339°67.92%83.14%
CMYK0.00%67.92%43.87%
16.86%

Color #D44477 in popluar number systems.

HEXD44477
Decimal21268119
Binary1101010010001001110111
Octal324104167

Shades and tints

Shades of #D44477

#D44477
(212,68,119)
#C13E6D
(193,62,109)
#AE3863
(174,56,99)
#9B3259
(155,50,89)
#882C4F
(136,44,79)
#752645
(117,38,69)
#62203B
(98,32,59)
#4F1A31
(79,26,49)
#3C1427
(60,20,39)
#290E1D
(41,14,29)
#160813
(22,8,19)
#000000
(0,0,0)

Tints of #D44477

#D44477
(212,68,119)
#D75583
(215,85,131)
#DA668F
(218,102,143)
#DD779B
(221,119,155)
#E088A7
(224,136,167)
#E399B3
(227,153,179)
#E6AABF
(230,170,191)
#E9BBCB
(233,187,203)
#ECCCD7
(236,204,215)
#EFDDE3
(239,221,227)
#F2EEEF
(242,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D44477 color. Also use rgb(212,68,119) instead hex code.

Text Font Color

.myTextColor { color: #D44477; }

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

This text font color is #D44477.


Background Color

.myBgColor { background-color: #D44477; }

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

This div background color is #D44477.


Border color

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

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

This div border color is #D44477.


Opacity

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

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

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

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

This text has shadow with #D44477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D44477 on black background.


Color preview on white background

This text has color #D44477 on white background.



Black color preview on #D44477 background

This text has black color on #D44477 background.


White color preview on #D44477 background

This text has white color on #D44477 background.