COLOR #D44E55

HEX: #D44E55
RGB: (212,78,85)

Color info

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

RGB color model

#D44E55 color RGB value is (212,78,85).

  • red value is 212;
  • green value is 78;
  • blue value is 85.
RGB:
(212,78,85)
(83%,31%,33%)

RGB channels and saturation

R 212 of 255 = 83%
G 78 of 255 = 31%
B 85 of 255 = 33%

212
78
85

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

Portions of RGB colors in percentages

R + G + B =
212 + 78 + 85 = 375 (100%)
R 212 of 375 ~ 56.53%
G 78 of 375 ~ 20.8%
B 85 of 375 ~ 22.67%

%56.53
%20.8
%22.67

CMYK color model

#D44E55 color CMYK value is (0,63,60,17).

  • cyan value is 0.00%
  • magenta value is 63.21%
  • yellow value is 59.91%
  • key color value is 16.86%
CMYK:
(0,63,60,17)
C0M63Y60K17 
(0%,63%,60%,17%)
(0.00/0.63/0.60/0.17)	

CMYK percentages

%0
%63.21
%59.91
%16.86

Codes

Color #D44E55 in popluar color models

D44E55
RGB2127885
HSL357°60.91%56.86%
HSB/HSV357°63.21%83.14%
CMYK0.00%63.21%59.91%
16.86%

Color #D44E55 in popluar number systems.

HEXD44E55
Decimal2127885
Binary1101010010011101010101
Octal324116125

Shades and tints

Shades of #D44E55

#D44E55
(212,78,85)
#C1474E
(193,71,78)
#AE4047
(174,64,71)
#9B3940
(155,57,64)
#883239
(136,50,57)
#752B32
(117,43,50)
#62242B
(98,36,43)
#4F1D24
(79,29,36)
#3C161D
(60,22,29)
#290F16
(41,15,22)
#16080F
(22,8,15)
#000000
(0,0,0)

Tints of #D44E55

#D44E55
(212,78,85)
#D75E64
(215,94,100)
#DA6E73
(218,110,115)
#DD7E82
(221,126,130)
#E08E91
(224,142,145)
#E39EA0
(227,158,160)
#E6AEAF
(230,174,175)
#E9BEBE
(233,190,190)
#ECCECD
(236,206,205)
#EFDEDC
(239,222,220)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D44E55 color. Also use rgb(212,78,85) instead hex code.

Text Font Color

.myTextColor { color: #D44E55; }

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

This text font color is #D44E55.


Background Color

.myBgColor { background-color: #D44E55; }

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

This div background color is #D44E55.


Border color

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

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

This div border color is #D44E55.


Opacity

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

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

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

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

This text has shadow with #D44E55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D44E55 on black background.


Color preview on white background

This text has color #D44E55 on white background.



Black color preview on #D44E55 background

This text has black color on #D44E55 background.


White color preview on #D44E55 background

This text has white color on #D44E55 background.