COLOR #D991B8

HEX: #D991B8
RGB: (217,145,184)

Color info

#D991B8 contains mainly red and blue colors. Web safe color of #D991B8 is #CC99CC (or #C9C).

RGB color model

#D991B8 color RGB value is (217,145,184).

  • red value is 217;
  • green value is 145;
  • blue value is 184.
RGB:
(217,145,184)
(85%,57%,72%)

RGB channels and saturation

R 217 of 255 = 85%
G 145 of 255 = 57%
B 184 of 255 = 72%

217
145
184

R + G + B ~ 71%. #D991B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 145 + 184 = 546 (100%)
R 217 of 546 ~ 39.74%
G 145 of 546 ~ 26.56%
B 184 of 546 ~ 33.7%

%39.74
%26.56
%33.7

CMYK color model

#D991B8 color CMYK value is (0,33,15,15).

  • cyan value is 0.00%
  • magenta value is 33.18%
  • yellow value is 15.21%
  • key color value is 14.90%
CMYK:
(0,33,15,15)
C0M33Y15K15 
(0%,33%,15%,15%)
(0.00/0.33/0.15/0.15)	

CMYK percentages

%0
%33.18
%15.21
%14.9

Codes

Color #D991B8 in popluar color models

D991B8
RGB217145184
HSL328°48.65%70.98%
HSB/HSV328°33.18%85.10%
CMYK0.00%33.18%15.21%
14.90%

Color #D991B8 in popluar number systems.

HEXD991B8
Decimal217145184
Binary110110011001000110111000
Octal331221270

Shades and tints

Shades of #D991B8

#D991B8
(217,145,184)
#C684A8
(198,132,168)
#B37798
(179,119,152)
#A06A88
(160,106,136)
#8D5D78
(141,93,120)
#7A5068
(122,80,104)
#674358
(103,67,88)
#543648
(84,54,72)
#412938
(65,41,56)
#2E1C28
(46,28,40)
#1B0F18
(27,15,24)
#000000
(0,0,0)

Tints of #D991B8

#D991B8
(217,145,184)
#DC9BBE
(220,155,190)
#DFA5C4
(223,165,196)
#E2AFCA
(226,175,202)
#E5B9D0
(229,185,208)
#E8C3D6
(232,195,214)
#EBCDDC
(235,205,220)
#EED7E2
(238,215,226)
#F1E1E8
(241,225,232)
#F4EBEE
(244,235,238)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D991B8 color. Also use rgb(217,145,184) instead hex code.

Text Font Color

.myTextColor { color: #D991B8; }

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

This text font color is #D991B8.


Background Color

.myBgColor { background-color: #D991B8; }

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

This div background color is #D991B8.


Border color

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

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

This div border color is #D991B8.


Opacity

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

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

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

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

This text has shadow with #D991B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D991B8 on black background.


Color preview on white background

This text has color #D991B8 on white background.



Black color preview on #D991B8 background

This text has black color on #D991B8 background.


White color preview on #D991B8 background

This text has white color on #D991B8 background.