COLOR #D97393

HEX: #D97393 RGB: (217,115,147)

Color info

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

RGB color model

#D97393 color RGB value is (217,115,147).

RGB: (217,115,147) (85%, 45%, 58%)

RGB channels and saturation

R 217 of 255 = 85%
G 115 of 255 = 45%
B 147 of 255 = 58%

217
115
147

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

Portions of RGB colors in percentages

R + G + B = 217 + 115 + 147 = 479 (100%)
R 217 of 479 ~ 45.3%
G 115 of 479 ~ 24.01%
B 147 of 479 ~ 30.69'%

%45.3
%24.01
%30.69

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 47.00%
  • yellow value is 32.26%
  • 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
%47
%32.26
%14.9

Codes

Color #D97393 in popluar color models

D9 73 93
RGB 217 115 147
HSL 341° 57.30% 65.10%
HSB/HSV 341° 47.00% 85.10%
CMYK 0.00% 47.00% 32.26%
14.90%

Color #D97393 in popluar number systems.

HEX D9 73 93
Decimal 217 115 147
Binary 11011001 1110011 10010011
Octal 331 163 223

Shades and tints

Shades of #D97393

#D97393
(217,115,147)
#C66986
(198,105,134)
#B35F79
(179,95,121)
#A0556C
(160,85,108)
#8D4B5F
(141,75,95)
#7A4152
(122,65,82)
#673745
(103,55,69)
#542D38
(84,45,56)
#41232B
(65,35,43)
#2E191E
(46,25,30)
#1B0F11
(27,15,17)
#000000
(0,0,0)

Tints of #D97393

#D97393
(217,115,147)
#DC7F9C
(220,127,156)
#DF8BA5
(223,139,165)
#E297AE
(226,151,174)
#E5A3B7
(229,163,183)
#E8AFC0
(232,175,192)
#EBBBC9
(235,187,201)
#EEC7D2
(238,199,210)
#F1D3DB
(241,211,219)
#F4DFE4
(244,223,228)
#F7EBED
(247,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D97393; }

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

This text font color is #D97393.

Background Color

.myBgColor { background-color: #D97393; }

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

This div background color is #D97393.

Border color

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

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

This div border color is #D97393.

Opacity

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

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

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

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

This text has shadow with #D97393 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D97393.

Preview

Color preview on black background

This text has color #D97393 on black background.


Color preview on white background

This text has color #D97393 on white background.


Black color preview on #D97393 background

This text has black color on #D97393 background.


White color preview on #D97393 background

This text has white color on #D97393 background.


Related colors

Complementary color

Complementary color for #hex is #268C6C.


I love getcolorcode.com

Triadic colors

1 #93D973 and #7393D9 with #D97393 are triadic colors.

2 #9373D9 and #73D993 with #D97393 are triadic colors.