COLOR #D97D9A

HEX: #D97D9A RGB: (217,125,154)

Color info

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

RGB color model

#D97D9A color RGB value is (217,125,154).

RGB: (217,125,154) (85%, 49%, 60%)

RGB channels and saturation

R 217 of 255 = 85%
G 125 of 255 = 49%
B 154 of 255 = 60%

217
125
154

R + G + B ~ 65%. #D97D9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 125 + 154 = 496 (100%)
R 217 of 496 ~ 43.75%
G 125 of 496 ~ 25.2%
B 154 of 496 ~ 31.05'%

%43.75
%25.2
%31.05

CMYK color model

#D97D9A color CMYK value is (0,42,29,15).

  • cyan value is 0.00%
  • magenta value is 42.40%
  • yellow value is 29.03%
  • key color value is 14.90%
CMYK: (0,42,29,15) C0M42Y29K15 (0%,42%,29%,15%) (0.00/0.42/0.29/0.15) 

CMYK percentages

%0
%42.4
%29.03
%14.9

Codes

Color #D97D9A in popluar color models

D9 7D 9A
RGB 217 125 154
HSL 341° 54.76% 67.06%
HSB/HSV 341° 42.40% 85.10%
CMYK 0.00% 42.40% 29.03%
14.90%

Color #D97D9A in popluar number systems.

HEX D9 7D 9A
Decimal 217 125 154
Binary 11011001 1111101 10011010
Octal 331 175 232

Shades and tints

Shades of #D97D9A

#D97D9A
(217,125,154)
#C6728C
(198,114,140)
#B3677E
(179,103,126)
#A05C70
(160,92,112)
#8D5162
(141,81,98)
#7A4654
(122,70,84)
#673B46
(103,59,70)
#543038
(84,48,56)
#41252A
(65,37,42)
#2E1A1C
(46,26,28)
#1B0F0E
(27,15,14)
#000000
(0,0,0)

Tints of #D97D9A

#D97D9A
(217,125,154)
#DC88A3
(220,136,163)
#DF93AC
(223,147,172)
#E29EB5
(226,158,181)
#E5A9BE
(229,169,190)
#E8B4C7
(232,180,199)
#EBBFD0
(235,191,208)
#EECAD9
(238,202,217)
#F1D5E2
(241,213,226)
#F4E0EB
(244,224,235)
#F7EBF4
(247,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D97D9A color. Also use rgb(217,125,154) instead hex code.

Text Font Color

.myTextColor { color: #D97D9A; }

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

This text font color is #D97D9A.

Background Color

.myBgColor { background-color: #D97D9A; }

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

This div background color is #D97D9A.

Border color

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

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

This div border color is #D97D9A.

Opacity

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

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

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

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

This text has shadow with #D97D9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D97D9A.

Preview

Color preview on black background

This text has color #D97D9A on black background.


Color preview on white background

This text has color #D97D9A on white background.


Black color preview on #D97D9A background

This text has black color on #D97D9A background.


White color preview on #D97D9A background

This text has white color on #D97D9A background.


Related colors

Complementary color

Complementary color for #hex is #268265.


I love getcolorcode.com

Triadic colors

1 #9AD97D and #7D9AD9 with #D97D9A are triadic colors.

2 #9A7DD9 and #7DD99A with #D97D9A are triadic colors.