COLOR #D85E87

HEX: #D85E87
RGB: (216,94,135)

Color info

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

RGB color model

#D85E87 color RGB value is (216,94,135).

  • red value is 216;
  • green value is 94;
  • blue value is 135.
RGB:
(216,94,135)
(85%,37%,53%)

RGB channels and saturation

R 216 of 255 = 85%
G 94 of 255 = 37%
B 135 of 255 = 53%

216
94
135

R + G + B ~ 58%. #D85E87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
216 + 94 + 135 = 445 (100%)
R 216 of 445 ~ 48.54%
G 94 of 445 ~ 21.12%
B 135 of 445 ~ 30.34%

%48.54
%21.12
%30.34

CMYK color model

#D85E87 color CMYK value is (0,56,38,15).

  • cyan value is 0.00%
  • magenta value is 56.48%
  • yellow value is 37.50%
  • key color value is 15.29%
CMYK:
(0,56,38,15)
C0M56Y38K15 
(0%,56%,38%,15%)
(0.00/0.56/0.38/0.15)	

CMYK percentages

%0
%56.48
%37.5
%15.29

Codes

Color #D85E87 in popluar color models

D85E87
RGB21694135
HSL340°61.00%60.78%
HSB/HSV340°56.48%84.71%
CMYK0.00%56.48%37.50%
15.29%

Color #D85E87 in popluar number systems.

HEXD85E87
Decimal21694135
Binary11011000101111010000111
Octal330136207

Shades and tints

Shades of #D85E87

#D85E87
(216,94,135)
#C5567B
(197,86,123)
#B24E6F
(178,78,111)
#9F4663
(159,70,99)
#8C3E57
(140,62,87)
#79364B
(121,54,75)
#662E3F
(102,46,63)
#532633
(83,38,51)
#401E27
(64,30,39)
#2D161B
(45,22,27)
#1A0E0F
(26,14,15)
#000000
(0,0,0)

Tints of #D85E87

#D85E87
(216,94,135)
#DB6C91
(219,108,145)
#DE7A9B
(222,122,155)
#E188A5
(225,136,165)
#E496AF
(228,150,175)
#E7A4B9
(231,164,185)
#EAB2C3
(234,178,195)
#EDC0CD
(237,192,205)
#F0CED7
(240,206,215)
#F3DCE1
(243,220,225)
#F6EAEB
(246,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D85E87 color. Also use rgb(216,94,135) instead hex code.

Text Font Color

.myTextColor { color: #D85E87; }

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

This text font color is #D85E87.


Background Color

.myBgColor { background-color: #D85E87; }

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

This div background color is #D85E87.


Border color

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

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

This div border color is #D85E87.


Opacity

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

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

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

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

This text has shadow with #D85E87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D85E87 on black background.


Color preview on white background

This text has color #D85E87 on white background.



Black color preview on #D85E87 background

This text has black color on #D85E87 background.


White color preview on #D85E87 background

This text has white color on #D85E87 background.