COLOR #D57984

HEX: #D57984
RGB: (213,121,132)

Color info

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

RGB color model

#D57984 color RGB value is (213,121,132).

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

RGB channels and saturation

R 213 of 255 = 84%
G 121 of 255 = 47%
B 132 of 255 = 52%

213
121
132

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

Portions of RGB colors in percentages

R + G + B =
213 + 121 + 132 = 466 (100%)
R 213 of 466 ~ 45.71%
G 121 of 466 ~ 25.97%
B 132 of 466 ~ 28.33%

%45.71
%25.97
%28.33

CMYK color model

#D57984 color CMYK value is (0,43,38,16).

  • cyan value is 0.00%
  • magenta value is 43.19%
  • yellow value is 38.03%
  • key color value is 16.47%
CMYK:
(0,43,38,16)
C0M43Y38K16 
(0%,43%,38%,16%)
(0.00/0.43/0.38/0.16)	

CMYK percentages

%0
%43.19
%38.03
%16.47

Codes

Color #D57984 in popluar color models

D57984
RGB213121132
HSL353°52.27%65.49%
HSB/HSV353°43.19%83.53%
CMYK0.00%43.19%38.03%
16.47%

Color #D57984 in popluar number systems.

HEXD57984
Decimal213121132
Binary11010101111100110000100
Octal325171204

Shades and tints

Shades of #D57984

#D57984
(213,121,132)
#C26E78
(194,110,120)
#AF636C
(175,99,108)
#9C5860
(156,88,96)
#894D54
(137,77,84)
#764248
(118,66,72)
#63373C
(99,55,60)
#502C30
(80,44,48)
#3D2124
(61,33,36)
#2A1618
(42,22,24)
#170B0C
(23,11,12)
#000000
(0,0,0)

Tints of #D57984

#D57984
(213,121,132)
#D8858F
(216,133,143)
#DB919A
(219,145,154)
#DE9DA5
(222,157,165)
#E1A9B0
(225,169,176)
#E4B5BB
(228,181,187)
#E7C1C6
(231,193,198)
#EACDD1
(234,205,209)
#EDD9DC
(237,217,220)
#F0E5E7
(240,229,231)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D57984; }

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

This text font color is #D57984.


Background Color

.myBgColor { background-color: #D57984; }

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

This div background color is #D57984.


Border color

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

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

This div border color is #D57984.


Opacity

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

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

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

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

This text has shadow with #D57984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D57984 on black background.


Color preview on white background

This text has color #D57984 on white background.



Black color preview on #D57984 background

This text has black color on #D57984 background.


White color preview on #D57984 background

This text has white color on #D57984 background.