COLOR #D9749D

HEX: #D9749D
RGB: (217,116,157)

Color info

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

RGB color model

#D9749D color RGB value is (217,116,157).

  • red value is 217;
  • green value is 116;
  • blue value is 157.
RGB:
(217,116,157)
(85%,45%,62%)

RGB channels and saturation

R 217 of 255 = 85%
G 116 of 255 = 45%
B 157 of 255 = 62%

217
116
157

R + G + B ~ 64%. #D9749D is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 116 + 157 = 490 (100%)
R 217 of 490 ~ 44.29%
G 116 of 490 ~ 23.67%
B 157 of 490 ~ 32.04%

%44.29
%23.67
%32.04

CMYK color model

#D9749D color CMYK value is (0,47,28,15).

  • cyan value is 0.00%
  • magenta value is 46.54%
  • yellow value is 27.65%
  • key color value is 14.90%
CMYK:
(0,47,28,15)
C0M47Y28K15 
(0%,47%,28%,15%)
(0.00/0.47/0.28/0.15)	

CMYK percentages

%0
%46.54
%27.65
%14.9

Codes

Color #D9749D in popluar color models

D9749D
RGB217116157
HSL336°57.06%65.29%
HSB/HSV336°46.54%85.10%
CMYK0.00%46.54%27.65%
14.90%

Color #D9749D in popluar number systems.

HEXD9749D
Decimal217116157
Binary11011001111010010011101
Octal331164235

Shades and tints

Shades of #D9749D

#D9749D
(217,116,157)
#C66A8F
(198,106,143)
#B36081
(179,96,129)
#A05673
(160,86,115)
#8D4C65
(141,76,101)
#7A4257
(122,66,87)
#673849
(103,56,73)
#542E3B
(84,46,59)
#41242D
(65,36,45)
#2E1A1F
(46,26,31)
#1B1011
(27,16,17)
#000000
(0,0,0)

Tints of #D9749D

#D9749D
(217,116,157)
#DC80A5
(220,128,165)
#DF8CAD
(223,140,173)
#E298B5
(226,152,181)
#E5A4BD
(229,164,189)
#E8B0C5
(232,176,197)
#EBBCCD
(235,188,205)
#EEC8D5
(238,200,213)
#F1D4DD
(241,212,221)
#F4E0E5
(244,224,229)
#F7ECED
(247,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9749D color. Also use rgb(217,116,157) instead hex code.

Text Font Color

.myTextColor { color: #D9749D; }

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

This text font color is #D9749D.


Background Color

.myBgColor { background-color: #D9749D; }

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

This div background color is #D9749D.


Border color

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

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

This div border color is #D9749D.


Opacity

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

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

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

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

This text has shadow with #D9749D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9749D on black background.


Color preview on white background

This text has color #D9749D on white background.



Black color preview on #D9749D background

This text has black color on #D9749D background.


White color preview on #D9749D background

This text has white color on #D9749D background.