COLOR #D14C7E

HEX: #D14C7E
RGB: (209,76,126)

Color info

#D14C7E contains mainly red color. Web safe color of #D14C7E is #CC3366 (or #C36).

RGB color model

#D14C7E color RGB value is (209,76,126).

  • red value is 209;
  • green value is 76;
  • blue value is 126.
RGB:
(209,76,126)
(82%,30%,49%)

RGB channels and saturation

R 209 of 255 = 82%
G 76 of 255 = 30%
B 126 of 255 = 49%

209
76
126

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

Portions of RGB colors in percentages

R + G + B =
209 + 76 + 126 = 411 (100%)
R 209 of 411 ~ 50.85%
G 76 of 411 ~ 18.49%
B 126 of 411 ~ 30.66%

%50.85
%18.49
%30.66

CMYK color model

#D14C7E color CMYK value is (0,64,40,18).

  • cyan value is 0.00%
  • magenta value is 63.64%
  • yellow value is 39.71%
  • key color value is 18.04%
CMYK:
(0,64,40,18)
C0M64Y40K18 
(0%,64%,40%,18%)
(0.00/0.64/0.40/0.18)	

CMYK percentages

%0
%63.64
%39.71
%18.04

Codes

Color #D14C7E in popluar color models

D14C7E
RGB20976126
HSL337°59.11%55.88%
HSB/HSV337°63.64%81.96%
CMYK0.00%63.64%39.71%
18.04%

Color #D14C7E in popluar number systems.

HEXD14C7E
Decimal20976126
Binary1101000110011001111110
Octal321114176

Shades and tints

Shades of #D14C7E

#D14C7E
(209,76,126)
#BE4673
(190,70,115)
#AB4068
(171,64,104)
#983A5D
(152,58,93)
#853452
(133,52,82)
#722E47
(114,46,71)
#5F283C
(95,40,60)
#4C2231
(76,34,49)
#391C26
(57,28,38)
#26161B
(38,22,27)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #D14C7E

#D14C7E
(209,76,126)
#D55C89
(213,92,137)
#D96C94
(217,108,148)
#DD7C9F
(221,124,159)
#E18CAA
(225,140,170)
#E59CB5
(229,156,181)
#E9ACC0
(233,172,192)
#EDBCCB
(237,188,203)
#F1CCD6
(241,204,214)
#F5DCE1
(245,220,225)
#F9ECEC
(249,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D14C7E color. Also use rgb(209,76,126) instead hex code.

Text Font Color

.myTextColor { color: #D14C7E; }

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

This text font color is #D14C7E.


Background Color

.myBgColor { background-color: #D14C7E; }

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

This div background color is #D14C7E.


Border color

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

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

This div border color is #D14C7E.


Opacity

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

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

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

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

This text has shadow with #D14C7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D14C7E on black background.


Color preview on white background

This text has color #D14C7E on white background.



Black color preview on #D14C7E background

This text has black color on #D14C7E background.


White color preview on #D14C7E background

This text has white color on #D14C7E background.