COLOR #D17593

HEX: #D17593
RGB: (209,117,147)

Color info

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

RGB color model

#D17593 color RGB value is (209,117,147).

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

RGB channels and saturation

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

209
117
147

R + G + B ~ 62%. #D17593 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 117 + 147 = 473 (100%)
R 209 of 473 ~ 44.19%
G 117 of 473 ~ 24.74%
B 147 of 473 ~ 31.08%

%44.19
%24.74
%31.08

CMYK color model

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

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

CMYK percentages

%0
%44.02
%29.67
%18.04

Codes

Color #D17593 in popluar color models

D17593
RGB209117147
HSL340°50.00%63.92%
HSB/HSV340°44.02%81.96%
CMYK0.00%44.02%29.67%
18.04%

Color #D17593 in popluar number systems.

HEXD17593
Decimal209117147
Binary11010001111010110010011
Octal321165223

Shades and tints

Shades of #D17593

#D17593
(209,117,147)
#BE6B86
(190,107,134)
#AB6179
(171,97,121)
#98576C
(152,87,108)
#854D5F
(133,77,95)
#724352
(114,67,82)
#5F3945
(95,57,69)
#4C2F38
(76,47,56)
#39252B
(57,37,43)
#261B1E
(38,27,30)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #D17593

#D17593
(209,117,147)
#D5819C
(213,129,156)
#D98DA5
(217,141,165)
#DD99AE
(221,153,174)
#E1A5B7
(225,165,183)
#E5B1C0
(229,177,192)
#E9BDC9
(233,189,201)
#EDC9D2
(237,201,210)
#F1D5DB
(241,213,219)
#F5E1E4
(245,225,228)
#F9EDED
(249,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D17593; }

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

This text font color is #D17593.


Background Color

.myBgColor { background-color: #D17593; }

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

This div background color is #D17593.


Border color

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

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

This div border color is #D17593.


Opacity

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

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

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

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

This text has shadow with #D17593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D17593 on black background.


Color preview on white background

This text has color #D17593 on white background.



Black color preview on #D17593 background

This text has black color on #D17593 background.


White color preview on #D17593 background

This text has white color on #D17593 background.