COLOR #D4749A

HEX: #D4749A
RGB: (212,116,154)

Color info

#D4749A contains mainly red and blue colors. Web safe color of #D4749A is #CC6699 (or #C69).

RGB color model

#D4749A color RGB value is (212,116,154).

  • red value is 212;
  • green value is 116;
  • blue value is 154.
RGB:
(212,116,154)
(83%,45%,60%)

RGB channels and saturation

R 212 of 255 = 83%
G 116 of 255 = 45%
B 154 of 255 = 60%

212
116
154

R + G + B ~ 63%. #D4749A is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 116 + 154 = 482 (100%)
R 212 of 482 ~ 43.98%
G 116 of 482 ~ 24.07%
B 154 of 482 ~ 31.95%

%43.98
%24.07
%31.95

CMYK color model

#D4749A color CMYK value is (0,45,27,17).

  • cyan value is 0.00%
  • magenta value is 45.28%
  • yellow value is 27.36%
  • key color value is 16.86%
CMYK:
(0,45,27,17)
C0M45Y27K17 
(0%,45%,27%,17%)
(0.00/0.45/0.27/0.17)	

CMYK percentages

%0
%45.28
%27.36
%16.86

Codes

Color #D4749A in popluar color models

D4749A
RGB212116154
HSL336°52.75%64.31%
HSB/HSV336°45.28%83.14%
CMYK0.00%45.28%27.36%
16.86%

Color #D4749A in popluar number systems.

HEXD4749A
Decimal212116154
Binary11010100111010010011010
Octal324164232

Shades and tints

Shades of #D4749A

#D4749A
(212,116,154)
#C16A8C
(193,106,140)
#AE607E
(174,96,126)
#9B5670
(155,86,112)
#884C62
(136,76,98)
#754254
(117,66,84)
#623846
(98,56,70)
#4F2E38
(79,46,56)
#3C242A
(60,36,42)
#291A1C
(41,26,28)
#16100E
(22,16,14)
#000000
(0,0,0)

Tints of #D4749A

#D4749A
(212,116,154)
#D780A3
(215,128,163)
#DA8CAC
(218,140,172)
#DD98B5
(221,152,181)
#E0A4BE
(224,164,190)
#E3B0C7
(227,176,199)
#E6BCD0
(230,188,208)
#E9C8D9
(233,200,217)
#ECD4E2
(236,212,226)
#EFE0EB
(239,224,235)
#F2ECF4
(242,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4749A color. Also use rgb(212,116,154) instead hex code.

Text Font Color

.myTextColor { color: #D4749A; }

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

This text font color is #D4749A.


Background Color

.myBgColor { background-color: #D4749A; }

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

This div background color is #D4749A.


Border color

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

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

This div border color is #D4749A.


Opacity

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

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

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

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

This text has shadow with #D4749A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4749A on black background.


Color preview on white background

This text has color #D4749A on white background.



Black color preview on #D4749A background

This text has black color on #D4749A background.


White color preview on #D4749A background

This text has white color on #D4749A background.