COLOR #D97291

HEX: #D97291
RGB: (217,114,145)

Color info

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

RGB color model

#D97291 color RGB value is (217,114,145).

  • red value is 217;
  • green value is 114;
  • blue value is 145.
RGB:
(217,114,145)
(85%,45%,57%)

RGB channels and saturation

R 217 of 255 = 85%
G 114 of 255 = 45%
B 145 of 255 = 57%

217
114
145

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

Portions of RGB colors in percentages

R + G + B =
217 + 114 + 145 = 476 (100%)
R 217 of 476 ~ 45.59%
G 114 of 476 ~ 23.95%
B 145 of 476 ~ 30.46%

%45.59
%23.95
%30.46

CMYK color model

#D97291 color CMYK value is (0,47,33,15).

  • cyan value is 0.00%
  • magenta value is 47.47%
  • yellow value is 33.18%
  • key color value is 14.90%
CMYK:
(0,47,33,15)
C0M47Y33K15 
(0%,47%,33%,15%)
(0.00/0.47/0.33/0.15)	

CMYK percentages

%0
%47.47
%33.18
%14.9

Codes

Color #D97291 in popluar color models

D97291
RGB217114145
HSL342°57.54%64.90%
HSB/HSV342°47.47%85.10%
CMYK0.00%47.47%33.18%
14.90%

Color #D97291 in popluar number systems.

HEXD97291
Decimal217114145
Binary11011001111001010010001
Octal331162221

Shades and tints

Shades of #D97291

#D97291
(217,114,145)
#C66884
(198,104,132)
#B35E77
(179,94,119)
#A0546A
(160,84,106)
#8D4A5D
(141,74,93)
#7A4050
(122,64,80)
#673643
(103,54,67)
#542C36
(84,44,54)
#412229
(65,34,41)
#2E181C
(46,24,28)
#1B0E0F
(27,14,15)
#000000
(0,0,0)

Tints of #D97291

#D97291
(217,114,145)
#DC7E9B
(220,126,155)
#DF8AA5
(223,138,165)
#E296AF
(226,150,175)
#E5A2B9
(229,162,185)
#E8AEC3
(232,174,195)
#EBBACD
(235,186,205)
#EEC6D7
(238,198,215)
#F1D2E1
(241,210,225)
#F4DEEB
(244,222,235)
#F7EAF5
(247,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D97291 color. Also use rgb(217,114,145) instead hex code.

Text Font Color

.myTextColor { color: #D97291; }

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

This text font color is #D97291.


Background Color

.myBgColor { background-color: #D97291; }

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

This div background color is #D97291.


Border color

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

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

This div border color is #D97291.


Opacity

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

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

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

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

This text has shadow with #D97291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D97291 on black background.


Color preview on white background

This text has color #D97291 on white background.



Black color preview on #D97291 background

This text has black color on #D97291 background.


White color preview on #D97291 background

This text has white color on #D97291 background.