COLOR #D57F99

HEX: #D57F99
RGB: (213,127,153)

Color info

#D57F99 contains mainly red color. Web safe color of #D57F99 is #CC6699 (or #C69).

RGB color model

#D57F99 color RGB value is (213,127,153).

  • red value is 213;
  • green value is 127;
  • blue value is 153.
RGB:
(213,127,153)
(84%,50%,60%)

RGB channels and saturation

R 213 of 255 = 84%
G 127 of 255 = 50%
B 153 of 255 = 60%

213
127
153

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

Portions of RGB colors in percentages

R + G + B =
213 + 127 + 153 = 493 (100%)
R 213 of 493 ~ 43.2%
G 127 of 493 ~ 25.76%
B 153 of 493 ~ 31.03%

%43.2
%25.76
%31.03

CMYK color model

#D57F99 color CMYK value is (0,40,28,16).

  • cyan value is 0.00%
  • magenta value is 40.38%
  • yellow value is 28.17%
  • key color value is 16.47%
CMYK:
(0,40,28,16)
C0M40Y28K16 
(0%,40%,28%,16%)
(0.00/0.40/0.28/0.16)	

CMYK percentages

%0
%40.38
%28.17
%16.47

Codes

Color #D57F99 in popluar color models

D57F99
RGB213127153
HSL342°50.59%66.67%
HSB/HSV342°40.38%83.53%
CMYK0.00%40.38%28.17%
16.47%

Color #D57F99 in popluar number systems.

HEXD57F99
Decimal213127153
Binary11010101111111110011001
Octal325177231

Shades and tints

Shades of #D57F99

#D57F99
(213,127,153)
#C2748C
(194,116,140)
#AF697F
(175,105,127)
#9C5E72
(156,94,114)
#895365
(137,83,101)
#764858
(118,72,88)
#633D4B
(99,61,75)
#50323E
(80,50,62)
#3D2731
(61,39,49)
#2A1C24
(42,28,36)
#171117
(23,17,23)
#000000
(0,0,0)

Tints of #D57F99

#D57F99
(213,127,153)
#D88AA2
(216,138,162)
#DB95AB
(219,149,171)
#DEA0B4
(222,160,180)
#E1ABBD
(225,171,189)
#E4B6C6
(228,182,198)
#E7C1CF
(231,193,207)
#EACCD8
(234,204,216)
#EDD7E1
(237,215,225)
#F0E2EA
(240,226,234)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D57F99 color. Also use rgb(213,127,153) instead hex code.

Text Font Color

.myTextColor { color: #D57F99; }

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

This text font color is #D57F99.


Background Color

.myBgColor { background-color: #D57F99; }

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

This div background color is #D57F99.


Border color

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

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

This div border color is #D57F99.


Opacity

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

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

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

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

This text has shadow with #D57F99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D57F99 on black background.


Color preview on white background

This text has color #D57F99 on white background.



Black color preview on #D57F99 background

This text has black color on #D57F99 background.


White color preview on #D57F99 background

This text has white color on #D57F99 background.