COLOR #D37A9D

HEX: #D37A9D RGB: (211,122,157)

Color info

#D37A9D contains mainly red and blue colors. Web safe color of #D37A9D is #CC6699 (or #C69).

RGB color model

#D37A9D color RGB value is (211,122,157).

RGB: (211,122,157) (83%, 48%, 62%)

RGB channels and saturation

R 211 of 255 = 83%
G 122 of 255 = 48%
B 157 of 255 = 62%

211
122
157

R + G + B ~ 64%. #D37A9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 122 + 157 = 490 (100%)
R 211 of 490 ~ 43.06%
G 122 of 490 ~ 24.9%
B 157 of 490 ~ 32.04'%

%43.06
%24.9
%32.04

CMYK color model

#D37A9D color CMYK value is (0,42,26,17).

  • cyan value is 0.00%
  • magenta value is 42.18%
  • yellow value is 25.59%
  • key color value is 17.25%

CMYK: (0,42,26,17)
C0M42Y26K17 (0%, 42%, 26%, 17%)
(0.00 / 0.42 / 0.26 / 0.17)

CMYK percentages

%0
%42.18
%25.59
%17.25

Codes

Color #D37A9D in popluar color models

D3 7A 9D
RGB 211 122 157
HSL 336° 50.28% 65.29%
HSB/HSV 336° 42.18% 82.75%
CMYK 0.00% 42.18% 25.59%
17.25%

Color #D37A9D in popluar number systems.

HEX D3 7A 9D
Decimal 211 122 157
Binary 11010011 1111010 10011101
Octal 323 172 235

Shades and tints

Shades of #D37A9D

#D37A9D
(211,122,157)
#C06F8F
(192,111,143)
#AD6481
(173,100,129)
#9A5973
(154,89,115)
#874E65
(135,78,101)
#744357
(116,67,87)
#613849
(97,56,73)
#4E2D3B
(78,45,59)
#3B222D
(59,34,45)
#28171F
(40,23,31)
#150C11
(21,12,17)
#000000
(0,0,0)

Tints of #D37A9D

#D37A9D
(211,122,157)
#D786A5
(215,134,165)
#DB92AD
(219,146,173)
#DF9EB5
(223,158,181)
#E3AABD
(227,170,189)
#E7B6C5
(231,182,197)
#EBC2CD
(235,194,205)
#EFCED5
(239,206,213)
#F3DADD
(243,218,221)
#F7E6E5
(247,230,229)
#FBF2ED
(251,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D37A9D color. Also use rgb(211,122,157) instead hex code.

Text Font Color

.myTextColor { color: #D37A9D; }

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

This text font color is #D37A9D.

Background Color

.myBgColor { background-color: #D37A9D; }

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

This div background color is #D37A9D.

Border color

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

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

This div border color is #D37A9D.

Opacity

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

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

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

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

This text has shadow with #D37A9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D37A9D.

Preview

Color preview on black background

This text has color #D37A9D on black background.


Color preview on white background

This text has color #D37A9D on white background.


Black color preview on #D37A9D background

This text has black color on #D37A9D background.


White color preview on #D37A9D background

This text has white color on #D37A9D background.


Related colors

Complementary color

Complementary color for #hex is #2C8562.


I love getcolorcode.com

Triadic colors

1 #9DD37A and #7A9DD3 with #D37A9D are triadic colors.

2 #9D7AD3 and #7AD39D with #D37A9D are triadic colors.