COLOR #D57999

HEX: #D57999 RGB: (213,121,153)

Color info

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

RGB color model

#D57999 color RGB value is (213,121,153).

RGB: (213,121,153) (84%, 47%, 60%)

RGB channels and saturation

R 213 of 255 = 84%
G 121 of 255 = 47%
B 153 of 255 = 60%

213
121
153

R + G + B ~ 64%. #D57999 is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 121 + 153 = 487 (100%)
R 213 of 487 ~ 43.74%
G 121 of 487 ~ 24.85%
B 153 of 487 ~ 31.42'%

%43.74
%24.85
%31.42

CMYK color model

#D57999 color CMYK value is (0,43,28,16).

  • cyan value is 0.00%
  • magenta value is 43.19%
  • yellow value is 28.17%
  • key color value is 16.47%
CMYK: (0,43,28,16) C0M43Y28K16 (0%,43%,28%,16%) (0.00/0.43/0.28/0.16) 

CMYK percentages

%0
%43.19
%28.17
%16.47

Codes

Color #D57999 in popluar color models

D5 79 99
RGB 213 121 153
HSL 339° 52.27% 65.49%
HSB/HSV 339° 43.19% 83.53%
CMYK 0.00% 43.19% 28.17%
16.47%

Color #D57999 in popluar number systems.

HEX D5 79 99
Decimal 213 121 153
Binary 11010101 1111001 10011001
Octal 325 171 231

Shades and tints

Shades of #D57999

#D57999
(213,121,153)
#C26E8C
(194,110,140)
#AF637F
(175,99,127)
#9C5872
(156,88,114)
#894D65
(137,77,101)
#764258
(118,66,88)
#63374B
(99,55,75)
#502C3E
(80,44,62)
#3D2131
(61,33,49)
#2A1624
(42,22,36)
#170B17
(23,11,23)
#000000
(0,0,0)

Tints of #D57999

#D57999
(213,121,153)
#D885A2
(216,133,162)
#DB91AB
(219,145,171)
#DE9DB4
(222,157,180)
#E1A9BD
(225,169,189)
#E4B5C6
(228,181,198)
#E7C1CF
(231,193,207)
#EACDD8
(234,205,216)
#EDD9E1
(237,217,225)
#F0E5EA
(240,229,234)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D57999; }

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

This text font color is #D57999.

Background Color

.myBgColor { background-color: #D57999; }

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

This div background color is #D57999.

Border color

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

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

This div border color is #D57999.

Opacity

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

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

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

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

This text has shadow with #D57999 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D57999.

Preview

Color preview on black background

This text has color #D57999 on black background.


Color preview on white background

This text has color #D57999 on white background.


Black color preview on #D57999 background

This text has black color on #D57999 background.


White color preview on #D57999 background

This text has white color on #D57999 background.


Related colors

Complementary color

Complementary color for #hex is #2A8666.


I love getcolorcode.com

Triadic colors

1 #99D579 and #7999D5 with #D57999 are triadic colors.

2 #9979D5 and #79D599 with #D57999 are triadic colors.