COLOR #D14C61

HEX: #D14C61
RGB: (209,76,97)

Color info

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

RGB color model

#D14C61 color RGB value is (209,76,97).

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

RGB channels and saturation

R 209 of 255 = 82%
G 76 of 255 = 30%
B 97 of 255 = 38%

209
76
97

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

Portions of RGB colors in percentages

R + G + B =
209 + 76 + 97 = 382 (100%)
R 209 of 382 ~ 54.71%
G 76 of 382 ~ 19.9%
B 97 of 382 ~ 25.39%

%54.71
%19.9
%25.39

CMYK color model

#D14C61 color CMYK value is (0,64,54,18).

  • cyan value is 0.00%
  • magenta value is 63.64%
  • yellow value is 53.59%
  • key color value is 18.04%
CMYK:
(0,64,54,18)
C0M64Y54K18 
(0%,64%,54%,18%)
(0.00/0.64/0.54/0.18)	

CMYK percentages

%0
%63.64
%53.59
%18.04

Codes

Color #D14C61 in popluar color models

D14C61
RGB2097697
HSL351°59.11%55.88%
HSB/HSV351°63.64%81.96%
CMYK0.00%63.64%53.59%
18.04%

Color #D14C61 in popluar number systems.

HEXD14C61
Decimal2097697
Binary1101000110011001100001
Octal321114141

Shades and tints

Shades of #D14C61

#D14C61
(209,76,97)
#BE4659
(190,70,89)
#AB4051
(171,64,81)
#983A49
(152,58,73)
#853441
(133,52,65)
#722E39
(114,46,57)
#5F2831
(95,40,49)
#4C2229
(76,34,41)
#391C21
(57,28,33)
#261619
(38,22,25)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #D14C61

#D14C61
(209,76,97)
#D55C6F
(213,92,111)
#D96C7D
(217,108,125)
#DD7C8B
(221,124,139)
#E18C99
(225,140,153)
#E59CA7
(229,156,167)
#E9ACB5
(233,172,181)
#EDBCC3
(237,188,195)
#F1CCD1
(241,204,209)
#F5DCDF
(245,220,223)
#F9ECED
(249,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D14C61; }

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

This text font color is #D14C61.


Background Color

.myBgColor { background-color: #D14C61; }

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

This div background color is #D14C61.


Border color

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

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

This div border color is #D14C61.


Opacity

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

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

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

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

This text has shadow with #D14C61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D14C61 on black background.


Color preview on white background

This text has color #D14C61 on white background.



Black color preview on #D14C61 background

This text has black color on #D14C61 background.


White color preview on #D14C61 background

This text has white color on #D14C61 background.