COLOR #D14E79

HEX: #D14E79
RGB: (209,78,121)

Color info

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

RGB color model

#D14E79 color RGB value is (209,78,121).

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

RGB channels and saturation

R 209 of 255 = 82%
G 78 of 255 = 31%
B 121 of 255 = 47%

209
78
121

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

Portions of RGB colors in percentages

R + G + B =
209 + 78 + 121 = 408 (100%)
R 209 of 408 ~ 51.23%
G 78 of 408 ~ 19.12%
B 121 of 408 ~ 29.66%

%51.23
%19.12
%29.66

CMYK color model

#D14E79 color CMYK value is (0,63,42,18).

  • cyan value is 0.00%
  • magenta value is 62.68%
  • yellow value is 42.11%
  • key color value is 18.04%
CMYK:
(0,63,42,18)
C0M63Y42K18 
(0%,63%,42%,18%)
(0.00/0.63/0.42/0.18)	

CMYK percentages

%0
%62.68
%42.11
%18.04

Codes

Color #D14E79 in popluar color models

D14E79
RGB20978121
HSL340°58.74%56.27%
HSB/HSV340°62.68%81.96%
CMYK0.00%62.68%42.11%
18.04%

Color #D14E79 in popluar number systems.

HEXD14E79
Decimal20978121
Binary1101000110011101111001
Octal321116171

Shades and tints

Shades of #D14E79

#D14E79
(209,78,121)
#BE476E
(190,71,110)
#AB4063
(171,64,99)
#983958
(152,57,88)
#85324D
(133,50,77)
#722B42
(114,43,66)
#5F2437
(95,36,55)
#4C1D2C
(76,29,44)
#391621
(57,22,33)
#260F16
(38,15,22)
#13080B
(19,8,11)
#000000
(0,0,0)

Tints of #D14E79

#D14E79
(209,78,121)
#D55E85
(213,94,133)
#D96E91
(217,110,145)
#DD7E9D
(221,126,157)
#E18EA9
(225,142,169)
#E59EB5
(229,158,181)
#E9AEC1
(233,174,193)
#EDBECD
(237,190,205)
#F1CED9
(241,206,217)
#F5DEE5
(245,222,229)
#F9EEF1
(249,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D14E79; }

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

This text font color is #D14E79.


Background Color

.myBgColor { background-color: #D14E79; }

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

This div background color is #D14E79.


Border color

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

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

This div border color is #D14E79.


Opacity

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

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

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

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

This text has shadow with #D14E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D14E79 on black background.


Color preview on white background

This text has color #D14E79 on white background.



Black color preview on #D14E79 background

This text has black color on #D14E79 background.


White color preview on #D14E79 background

This text has white color on #D14E79 background.