COLOR #D16E95

HEX: #D16E95
RGB: (209,110,149)

Color info

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

RGB color model

#D16E95 color RGB value is (209,110,149).

  • red value is 209;
  • green value is 110;
  • blue value is 149.
RGB:
(209,110,149)
(82%,43%,58%)

RGB channels and saturation

R 209 of 255 = 82%
G 110 of 255 = 43%
B 149 of 255 = 58%

209
110
149

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

Portions of RGB colors in percentages

R + G + B =
209 + 110 + 149 = 468 (100%)
R 209 of 468 ~ 44.66%
G 110 of 468 ~ 23.5%
B 149 of 468 ~ 31.84%

%44.66
%23.5
%31.84

CMYK color model

#D16E95 color CMYK value is (0,47,29,18).

  • cyan value is 0.00%
  • magenta value is 47.37%
  • yellow value is 28.71%
  • key color value is 18.04%
CMYK:
(0,47,29,18)
C0M47Y29K18 
(0%,47%,29%,18%)
(0.00/0.47/0.29/0.18)	

CMYK percentages

%0
%47.37
%28.71
%18.04

Codes

Color #D16E95 in popluar color models

D16E95
RGB209110149
HSL336°51.83%62.55%
HSB/HSV336°47.37%81.96%
CMYK0.00%47.37%28.71%
18.04%

Color #D16E95 in popluar number systems.

HEXD16E95
Decimal209110149
Binary11010001110111010010101
Octal321156225

Shades and tints

Shades of #D16E95

#D16E95
(209,110,149)
#BE6488
(190,100,136)
#AB5A7B
(171,90,123)
#98506E
(152,80,110)
#854661
(133,70,97)
#723C54
(114,60,84)
#5F3247
(95,50,71)
#4C283A
(76,40,58)
#391E2D
(57,30,45)
#261420
(38,20,32)
#130A13
(19,10,19)
#000000
(0,0,0)

Tints of #D16E95

#D16E95
(209,110,149)
#D57B9E
(213,123,158)
#D988A7
(217,136,167)
#DD95B0
(221,149,176)
#E1A2B9
(225,162,185)
#E5AFC2
(229,175,194)
#E9BCCB
(233,188,203)
#EDC9D4
(237,201,212)
#F1D6DD
(241,214,221)
#F5E3E6
(245,227,230)
#F9F0EF
(249,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D16E95; }

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

This text font color is #D16E95.


Background Color

.myBgColor { background-color: #D16E95; }

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

This div background color is #D16E95.


Border color

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

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

This div border color is #D16E95.


Opacity

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

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

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

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

This text has shadow with #D16E95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D16E95 on black background.


Color preview on white background

This text has color #D16E95 on white background.



Black color preview on #D16E95 background

This text has black color on #D16E95 background.


White color preview on #D16E95 background

This text has white color on #D16E95 background.