COLOR #D57596

HEX: #D57596
RGB: (213,117,150)

Color info

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

RGB color model

#D57596 color RGB value is (213,117,150).

  • red value is 213;
  • green value is 117;
  • blue value is 150.
RGB:
(213,117,150)
(84%,46%,59%)

RGB channels and saturation

R 213 of 255 = 84%
G 117 of 255 = 46%
B 150 of 255 = 59%

213
117
150

R + G + B ~ 63%. #D57596 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 117 + 150 = 480 (100%)
R 213 of 480 ~ 44.38%
G 117 of 480 ~ 24.38%
B 150 of 480 ~ 31.25%

%44.38
%24.38
%31.25

CMYK color model

#D57596 color CMYK value is (0,45,30,16).

  • cyan value is 0.00%
  • magenta value is 45.07%
  • yellow value is 29.58%
  • key color value is 16.47%
CMYK:
(0,45,30,16)
C0M45Y30K16 
(0%,45%,30%,16%)
(0.00/0.45/0.30/0.16)	

CMYK percentages

%0
%45.07
%29.58
%16.47

Codes

Color #D57596 in popluar color models

D57596
RGB213117150
HSL339°53.33%64.71%
HSB/HSV339°45.07%83.53%
CMYK0.00%45.07%29.58%
16.47%

Color #D57596 in popluar number systems.

HEXD57596
Decimal213117150
Binary11010101111010110010110
Octal325165226

Shades and tints

Shades of #D57596

#D57596
(213,117,150)
#C26B89
(194,107,137)
#AF617C
(175,97,124)
#9C576F
(156,87,111)
#894D62
(137,77,98)
#764355
(118,67,85)
#633948
(99,57,72)
#502F3B
(80,47,59)
#3D252E
(61,37,46)
#2A1B21
(42,27,33)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #D57596

#D57596
(213,117,150)
#D8819F
(216,129,159)
#DB8DA8
(219,141,168)
#DE99B1
(222,153,177)
#E1A5BA
(225,165,186)
#E4B1C3
(228,177,195)
#E7BDCC
(231,189,204)
#EAC9D5
(234,201,213)
#EDD5DE
(237,213,222)
#F0E1E7
(240,225,231)
#F3EDF0
(243,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D57596 color. Also use rgb(213,117,150) instead hex code.

Text Font Color

.myTextColor { color: #D57596; }

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

This text font color is #D57596.


Background Color

.myBgColor { background-color: #D57596; }

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

This div background color is #D57596.


Border color

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

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

This div border color is #D57596.


Opacity

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

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

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

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

This text has shadow with #D57596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D57596 on black background.


Color preview on white background

This text has color #D57596 on white background.



Black color preview on #D57596 background

This text has black color on #D57596 background.


White color preview on #D57596 background

This text has white color on #D57596 background.