COLOR #D4728E

HEX: #D4728E
RGB: (212,114,142)

Color info

#D4728E contains mainly red color. Web safe color of #D4728E is #CC6699 (or #C69).

RGB color model

#D4728E color RGB value is (212,114,142).

  • red value is 212;
  • green value is 114;
  • blue value is 142.
RGB:
(212,114,142)
(83%,45%,56%)

RGB channels and saturation

R 212 of 255 = 83%
G 114 of 255 = 45%
B 142 of 255 = 56%

212
114
142

R + G + B ~ 61%. #D4728E is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 114 + 142 = 468 (100%)
R 212 of 468 ~ 45.3%
G 114 of 468 ~ 24.36%
B 142 of 468 ~ 30.34%

%45.3
%24.36
%30.34

CMYK color model

#D4728E color CMYK value is (0,46,33,17).

  • cyan value is 0.00%
  • magenta value is 46.23%
  • yellow value is 33.02%
  • key color value is 16.86%
CMYK:
(0,46,33,17)
C0M46Y33K17 
(0%,46%,33%,17%)
(0.00/0.46/0.33/0.17)	

CMYK percentages

%0
%46.23
%33.02
%16.86

Codes

Color #D4728E in popluar color models

D4728E
RGB212114142
HSL343°53.26%63.92%
HSB/HSV343°46.23%83.14%
CMYK0.00%46.23%33.02%
16.86%

Color #D4728E in popluar number systems.

HEXD4728E
Decimal212114142
Binary11010100111001010001110
Octal324162216

Shades and tints

Shades of #D4728E

#D4728E
(212,114,142)
#C16882
(193,104,130)
#AE5E76
(174,94,118)
#9B546A
(155,84,106)
#884A5E
(136,74,94)
#754052
(117,64,82)
#623646
(98,54,70)
#4F2C3A
(79,44,58)
#3C222E
(60,34,46)
#291822
(41,24,34)
#160E16
(22,14,22)
#000000
(0,0,0)

Tints of #D4728E

#D4728E
(212,114,142)
#D77E98
(215,126,152)
#DA8AA2
(218,138,162)
#DD96AC
(221,150,172)
#E0A2B6
(224,162,182)
#E3AEC0
(227,174,192)
#E6BACA
(230,186,202)
#E9C6D4
(233,198,212)
#ECD2DE
(236,210,222)
#EFDEE8
(239,222,232)
#F2EAF2
(242,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4728E color. Also use rgb(212,114,142) instead hex code.

Text Font Color

.myTextColor { color: #D4728E; }

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

This text font color is #D4728E.


Background Color

.myBgColor { background-color: #D4728E; }

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

This div background color is #D4728E.


Border color

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

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

This div border color is #D4728E.


Opacity

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

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

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

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

This text has shadow with #D4728E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4728E on black background.


Color preview on white background

This text has color #D4728E on white background.



Black color preview on #D4728E background

This text has black color on #D4728E background.


White color preview on #D4728E background

This text has white color on #D4728E background.