COLOR #D47587

HEX: #D47587
RGB: (212,117,135)

Color info

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

RGB color model

#D47587 color RGB value is (212,117,135).

  • red value is 212;
  • green value is 117;
  • blue value is 135.
RGB:
(212,117,135)
(83%,46%,53%)

RGB channels and saturation

R 212 of 255 = 83%
G 117 of 255 = 46%
B 135 of 255 = 53%

212
117
135

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

Portions of RGB colors in percentages

R + G + B =
212 + 117 + 135 = 464 (100%)
R 212 of 464 ~ 45.69%
G 117 of 464 ~ 25.22%
B 135 of 464 ~ 29.09%

%45.69
%25.22
%29.09

CMYK color model

#D47587 color CMYK value is (0,45,36,17).

  • cyan value is 0.00%
  • magenta value is 44.81%
  • yellow value is 36.32%
  • key color value is 16.86%
CMYK:
(0,45,36,17)
C0M45Y36K17 
(0%,45%,36%,17%)
(0.00/0.45/0.36/0.17)	

CMYK percentages

%0
%44.81
%36.32
%16.86

Codes

Color #D47587 in popluar color models

D47587
RGB212117135
HSL349°52.49%64.51%
HSB/HSV349°44.81%83.14%
CMYK0.00%44.81%36.32%
16.86%

Color #D47587 in popluar number systems.

HEXD47587
Decimal212117135
Binary11010100111010110000111
Octal324165207

Shades and tints

Shades of #D47587

#D47587
(212,117,135)
#C16B7B
(193,107,123)
#AE616F
(174,97,111)
#9B5763
(155,87,99)
#884D57
(136,77,87)
#75434B
(117,67,75)
#62393F
(98,57,63)
#4F2F33
(79,47,51)
#3C2527
(60,37,39)
#291B1B
(41,27,27)
#16110F
(22,17,15)
#000000
(0,0,0)

Tints of #D47587

#D47587
(212,117,135)
#D78191
(215,129,145)
#DA8D9B
(218,141,155)
#DD99A5
(221,153,165)
#E0A5AF
(224,165,175)
#E3B1B9
(227,177,185)
#E6BDC3
(230,189,195)
#E9C9CD
(233,201,205)
#ECD5D7
(236,213,215)
#EFE1E1
(239,225,225)
#F2EDEB
(242,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D47587 color. Also use rgb(212,117,135) instead hex code.

Text Font Color

.myTextColor { color: #D47587; }

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

This text font color is #D47587.


Background Color

.myBgColor { background-color: #D47587; }

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

This div background color is #D47587.


Border color

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

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

This div border color is #D47587.


Opacity

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

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

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

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

This text has shadow with #D47587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D47587 on black background.


Color preview on white background

This text has color #D47587 on white background.



Black color preview on #D47587 background

This text has black color on #D47587 background.


White color preview on #D47587 background

This text has white color on #D47587 background.