COLOR #D95687

HEX: #D95687
RGB: (217,86,135)

Color info

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

RGB color model

#D95687 color RGB value is (217,86,135).

  • red value is 217;
  • green value is 86;
  • blue value is 135.
RGB:
(217,86,135)
(85%,34%,53%)

RGB channels and saturation

R 217 of 255 = 85%
G 86 of 255 = 34%
B 135 of 255 = 53%

217
86
135

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

Portions of RGB colors in percentages

R + G + B =
217 + 86 + 135 = 438 (100%)
R 217 of 438 ~ 49.54%
G 86 of 438 ~ 19.63%
B 135 of 438 ~ 30.82%

%49.54
%19.63
%30.82

CMYK color model

#D95687 color CMYK value is (0,60,38,15).

  • cyan value is 0.00%
  • magenta value is 60.37%
  • yellow value is 37.79%
  • key color value is 14.90%
CMYK:
(0,60,38,15)
C0M60Y38K15 
(0%,60%,38%,15%)
(0.00/0.60/0.38/0.15)	

CMYK percentages

%0
%60.37
%37.79
%14.9

Codes

Color #D95687 in popluar color models

D95687
RGB21786135
HSL338°63.29%59.41%
HSB/HSV338°60.37%85.10%
CMYK0.00%60.37%37.79%
14.90%

Color #D95687 in popluar number systems.

HEXD95687
Decimal21786135
Binary11011001101011010000111
Octal331126207

Shades and tints

Shades of #D95687

#D95687
(217,86,135)
#C64F7B
(198,79,123)
#B3486F
(179,72,111)
#A04163
(160,65,99)
#8D3A57
(141,58,87)
#7A334B
(122,51,75)
#672C3F
(103,44,63)
#542533
(84,37,51)
#411E27
(65,30,39)
#2E171B
(46,23,27)
#1B100F
(27,16,15)
#000000
(0,0,0)

Tints of #D95687

#D95687
(217,86,135)
#DC6591
(220,101,145)
#DF749B
(223,116,155)
#E283A5
(226,131,165)
#E592AF
(229,146,175)
#E8A1B9
(232,161,185)
#EBB0C3
(235,176,195)
#EEBFCD
(238,191,205)
#F1CED7
(241,206,215)
#F4DDE1
(244,221,225)
#F7ECEB
(247,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D95687 color. Also use rgb(217,86,135) instead hex code.

Text Font Color

.myTextColor { color: #D95687; }

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

This text font color is #D95687.


Background Color

.myBgColor { background-color: #D95687; }

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

This div background color is #D95687.


Border color

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

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

This div border color is #D95687.


Opacity

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

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

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

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

This text has shadow with #D95687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D95687 on black background.


Color preview on white background

This text has color #D95687 on white background.



Black color preview on #D95687 background

This text has black color on #D95687 background.


White color preview on #D95687 background

This text has white color on #D95687 background.