COLOR #D17575

HEX: #D17575
RGB: (209,117,117)

Color info

#D17575 contains mainly red color. Web safe color of #D17575 is #CC6666 (or #C66).

RGB color model

#D17575 color RGB value is (209,117,117).

  • red value is 209;
  • green value is 117;
  • blue value is 117.
RGB:
(209,117,117)
(82%,46%,46%)

RGB channels and saturation

R 209 of 255 = 82%
G 117 of 255 = 46%
B 117 of 255 = 46%

209
117
117

R + G + B ~ 58%. #D17575 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
209 + 117 + 117 = 443 (100%)
R 209 of 443 ~ 47.18%
G 117 of 443 ~ 26.41%
B 117 of 443 ~ 26.41%

%47.18
%26.41
%26.41

CMYK color model

#D17575 color CMYK value is (0,44,44,18).

  • cyan value is 0.00%
  • magenta value is 44.02%
  • yellow value is 44.02%
  • key color value is 18.04%
CMYK:
(0,44,44,18)
C0M44Y44K18 
(0%,44%,44%,18%)
(0.00/0.44/0.44/0.18)	

CMYK percentages

%0
%44.02
%44.02
%18.04

Codes

Color #D17575 in popluar color models

D17575
RGB209117117
HSL50.00%63.92%
HSB/HSV44.02%81.96%
CMYK0.00%44.02%44.02%
18.04%

Color #D17575 in popluar number systems.

HEXD17575
Decimal209117117
Binary1101000111101011110101
Octal321165165

Shades and tints

Shades of #D17575

#D17575
(209,117,117)
#BE6B6B
(190,107,107)
#AB6161
(171,97,97)
#985757
(152,87,87)
#854D4D
(133,77,77)
#724343
(114,67,67)
#5F3939
(95,57,57)
#4C2F2F
(76,47,47)
#392525
(57,37,37)
#261B1B
(38,27,27)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #D17575

#D17575
(209,117,117)
#D58181
(213,129,129)
#D98D8D
(217,141,141)
#DD9999
(221,153,153)
#E1A5A5
(225,165,165)
#E5B1B1
(229,177,177)
#E9BDBD
(233,189,189)
#EDC9C9
(237,201,201)
#F1D5D5
(241,213,213)
#F5E1E1
(245,225,225)
#F9EDED
(249,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D17575; }

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

This text font color is #D17575.


Background Color

.myBgColor { background-color: #D17575; }

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

This div background color is #D17575.


Border color

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

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

This div border color is #D17575.


Opacity

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

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

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

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

This text has shadow with #D17575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D17575 on black background.


Color preview on white background

This text has color #D17575 on white background.



Black color preview on #D17575 background

This text has black color on #D17575 background.


White color preview on #D17575 background

This text has white color on #D17575 background.