COLOR #D34C72

HEX: #D34C72
RGB: (211,76,114)

Color info

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

RGB color model

#D34C72 color RGB value is (211,76,114).

  • red value is 211;
  • green value is 76;
  • blue value is 114.
RGB:
(211,76,114)
(83%,30%,45%)

RGB channels and saturation

R 211 of 255 = 83%
G 76 of 255 = 30%
B 114 of 255 = 45%

211
76
114

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

Portions of RGB colors in percentages

R + G + B =
211 + 76 + 114 = 401 (100%)
R 211 of 401 ~ 52.62%
G 76 of 401 ~ 18.95%
B 114 of 401 ~ 28.43%

%52.62
%18.95
%28.43

CMYK color model

#D34C72 color CMYK value is (0,64,46,17).

  • cyan value is 0.00%
  • magenta value is 63.98%
  • yellow value is 45.97%
  • key color value is 17.25%
CMYK:
(0,64,46,17)
C0M64Y46K17 
(0%,64%,46%,17%)
(0.00/0.64/0.46/0.17)	

CMYK percentages

%0
%63.98
%45.97
%17.25

Codes

Color #D34C72 in popluar color models

D34C72
RGB21176114
HSL343°60.54%56.27%
HSB/HSV343°63.98%82.75%
CMYK0.00%63.98%45.97%
17.25%

Color #D34C72 in popluar number systems.

HEXD34C72
Decimal21176114
Binary1101001110011001110010
Octal323114162

Shades and tints

Shades of #D34C72

#D34C72
(211,76,114)
#C04668
(192,70,104)
#AD405E
(173,64,94)
#9A3A54
(154,58,84)
#87344A
(135,52,74)
#742E40
(116,46,64)
#612836
(97,40,54)
#4E222C
(78,34,44)
#3B1C22
(59,28,34)
#281618
(40,22,24)
#15100E
(21,16,14)
#000000
(0,0,0)

Tints of #D34C72

#D34C72
(211,76,114)
#D75C7E
(215,92,126)
#DB6C8A
(219,108,138)
#DF7C96
(223,124,150)
#E38CA2
(227,140,162)
#E79CAE
(231,156,174)
#EBACBA
(235,172,186)
#EFBCC6
(239,188,198)
#F3CCD2
(243,204,210)
#F7DCDE
(247,220,222)
#FBECEA
(251,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D34C72 color. Also use rgb(211,76,114) instead hex code.

Text Font Color

.myTextColor { color: #D34C72; }

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

This text font color is #D34C72.


Background Color

.myBgColor { background-color: #D34C72; }

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

This div background color is #D34C72.


Border color

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

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

This div border color is #D34C72.


Opacity

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

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

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

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

This text has shadow with #D34C72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D34C72 on black background.


Color preview on white background

This text has color #D34C72 on white background.



Black color preview on #D34C72 background

This text has black color on #D34C72 background.


White color preview on #D34C72 background

This text has white color on #D34C72 background.