COLOR #D16FA9

HEX: #D16FA9
RGB: (209,111,169)

Color info

#D16FA9 contains mainly red and blue colors. Web safe color of #D16FA9 is #CC6699 (or #C69).

RGB color model

#D16FA9 color RGB value is (209,111,169).

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

RGB channels and saturation

R 209 of 255 = 82%
G 111 of 255 = 44%
B 169 of 255 = 66%

209
111
169

R + G + B ~ 64%. #D16FA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 111 + 169 = 489 (100%)
R 209 of 489 ~ 42.74%
G 111 of 489 ~ 22.7%
B 169 of 489 ~ 34.56%

%42.74
%22.7
%34.56

CMYK color model

#D16FA9 color CMYK value is (0,47,19,18).

  • cyan value is 0.00%
  • magenta value is 46.89%
  • yellow value is 19.14%
  • key color value is 18.04%
CMYK:
(0,47,19,18)
C0M47Y19K18 
(0%,47%,19%,18%)
(0.00/0.47/0.19/0.18)	

CMYK percentages

%0
%46.89
%19.14
%18.04

Codes

Color #D16FA9 in popluar color models

D16FA9
RGB209111169
HSL324°51.58%62.75%
HSB/HSV324°46.89%81.96%
CMYK0.00%46.89%19.14%
18.04%

Color #D16FA9 in popluar number systems.

HEXD16FA9
Decimal209111169
Binary11010001110111110101001
Octal321157251

Shades and tints

Shades of #D16FA9

#D16FA9
(209,111,169)
#BE659A
(190,101,154)
#AB5B8B
(171,91,139)
#98517C
(152,81,124)
#85476D
(133,71,109)
#723D5E
(114,61,94)
#5F334F
(95,51,79)
#4C2940
(76,41,64)
#391F31
(57,31,49)
#261522
(38,21,34)
#130B13
(19,11,19)
#000000
(0,0,0)

Tints of #D16FA9

#D16FA9
(209,111,169)
#D57CB0
(213,124,176)
#D989B7
(217,137,183)
#DD96BE
(221,150,190)
#E1A3C5
(225,163,197)
#E5B0CC
(229,176,204)
#E9BDD3
(233,189,211)
#EDCADA
(237,202,218)
#F1D7E1
(241,215,225)
#F5E4E8
(245,228,232)
#F9F1EF
(249,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D16FA9; }

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

This text font color is #D16FA9.


Background Color

.myBgColor { background-color: #D16FA9; }

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

This div background color is #D16FA9.


Border color

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

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

This div border color is #D16FA9.


Opacity

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

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

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

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

This text has shadow with #D16FA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D16FA9 on black background.


Color preview on white background

This text has color #D16FA9 on white background.



Black color preview on #D16FA9 background

This text has black color on #D16FA9 background.


White color preview on #D16FA9 background

This text has white color on #D16FA9 background.