COLOR #D9738E

HEX: #D9738E
RGB: (217,115,142)

Color info

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

RGB color model

#D9738E color RGB value is (217,115,142).

  • red value is 217;
  • green value is 115;
  • blue value is 142.
RGB:
(217,115,142)
(85%,45%,56%)

RGB channels and saturation

R 217 of 255 = 85%
G 115 of 255 = 45%
B 142 of 255 = 56%

217
115
142

R + G + B ~ 62%. #D9738E is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 115 + 142 = 474 (100%)
R 217 of 474 ~ 45.78%
G 115 of 474 ~ 24.26%
B 142 of 474 ~ 29.96%

%45.78
%24.26
%29.96

CMYK color model

#D9738E color CMYK value is (0,47,35,15).

  • cyan value is 0.00%
  • magenta value is 47.00%
  • yellow value is 34.56%
  • key color value is 14.90%
CMYK:
(0,47,35,15)
C0M47Y35K15 
(0%,47%,35%,15%)
(0.00/0.47/0.35/0.15)	

CMYK percentages

%0
%47
%34.56
%14.9

Codes

Color #D9738E in popluar color models

D9738E
RGB217115142
HSL344°57.30%65.10%
HSB/HSV344°47.00%85.10%
CMYK0.00%47.00%34.56%
14.90%

Color #D9738E in popluar number systems.

HEXD9738E
Decimal217115142
Binary11011001111001110001110
Octal331163216

Shades and tints

Shades of #D9738E

#D9738E
(217,115,142)
#C66982
(198,105,130)
#B35F76
(179,95,118)
#A0556A
(160,85,106)
#8D4B5E
(141,75,94)
#7A4152
(122,65,82)
#673746
(103,55,70)
#542D3A
(84,45,58)
#41232E
(65,35,46)
#2E1922
(46,25,34)
#1B0F16
(27,15,22)
#000000
(0,0,0)

Tints of #D9738E

#D9738E
(217,115,142)
#DC7F98
(220,127,152)
#DF8BA2
(223,139,162)
#E297AC
(226,151,172)
#E5A3B6
(229,163,182)
#E8AFC0
(232,175,192)
#EBBBCA
(235,187,202)
#EEC7D4
(238,199,212)
#F1D3DE
(241,211,222)
#F4DFE8
(244,223,232)
#F7EBF2
(247,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9738E color. Also use rgb(217,115,142) instead hex code.

Text Font Color

.myTextColor { color: #D9738E; }

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

This text font color is #D9738E.


Background Color

.myBgColor { background-color: #D9738E; }

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

This div background color is #D9738E.


Border color

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

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

This div border color is #D9738E.


Opacity

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

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

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

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

This text has shadow with #D9738E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9738E on black background.


Color preview on white background

This text has color #D9738E on white background.



Black color preview on #D9738E background

This text has black color on #D9738E background.


White color preview on #D9738E background

This text has white color on #D9738E background.