COLOR #D97494

HEX: #D97494
RGB: (217,116,148)

Color info

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

RGB color model

#D97494 color RGB value is (217,116,148).

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

RGB channels and saturation

R 217 of 255 = 85%
G 116 of 255 = 45%
B 148 of 255 = 58%

217
116
148

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

Portions of RGB colors in percentages

R + G + B =
217 + 116 + 148 = 481 (100%)
R 217 of 481 ~ 45.11%
G 116 of 481 ~ 24.12%
B 148 of 481 ~ 30.77%

%45.11
%24.12
%30.77

CMYK color model

#D97494 color CMYK value is (0,47,32,15).

  • cyan value is 0.00%
  • magenta value is 46.54%
  • yellow value is 31.80%
  • key color value is 14.90%
CMYK:
(0,47,32,15)
C0M47Y32K15 
(0%,47%,32%,15%)
(0.00/0.47/0.32/0.15)	

CMYK percentages

%0
%46.54
%31.8
%14.9

Codes

Color #D97494 in popluar color models

D97494
RGB217116148
HSL341°57.06%65.29%
HSB/HSV341°46.54%85.10%
CMYK0.00%46.54%31.80%
14.90%

Color #D97494 in popluar number systems.

HEXD97494
Decimal217116148
Binary11011001111010010010100
Octal331164224

Shades and tints

Shades of #D97494

#D97494
(217,116,148)
#C66A87
(198,106,135)
#B3607A
(179,96,122)
#A0566D
(160,86,109)
#8D4C60
(141,76,96)
#7A4253
(122,66,83)
#673846
(103,56,70)
#542E39
(84,46,57)
#41242C
(65,36,44)
#2E1A1F
(46,26,31)
#1B1012
(27,16,18)
#000000
(0,0,0)

Tints of #D97494

#D97494
(217,116,148)
#DC809D
(220,128,157)
#DF8CA6
(223,140,166)
#E298AF
(226,152,175)
#E5A4B8
(229,164,184)
#E8B0C1
(232,176,193)
#EBBCCA
(235,188,202)
#EEC8D3
(238,200,211)
#F1D4DC
(241,212,220)
#F4E0E5
(244,224,229)
#F7ECEE
(247,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D97494; }

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

This text font color is #D97494.


Background Color

.myBgColor { background-color: #D97494; }

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

This div background color is #D97494.


Border color

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

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

This div border color is #D97494.


Opacity

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

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

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

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

This text has shadow with #D97494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D97494 on black background.


Color preview on white background

This text has color #D97494 on white background.



Black color preview on #D97494 background

This text has black color on #D97494 background.


White color preview on #D97494 background

This text has white color on #D97494 background.