COLOR #D87493

HEX: #D87493
RGB: (216,116,147)

Color info

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

RGB color model

#D87493 color RGB value is (216,116,147).

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

RGB channels and saturation

R 216 of 255 = 85%
G 116 of 255 = 45%
B 147 of 255 = 58%

216
116
147

R + G + B ~ 63%. #D87493 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 116 + 147 = 479 (100%)
R 216 of 479 ~ 45.09%
G 116 of 479 ~ 24.22%
B 147 of 479 ~ 30.69%

%45.09
%24.22
%30.69

CMYK color model

#D87493 color CMYK value is (0,46,32,15).

  • cyan value is 0.00%
  • magenta value is 46.30%
  • yellow value is 31.94%
  • key color value is 15.29%
CMYK:
(0,46,32,15)
C0M46Y32K15 
(0%,46%,32%,15%)
(0.00/0.46/0.32/0.15)	

CMYK percentages

%0
%46.3
%31.94
%15.29

Codes

Color #D87493 in popluar color models

D87493
RGB216116147
HSL341°56.18%65.10%
HSB/HSV341°46.30%84.71%
CMYK0.00%46.30%31.94%
15.29%

Color #D87493 in popluar number systems.

HEXD87493
Decimal216116147
Binary11011000111010010010011
Octal330164223

Shades and tints

Shades of #D87493

#D87493
(216,116,147)
#C56A86
(197,106,134)
#B26079
(178,96,121)
#9F566C
(159,86,108)
#8C4C5F
(140,76,95)
#794252
(121,66,82)
#663845
(102,56,69)
#532E38
(83,46,56)
#40242B
(64,36,43)
#2D1A1E
(45,26,30)
#1A1011
(26,16,17)
#000000
(0,0,0)

Tints of #D87493

#D87493
(216,116,147)
#DB809C
(219,128,156)
#DE8CA5
(222,140,165)
#E198AE
(225,152,174)
#E4A4B7
(228,164,183)
#E7B0C0
(231,176,192)
#EABCC9
(234,188,201)
#EDC8D2
(237,200,210)
#F0D4DB
(240,212,219)
#F3E0E4
(243,224,228)
#F6ECED
(246,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D87493; }

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

This text font color is #D87493.


Background Color

.myBgColor { background-color: #D87493; }

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

This div background color is #D87493.


Border color

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

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

This div border color is #D87493.


Opacity

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

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

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

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

This text has shadow with #D87493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D87493 on black background.


Color preview on white background

This text has color #D87493 on white background.



Black color preview on #D87493 background

This text has black color on #D87493 background.


White color preview on #D87493 background

This text has white color on #D87493 background.