COLOR #D191B5

HEX: #D191B5
RGB: (209,145,181)

Color info

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

RGB color model

#D191B5 color RGB value is (209,145,181).

  • red value is 209;
  • green value is 145;
  • blue value is 181.
RGB:
(209,145,181)
(82%,57%,71%)

RGB channels and saturation

R 209 of 255 = 82%
G 145 of 255 = 57%
B 181 of 255 = 71%

209
145
181

R + G + B ~ 70%. #D191B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 145 + 181 = 535 (100%)
R 209 of 535 ~ 39.07%
G 145 of 535 ~ 27.1%
B 181 of 535 ~ 33.83%

%39.07
%27.1
%33.83

CMYK color model

#D191B5 color CMYK value is (0,31,13,18).

  • cyan value is 0.00%
  • magenta value is 30.62%
  • yellow value is 13.40%
  • key color value is 18.04%
CMYK:
(0,31,13,18)
C0M31Y13K18 
(0%,31%,13%,18%)
(0.00/0.31/0.13/0.18)	

CMYK percentages

%0
%30.62
%13.4
%18.04

Codes

Color #D191B5 in popluar color models

D191B5
RGB209145181
HSL326°41.03%69.41%
HSB/HSV326°30.62%81.96%
CMYK0.00%30.62%13.40%
18.04%

Color #D191B5 in popluar number systems.

HEXD191B5
Decimal209145181
Binary110100011001000110110101
Octal321221265

Shades and tints

Shades of #D191B5

#D191B5
(209,145,181)
#BE84A5
(190,132,165)
#AB7795
(171,119,149)
#986A85
(152,106,133)
#855D75
(133,93,117)
#725065
(114,80,101)
#5F4355
(95,67,85)
#4C3645
(76,54,69)
#392935
(57,41,53)
#261C25
(38,28,37)
#130F15
(19,15,21)
#000000
(0,0,0)

Tints of #D191B5

#D191B5
(209,145,181)
#D59BBB
(213,155,187)
#D9A5C1
(217,165,193)
#DDAFC7
(221,175,199)
#E1B9CD
(225,185,205)
#E5C3D3
(229,195,211)
#E9CDD9
(233,205,217)
#EDD7DF
(237,215,223)
#F1E1E5
(241,225,229)
#F5EBEB
(245,235,235)
#F9F5F1
(249,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D191B5 color. Also use rgb(209,145,181) instead hex code.

Text Font Color

.myTextColor { color: #D191B5; }

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

This text font color is #D191B5.


Background Color

.myBgColor { background-color: #D191B5; }

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

This div background color is #D191B5.


Border color

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

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

This div border color is #D191B5.


Opacity

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

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

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

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

This text has shadow with #D191B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D191B5 on black background.


Color preview on white background

This text has color #D191B5 on white background.



Black color preview on #D191B5 background

This text has black color on #D191B5 background.


White color preview on #D191B5 background

This text has white color on #D191B5 background.