COLOR #D57E9F

HEX: #D57E9F
RGB: (213,126,159)

Color info

#D57E9F contains mainly red and blue colors. Web safe color of #D57E9F is #CC6699 (or #C69).

RGB color model

#D57E9F color RGB value is (213,126,159).

  • red value is 213;
  • green value is 126;
  • blue value is 159.
RGB:
(213,126,159)
(84%,49%,62%)

RGB channels and saturation

R 213 of 255 = 84%
G 126 of 255 = 49%
B 159 of 255 = 62%

213
126
159

R + G + B ~ 65%. #D57E9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 126 + 159 = 498 (100%)
R 213 of 498 ~ 42.77%
G 126 of 498 ~ 25.3%
B 159 of 498 ~ 31.93%

%42.77
%25.3
%31.93

CMYK color model

#D57E9F color CMYK value is (0,41,25,16).

  • cyan value is 0.00%
  • magenta value is 40.85%
  • yellow value is 25.35%
  • key color value is 16.47%
CMYK:
(0,41,25,16)
C0M41Y25K16 
(0%,41%,25%,16%)
(0.00/0.41/0.25/0.16)	

CMYK percentages

%0
%40.85
%25.35
%16.47

Codes

Color #D57E9F in popluar color models

D57E9F
RGB213126159
HSL337°50.88%66.47%
HSB/HSV337°40.85%83.53%
CMYK0.00%40.85%25.35%
16.47%

Color #D57E9F in popluar number systems.

HEXD57E9F
Decimal213126159
Binary11010101111111010011111
Octal325176237

Shades and tints

Shades of #D57E9F

#D57E9F
(213,126,159)
#C27391
(194,115,145)
#AF6883
(175,104,131)
#9C5D75
(156,93,117)
#895267
(137,82,103)
#764759
(118,71,89)
#633C4B
(99,60,75)
#50313D
(80,49,61)
#3D262F
(61,38,47)
#2A1B21
(42,27,33)
#171013
(23,16,19)
#000000
(0,0,0)

Tints of #D57E9F

#D57E9F
(213,126,159)
#D889A7
(216,137,167)
#DB94AF
(219,148,175)
#DE9FB7
(222,159,183)
#E1AABF
(225,170,191)
#E4B5C7
(228,181,199)
#E7C0CF
(231,192,207)
#EACBD7
(234,203,215)
#EDD6DF
(237,214,223)
#F0E1E7
(240,225,231)
#F3ECEF
(243,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D57E9F color. Also use rgb(213,126,159) instead hex code.

Text Font Color

.myTextColor { color: #D57E9F; }

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

This text font color is #D57E9F.


Background Color

.myBgColor { background-color: #D57E9F; }

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

This div background color is #D57E9F.


Border color

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

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

This div border color is #D57E9F.


Opacity

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

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

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

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

This text has shadow with #D57E9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D57E9F on black background.


Color preview on white background

This text has color #D57E9F on white background.



Black color preview on #D57E9F background

This text has black color on #D57E9F background.


White color preview on #D57E9F background

This text has white color on #D57E9F background.