COLOR #D42E57

HEX: #D42E57
RGB: (212,46,87)

Color info

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

RGB color model

#D42E57 color RGB value is (212,46,87).

  • red value is 212;
  • green value is 46;
  • blue value is 87.
RGB:
(212,46,87)
(83%,18%,34%)

RGB channels and saturation

R 212 of 255 = 83%
G 46 of 255 = 18%
B 87 of 255 = 34%

212
46
87

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

Portions of RGB colors in percentages

R + G + B =
212 + 46 + 87 = 345 (100%)
R 212 of 345 ~ 61.45%
G 46 of 345 ~ 13.33%
B 87 of 345 ~ 25.22%

%61.45
%13.33
%25.22

CMYK color model

#D42E57 color CMYK value is (0,78,59,17).

  • cyan value is 0.00%
  • magenta value is 78.30%
  • yellow value is 58.96%
  • key color value is 16.86%
CMYK:
(0,78,59,17)
C0M78Y59K17 
(0%,78%,59%,17%)
(0.00/0.78/0.59/0.17)	

CMYK percentages

%0
%78.3
%58.96
%16.86

Codes

Color #D42E57 in popluar color models

D42E57
RGB2124687
HSL345°65.87%50.59%
HSB/HSV345°78.30%83.14%
CMYK0.00%78.30%58.96%
16.86%

Color #D42E57 in popluar number systems.

HEXD42E57
Decimal2124687
Binary110101001011101010111
Octal32456127

Shades and tints

Shades of #D42E57

#D42E57
(212,46,87)
#C12A50
(193,42,80)
#AE2649
(174,38,73)
#9B2242
(155,34,66)
#881E3B
(136,30,59)
#751A34
(117,26,52)
#62162D
(98,22,45)
#4F1226
(79,18,38)
#3C0E1F
(60,14,31)
#290A18
(41,10,24)
#160611
(22,6,17)
#000000
(0,0,0)

Tints of #D42E57

#D42E57
(212,46,87)
#D74166
(215,65,102)
#DA5475
(218,84,117)
#DD6784
(221,103,132)
#E07A93
(224,122,147)
#E38DA2
(227,141,162)
#E6A0B1
(230,160,177)
#E9B3C0
(233,179,192)
#ECC6CF
(236,198,207)
#EFD9DE
(239,217,222)
#F2ECED
(242,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D42E57 color. Also use rgb(212,46,87) instead hex code.

Text Font Color

.myTextColor { color: #D42E57; }

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

This text font color is #D42E57.


Background Color

.myBgColor { background-color: #D42E57; }

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

This div background color is #D42E57.


Border color

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

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

This div border color is #D42E57.


Opacity

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

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

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

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

This text has shadow with #D42E57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D42E57 on black background.


Color preview on white background

This text has color #D42E57 on white background.



Black color preview on #D42E57 background

This text has black color on #D42E57 background.


White color preview on #D42E57 background

This text has white color on #D42E57 background.