COLOR #D16477

HEX: #D16477
RGB: (209,100,119)

Color info

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

RGB color model

#D16477 color RGB value is (209,100,119).

  • red value is 209;
  • green value is 100;
  • blue value is 119.
RGB:
(209,100,119)
(82%,39%,47%)

RGB channels and saturation

R 209 of 255 = 82%
G 100 of 255 = 39%
B 119 of 255 = 47%

209
100
119

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

Portions of RGB colors in percentages

R + G + B =
209 + 100 + 119 = 428 (100%)
R 209 of 428 ~ 48.83%
G 100 of 428 ~ 23.36%
B 119 of 428 ~ 27.8%

%48.83
%23.36
%27.8

CMYK color model

#D16477 color CMYK value is (0,52,43,18).

  • cyan value is 0.00%
  • magenta value is 52.15%
  • yellow value is 43.06%
  • key color value is 18.04%
CMYK:
(0,52,43,18)
C0M52Y43K18 
(0%,52%,43%,18%)
(0.00/0.52/0.43/0.18)	

CMYK percentages

%0
%52.15
%43.06
%18.04

Codes

Color #D16477 in popluar color models

D16477
RGB209100119
HSL350°54.23%60.59%
HSB/HSV350°52.15%81.96%
CMYK0.00%52.15%43.06%
18.04%

Color #D16477 in popluar number systems.

HEXD16477
Decimal209100119
Binary1101000111001001110111
Octal321144167

Shades and tints

Shades of #D16477

#D16477
(209,100,119)
#BE5B6D
(190,91,109)
#AB5263
(171,82,99)
#984959
(152,73,89)
#85404F
(133,64,79)
#723745
(114,55,69)
#5F2E3B
(95,46,59)
#4C2531
(76,37,49)
#391C27
(57,28,39)
#26131D
(38,19,29)
#130A13
(19,10,19)
#000000
(0,0,0)

Tints of #D16477

#D16477
(209,100,119)
#D57283
(213,114,131)
#D9808F
(217,128,143)
#DD8E9B
(221,142,155)
#E19CA7
(225,156,167)
#E5AAB3
(229,170,179)
#E9B8BF
(233,184,191)
#EDC6CB
(237,198,203)
#F1D4D7
(241,212,215)
#F5E2E3
(245,226,227)
#F9F0EF
(249,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D16477; }

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

This text font color is #D16477.


Background Color

.myBgColor { background-color: #D16477; }

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

This div background color is #D16477.


Border color

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

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

This div border color is #D16477.


Opacity

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

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

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

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

This text has shadow with #D16477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D16477 on black background.


Color preview on white background

This text has color #D16477 on white background.



Black color preview on #D16477 background

This text has black color on #D16477 background.


White color preview on #D16477 background

This text has white color on #D16477 background.