COLOR #D9919D

HEX: #D9919D
RGB: (217,145,157)

Color info

#D9919D contains mainly red color. Web safe color of #D9919D is #CC9999 (or #C99).

RGB color model

#D9919D color RGB value is (217,145,157).

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

RGB channels and saturation

R 217 of 255 = 85%
G 145 of 255 = 57%
B 157 of 255 = 62%

217
145
157

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

Portions of RGB colors in percentages

R + G + B =
217 + 145 + 157 = 519 (100%)
R 217 of 519 ~ 41.81%
G 145 of 519 ~ 27.94%
B 157 of 519 ~ 30.25%

%41.81
%27.94
%30.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.18%
  • yellow value is 27.65%
  • key color value is 14.90%
CMYK:
(0,33,28,15)
C0M33Y28K15 
(0%,33%,28%,15%)
(0.00/0.33/0.28/0.15)	

CMYK percentages

%0
%33.18
%27.65
%14.9

Codes

Color #D9919D in popluar color models

D9919D
RGB217145157
HSL350°48.65%70.98%
HSB/HSV350°33.18%85.10%
CMYK0.00%33.18%27.65%
14.90%

Color #D9919D in popluar number systems.

HEXD9919D
Decimal217145157
Binary110110011001000110011101
Octal331221235

Shades and tints

Shades of #D9919D

#D9919D
(217,145,157)
#C6848F
(198,132,143)
#B37781
(179,119,129)
#A06A73
(160,106,115)
#8D5D65
(141,93,101)
#7A5057
(122,80,87)
#674349
(103,67,73)
#54363B
(84,54,59)
#41292D
(65,41,45)
#2E1C1F
(46,28,31)
#1B0F11
(27,15,17)
#000000
(0,0,0)

Tints of #D9919D

#D9919D
(217,145,157)
#DC9BA5
(220,155,165)
#DFA5AD
(223,165,173)
#E2AFB5
(226,175,181)
#E5B9BD
(229,185,189)
#E8C3C5
(232,195,197)
#EBCDCD
(235,205,205)
#EED7D5
(238,215,213)
#F1E1DD
(241,225,221)
#F4EBE5
(244,235,229)
#F7F5ED
(247,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9919D; }

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

This text font color is #D9919D.


Background Color

.myBgColor { background-color: #D9919D; }

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

This div background color is #D9919D.


Border color

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

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

This div border color is #D9919D.


Opacity

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

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

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

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

This text has shadow with #D9919D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9919D on black background.


Color preview on white background

This text has color #D9919D on white background.



Black color preview on #D9919D background

This text has black color on #D9919D background.


White color preview on #D9919D background

This text has white color on #D9919D background.