COLOR #D1174E

HEX: #D1174E
RGB: (209,23,78)

Color info

#D1174E contains mainly red color. Web safe color of #D1174E is #CC0066 (or #C06).

RGB color model

#D1174E color RGB value is (209,23,78).

  • red value is 209;
  • green value is 23;
  • blue value is 78.
RGB:
(209,23,78)
(82%,9%,31%)

RGB channels and saturation

R 209 of 255 = 82%
G 23 of 255 = 9%
B 78 of 255 = 31%

209
23
78

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

Portions of RGB colors in percentages

R + G + B =
209 + 23 + 78 = 310 (100%)
R 209 of 310 ~ 67.42%
G 23 of 310 ~ 7.42%
B 78 of 310 ~ 25.16%

%67.42
%25.16

CMYK color model

#D1174E color CMYK value is (0,89,63,18).

  • cyan value is 0.00%
  • magenta value is 89.00%
  • yellow value is 62.68%
  • key color value is 18.04%
CMYK:
(0,89,63,18)
C0M89Y63K18 
(0%,89%,63%,18%)
(0.00/0.89/0.63/0.18)	

CMYK percentages

%0
%89
%62.68
%18.04

Codes

Color #D1174E in popluar color models

D1174E
RGB2092378
HSL342°80.17%45.49%
HSB/HSV342°89.00%81.96%
CMYK0.00%89.00%62.68%
18.04%

Color #D1174E in popluar number systems.

HEXD1174E
Decimal2092378
Binary11010001101111001110
Octal32127116

Shades and tints

Shades of #D1174E

#D1174E
(209,23,78)
#BE1547
(190,21,71)
#AB1340
(171,19,64)
#981139
(152,17,57)
#850F32
(133,15,50)
#720D2B
(114,13,43)
#5F0B24
(95,11,36)
#4C091D
(76,9,29)
#390716
(57,7,22)
#26050F
(38,5,15)
#130308
(19,3,8)
#000000
(0,0,0)

Tints of #D1174E

#D1174E
(209,23,78)
#D52C5E
(213,44,94)
#D9416E
(217,65,110)
#DD567E
(221,86,126)
#E16B8E
(225,107,142)
#E5809E
(229,128,158)
#E995AE
(233,149,174)
#EDAABE
(237,170,190)
#F1BFCE
(241,191,206)
#F5D4DE
(245,212,222)
#F9E9EE
(249,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1174E color. Also use rgb(209,23,78) instead hex code.

Text Font Color

.myTextColor { color: #D1174E; }

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

This text font color is #D1174E.


Background Color

.myBgColor { background-color: #D1174E; }

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

This div background color is #D1174E.


Border color

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

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

This div border color is #D1174E.


Opacity

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

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

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

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

This text has shadow with #D1174E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1174E on black background.


Color preview on white background

This text has color #D1174E on white background.



Black color preview on #D1174E background

This text has black color on #D1174E background.


White color preview on #D1174E background

This text has white color on #D1174E background.