COLOR #D87D93

HEX: #D87D93
RGB: (216,125,147)

Color info

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

RGB color model

#D87D93 color RGB value is (216,125,147).

  • red value is 216;
  • green value is 125;
  • blue value is 147.
RGB:
(216,125,147)
(85%,49%,58%)

RGB channels and saturation

R 216 of 255 = 85%
G 125 of 255 = 49%
B 147 of 255 = 58%

216
125
147

R + G + B ~ 64%. #D87D93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 125 + 147 = 488 (100%)
R 216 of 488 ~ 44.26%
G 125 of 488 ~ 25.61%
B 147 of 488 ~ 30.12%

%44.26
%25.61
%30.12

CMYK color model

#D87D93 color CMYK value is (0,42,32,15).

  • cyan value is 0.00%
  • magenta value is 42.13%
  • yellow value is 31.94%
  • key color value is 15.29%
CMYK:
(0,42,32,15)
C0M42Y32K15 
(0%,42%,32%,15%)
(0.00/0.42/0.32/0.15)	

CMYK percentages

%0
%42.13
%31.94
%15.29

Codes

Color #D87D93 in popluar color models

D87D93
RGB216125147
HSL345°53.85%66.86%
HSB/HSV345°42.13%84.71%
CMYK0.00%42.13%31.94%
15.29%

Color #D87D93 in popluar number systems.

HEXD87D93
Decimal216125147
Binary11011000111110110010011
Octal330175223

Shades and tints

Shades of #D87D93

#D87D93
(216,125,147)
#C57286
(197,114,134)
#B26779
(178,103,121)
#9F5C6C
(159,92,108)
#8C515F
(140,81,95)
#794652
(121,70,82)
#663B45
(102,59,69)
#533038
(83,48,56)
#40252B
(64,37,43)
#2D1A1E
(45,26,30)
#1A0F11
(26,15,17)
#000000
(0,0,0)

Tints of #D87D93

#D87D93
(216,125,147)
#DB889C
(219,136,156)
#DE93A5
(222,147,165)
#E19EAE
(225,158,174)
#E4A9B7
(228,169,183)
#E7B4C0
(231,180,192)
#EABFC9
(234,191,201)
#EDCAD2
(237,202,210)
#F0D5DB
(240,213,219)
#F3E0E4
(243,224,228)
#F6EBED
(246,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D87D93 color. Also use rgb(216,125,147) instead hex code.

Text Font Color

.myTextColor { color: #D87D93; }

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

This text font color is #D87D93.


Background Color

.myBgColor { background-color: #D87D93; }

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

This div background color is #D87D93.


Border color

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

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

This div border color is #D87D93.


Opacity

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

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

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

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

This text has shadow with #D87D93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D87D93 on black background.


Color preview on white background

This text has color #D87D93 on white background.



Black color preview on #D87D93 background

This text has black color on #D87D93 background.


White color preview on #D87D93 background

This text has white color on #D87D93 background.