COLOR #D57785

HEX: #D57785
RGB: (213,119,133)

Color info

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

RGB color model

#D57785 color RGB value is (213,119,133).

  • red value is 213;
  • green value is 119;
  • blue value is 133.
RGB:
(213,119,133)
(84%,47%,52%)

RGB channels and saturation

R 213 of 255 = 84%
G 119 of 255 = 47%
B 133 of 255 = 52%

213
119
133

R + G + B ~ 61%. #D57785 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 119 + 133 = 465 (100%)
R 213 of 465 ~ 45.81%
G 119 of 465 ~ 25.59%
B 133 of 465 ~ 28.6%

%45.81
%25.59
%28.6

CMYK color model

#D57785 color CMYK value is (0,44,38,16).

  • cyan value is 0.00%
  • magenta value is 44.13%
  • yellow value is 37.56%
  • key color value is 16.47%
CMYK:
(0,44,38,16)
C0M44Y38K16 
(0%,44%,38%,16%)
(0.00/0.44/0.38/0.16)	

CMYK percentages

%0
%44.13
%37.56
%16.47

Codes

Color #D57785 in popluar color models

D57785
RGB213119133
HSL351°52.81%65.10%
HSB/HSV351°44.13%83.53%
CMYK0.00%44.13%37.56%
16.47%

Color #D57785 in popluar number systems.

HEXD57785
Decimal213119133
Binary11010101111011110000101
Octal325167205

Shades and tints

Shades of #D57785

#D57785
(213,119,133)
#C26D79
(194,109,121)
#AF636D
(175,99,109)
#9C5961
(156,89,97)
#894F55
(137,79,85)
#764549
(118,69,73)
#633B3D
(99,59,61)
#503131
(80,49,49)
#3D2725
(61,39,37)
#2A1D19
(42,29,25)
#17130D
(23,19,13)
#000000
(0,0,0)

Tints of #D57785

#D57785
(213,119,133)
#D88390
(216,131,144)
#DB8F9B
(219,143,155)
#DE9BA6
(222,155,166)
#E1A7B1
(225,167,177)
#E4B3BC
(228,179,188)
#E7BFC7
(231,191,199)
#EACBD2
(234,203,210)
#EDD7DD
(237,215,221)
#F0E3E8
(240,227,232)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D57785 color. Also use rgb(213,119,133) instead hex code.

Text Font Color

.myTextColor { color: #D57785; }

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

This text font color is #D57785.


Background Color

.myBgColor { background-color: #D57785; }

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

This div background color is #D57785.


Border color

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

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

This div border color is #D57785.


Opacity

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

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

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

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

This text has shadow with #D57785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D57785 on black background.


Color preview on white background

This text has color #D57785 on white background.



Black color preview on #D57785 background

This text has black color on #D57785 background.


White color preview on #D57785 background

This text has white color on #D57785 background.