COLOR #D889A7

HEX: #D889A7
RGB: (216,137,167)

Color info

#D889A7 contains mainly red and blue colors. Web safe color of #D889A7 is #CC9999 (or #C99).

RGB color model

#D889A7 color RGB value is (216,137,167).

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

RGB channels and saturation

R 216 of 255 = 85%
G 137 of 255 = 54%
B 167 of 255 = 65%

216
137
167

R + G + B ~ 68%. #D889A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 137 + 167 = 520 (100%)
R 216 of 520 ~ 41.54%
G 137 of 520 ~ 26.35%
B 167 of 520 ~ 32.12%

%41.54
%26.35
%32.12

CMYK color model

#D889A7 color CMYK value is (0,37,23,15).

  • cyan value is 0.00%
  • magenta value is 36.57%
  • yellow value is 22.69%
  • key color value is 15.29%
CMYK:
(0,37,23,15)
C0M37Y23K15 
(0%,37%,23%,15%)
(0.00/0.37/0.23/0.15)	

CMYK percentages

%0
%36.57
%22.69
%15.29

Codes

Color #D889A7 in popluar color models

D889A7
RGB216137167
HSL337°50.32%69.22%
HSB/HSV337°36.57%84.71%
CMYK0.00%36.57%22.69%
15.29%

Color #D889A7 in popluar number systems.

HEXD889A7
Decimal216137167
Binary110110001000100110100111
Octal330211247

Shades and tints

Shades of #D889A7

#D889A7
(216,137,167)
#C57D98
(197,125,152)
#B27189
(178,113,137)
#9F657A
(159,101,122)
#8C596B
(140,89,107)
#794D5C
(121,77,92)
#66414D
(102,65,77)
#53353E
(83,53,62)
#40292F
(64,41,47)
#2D1D20
(45,29,32)
#1A1111
(26,17,17)
#000000
(0,0,0)

Tints of #D889A7

#D889A7
(216,137,167)
#DB93AF
(219,147,175)
#DE9DB7
(222,157,183)
#E1A7BF
(225,167,191)
#E4B1C7
(228,177,199)
#E7BBCF
(231,187,207)
#EAC5D7
(234,197,215)
#EDCFDF
(237,207,223)
#F0D9E7
(240,217,231)
#F3E3EF
(243,227,239)
#F6EDF7
(246,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D889A7; }

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

This text font color is #D889A7.


Background Color

.myBgColor { background-color: #D889A7; }

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

This div background color is #D889A7.


Border color

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

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

This div border color is #D889A7.


Opacity

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

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

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

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

This text has shadow with #D889A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D889A7 on black background.


Color preview on white background

This text has color #D889A7 on white background.



Black color preview on #D889A7 background

This text has black color on #D889A7 background.


White color preview on #D889A7 background

This text has white color on #D889A7 background.