COLOR #D85F89

HEX: #D85F89
RGB: (216,95,137)

Color info

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

RGB color model

#D85F89 color RGB value is (216,95,137).

  • red value is 216;
  • green value is 95;
  • blue value is 137.
RGB:
(216,95,137)
(85%,37%,54%)

RGB channels and saturation

R 216 of 255 = 85%
G 95 of 255 = 37%
B 137 of 255 = 54%

216
95
137

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

Portions of RGB colors in percentages

R + G + B =
216 + 95 + 137 = 448 (100%)
R 216 of 448 ~ 48.21%
G 95 of 448 ~ 21.21%
B 137 of 448 ~ 30.58%

%48.21
%21.21
%30.58

CMYK color model

#D85F89 color CMYK value is (0,56,37,15).

  • cyan value is 0.00%
  • magenta value is 56.02%
  • yellow value is 36.57%
  • key color value is 15.29%
CMYK:
(0,56,37,15)
C0M56Y37K15 
(0%,56%,37%,15%)
(0.00/0.56/0.37/0.15)	

CMYK percentages

%0
%56.02
%36.57
%15.29

Codes

Color #D85F89 in popluar color models

D85F89
RGB21695137
HSL339°60.80%60.98%
HSB/HSV339°56.02%84.71%
CMYK0.00%56.02%36.57%
15.29%

Color #D85F89 in popluar number systems.

HEXD85F89
Decimal21695137
Binary11011000101111110001001
Octal330137211

Shades and tints

Shades of #D85F89

#D85F89
(216,95,137)
#C5577D
(197,87,125)
#B24F71
(178,79,113)
#9F4765
(159,71,101)
#8C3F59
(140,63,89)
#79374D
(121,55,77)
#662F41
(102,47,65)
#532735
(83,39,53)
#401F29
(64,31,41)
#2D171D
(45,23,29)
#1A0F11
(26,15,17)
#000000
(0,0,0)

Tints of #D85F89

#D85F89
(216,95,137)
#DB6D93
(219,109,147)
#DE7B9D
(222,123,157)
#E189A7
(225,137,167)
#E497B1
(228,151,177)
#E7A5BB
(231,165,187)
#EAB3C5
(234,179,197)
#EDC1CF
(237,193,207)
#F0CFD9
(240,207,217)
#F3DDE3
(243,221,227)
#F6EBED
(246,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D85F89 color. Also use rgb(216,95,137) instead hex code.

Text Font Color

.myTextColor { color: #D85F89; }

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

This text font color is #D85F89.


Background Color

.myBgColor { background-color: #D85F89; }

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

This div background color is #D85F89.


Border color

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

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

This div border color is #D85F89.


Opacity

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

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

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

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

This text has shadow with #D85F89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D85F89 on black background.


Color preview on white background

This text has color #D85F89 on white background.



Black color preview on #D85F89 background

This text has black color on #D85F89 background.


White color preview on #D85F89 background

This text has white color on #D85F89 background.