COLOR #D4446F

HEX: #D4446F
RGB: (212,68,111)

Color info

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

RGB color model

#D4446F color RGB value is (212,68,111).

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

RGB channels and saturation

R 212 of 255 = 83%
G 68 of 255 = 27%
B 111 of 255 = 44%

212
68
111

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

Portions of RGB colors in percentages

R + G + B =
212 + 68 + 111 = 391 (100%)
R 212 of 391 ~ 54.22%
G 68 of 391 ~ 17.39%
B 111 of 391 ~ 28.39%

%54.22
%17.39
%28.39

CMYK color model

#D4446F color CMYK value is (0,68,48,17).

  • cyan value is 0.00%
  • magenta value is 67.92%
  • yellow value is 47.64%
  • key color value is 16.86%
CMYK:
(0,68,48,17)
C0M68Y48K17 
(0%,68%,48%,17%)
(0.00/0.68/0.48/0.17)	

CMYK percentages

%0
%67.92
%47.64
%16.86

Codes

Color #D4446F in popluar color models

D4446F
RGB21268111
HSL342°62.61%54.90%
HSB/HSV342°67.92%83.14%
CMYK0.00%67.92%47.64%
16.86%

Color #D4446F in popluar number systems.

HEXD4446F
Decimal21268111
Binary1101010010001001101111
Octal324104157

Shades and tints

Shades of #D4446F

#D4446F
(212,68,111)
#C13E65
(193,62,101)
#AE385B
(174,56,91)
#9B3251
(155,50,81)
#882C47
(136,44,71)
#75263D
(117,38,61)
#622033
(98,32,51)
#4F1A29
(79,26,41)
#3C141F
(60,20,31)
#290E15
(41,14,21)
#16080B
(22,8,11)
#000000
(0,0,0)

Tints of #D4446F

#D4446F
(212,68,111)
#D7557C
(215,85,124)
#DA6689
(218,102,137)
#DD7796
(221,119,150)
#E088A3
(224,136,163)
#E399B0
(227,153,176)
#E6AABD
(230,170,189)
#E9BBCA
(233,187,202)
#ECCCD7
(236,204,215)
#EFDDE4
(239,221,228)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4446F; }

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

This text font color is #D4446F.


Background Color

.myBgColor { background-color: #D4446F; }

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

This div background color is #D4446F.


Border color

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

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

This div border color is #D4446F.


Opacity

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

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

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

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

This text has shadow with #D4446F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4446F on black background.


Color preview on white background

This text has color #D4446F on white background.



Black color preview on #D4446F background

This text has black color on #D4446F background.


White color preview on #D4446F background

This text has white color on #D4446F background.