COLOR #D17D91

HEX: #D17D91 RGB: (209,125,145)

Color info

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

RGB color model

#D17D91 color RGB value is (209,125,145).

RGB: (209,125,145) (82%, 49%, 57%)

RGB channels and saturation

R 209 of 255 = 82%
G 125 of 255 = 49%
B 145 of 255 = 57%

209
125
145

R + G + B ~ 63%. #D17D91 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 125 + 145 = 479 (100%)
R 209 of 479 ~ 43.63%
G 125 of 479 ~ 26.1%
B 145 of 479 ~ 30.27'%

%43.63
%26.1
%30.27

CMYK color model

#D17D91 color CMYK value is (0,40,31,18).

  • cyan value is 0.00%
  • magenta value is 40.19%
  • yellow value is 30.62%
  • key color value is 18.04%

CMYK: (0,40,31,18)
C0M40Y31K18 (0%, 40%, 31%, 18%)
(0.00 / 0.40 / 0.31 / 0.18)

CMYK percentages

%0
%40.19
%30.62
%18.04

Codes

Color #D17D91 in popluar color models

D1 7D 91
RGB 209 125 145
HSL 346° 47.73% 65.49%
HSB/HSV 346° 40.19% 81.96%
CMYK 0.00% 40.19% 30.62%
18.04%

Color #D17D91 in popluar number systems.

HEX D1 7D 91
Decimal 209 125 145
Binary 11010001 1111101 10010001
Octal 321 175 221

Shades and tints

Shades of #D17D91

#D17D91
(209,125,145)
#BE7284
(190,114,132)
#AB6777
(171,103,119)
#985C6A
(152,92,106)
#85515D
(133,81,93)
#724650
(114,70,80)
#5F3B43
(95,59,67)
#4C3036
(76,48,54)
#392529
(57,37,41)
#261A1C
(38,26,28)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #D17D91

#D17D91
(209,125,145)
#D5889B
(213,136,155)
#D993A5
(217,147,165)
#DD9EAF
(221,158,175)
#E1A9B9
(225,169,185)
#E5B4C3
(229,180,195)
#E9BFCD
(233,191,205)
#EDCAD7
(237,202,215)
#F1D5E1
(241,213,225)
#F5E0EB
(245,224,235)
#F9EBF5
(249,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D17D91; }

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

This text font color is #D17D91.

Background Color

.myBgColor { background-color: #D17D91; }

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

This div background color is #D17D91.

Border color

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

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

This div border color is #D17D91.

Opacity

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

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

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

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

This text has shadow with #D17D91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D17D91.

Preview

Color preview on black background

This text has color #D17D91 on black background.


Color preview on white background

This text has color #D17D91 on white background.


Black color preview on #D17D91 background

This text has black color on #D17D91 background.


White color preview on #D17D91 background

This text has white color on #D17D91 background.


Related colors

Complementary color

Complementary color for #hex is #2E826E.


I love getcolorcode.com

Triadic colors

1 #91D17D and #7D91D1 with #D17D91 are triadic colors.

2 #917DD1 and #7DD191 with #D17D91 are triadic colors.