COLOR #D16F93

HEX: #D16F93
RGB: (209,111,147)

Color info

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

RGB color model

#D16F93 color RGB value is (209,111,147).

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

RGB channels and saturation

R 209 of 255 = 82%
G 111 of 255 = 44%
B 147 of 255 = 58%

209
111
147

R + G + B ~ 61%. #D16F93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 111 + 147 = 467 (100%)
R 209 of 467 ~ 44.75%
G 111 of 467 ~ 23.77%
B 147 of 467 ~ 31.48%

%44.75
%23.77
%31.48

CMYK color model

#D16F93 color CMYK value is (0,47,30,18).

  • cyan value is 0.00%
  • magenta value is 46.89%
  • yellow value is 29.67%
  • key color value is 18.04%
CMYK:
(0,47,30,18)
C0M47Y30K18 
(0%,47%,30%,18%)
(0.00/0.47/0.30/0.18)	

CMYK percentages

%0
%46.89
%29.67
%18.04

Codes

Color #D16F93 in popluar color models

D16F93
RGB209111147
HSL338°51.58%62.75%
HSB/HSV338°46.89%81.96%
CMYK0.00%46.89%29.67%
18.04%

Color #D16F93 in popluar number systems.

HEXD16F93
Decimal209111147
Binary11010001110111110010011
Octal321157223

Shades and tints

Shades of #D16F93

#D16F93
(209,111,147)
#BE6586
(190,101,134)
#AB5B79
(171,91,121)
#98516C
(152,81,108)
#85475F
(133,71,95)
#723D52
(114,61,82)
#5F3345
(95,51,69)
#4C2938
(76,41,56)
#391F2B
(57,31,43)
#26151E
(38,21,30)
#130B11
(19,11,17)
#000000
(0,0,0)

Tints of #D16F93

#D16F93
(209,111,147)
#D57C9C
(213,124,156)
#D989A5
(217,137,165)
#DD96AE
(221,150,174)
#E1A3B7
(225,163,183)
#E5B0C0
(229,176,192)
#E9BDC9
(233,189,201)
#EDCAD2
(237,202,210)
#F1D7DB
(241,215,219)
#F5E4E4
(245,228,228)
#F9F1ED
(249,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D16F93; }

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

This text font color is #D16F93.


Background Color

.myBgColor { background-color: #D16F93; }

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

This div background color is #D16F93.


Border color

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

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

This div border color is #D16F93.


Opacity

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

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

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

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

This text has shadow with #D16F93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D16F93 on black background.


Color preview on white background

This text has color #D16F93 on white background.



Black color preview on #D16F93 background

This text has black color on #D16F93 background.


White color preview on #D16F93 background

This text has white color on #D16F93 background.