COLOR #D47F9D

HEX: #D47F9D RGB: (212,127,157)

Color info

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

RGB color model

#D47F9D color RGB value is (212,127,157).

RGB: (212,127,157) (83%, 50%, 62%)

RGB channels and saturation

R 212 of 255 = 83%
G 127 of 255 = 50%
B 157 of 255 = 62%

212
127
157

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

Portions of RGB colors in percentages

R + G + B = 212 + 127 + 157 = 496 (100%)
R 212 of 496 ~ 42.74%
G 127 of 496 ~ 25.6%
B 157 of 496 ~ 31.65'%

%42.74
%25.6
%31.65

CMYK color model

#D47F9D color CMYK value is (0,40,26,17).

  • cyan value is 0.00%
  • magenta value is 40.09%
  • yellow value is 25.94%
  • key color value is 16.86%

CMYK: (0,40,26,17)
C0M40Y26K17 (0%, 40%, 26%, 17%)
(0.00 / 0.40 / 0.26 / 0.17)

CMYK percentages

%0
%40.09
%25.94
%16.86

Codes

Color #D47F9D in popluar color models

D4 7F 9D
RGB 212 127 157
HSL 339° 49.71% 66.47%
HSB/HSV 339° 40.09% 83.14%
CMYK 0.00% 40.09% 25.94%
16.86%

Color #D47F9D in popluar number systems.

HEX D4 7F 9D
Decimal 212 127 157
Binary 11010100 1111111 10011101
Octal 324 177 235

Shades and tints

Shades of #D47F9D

#D47F9D
(212,127,157)
#C1748F
(193,116,143)
#AE6981
(174,105,129)
#9B5E73
(155,94,115)
#885365
(136,83,101)
#754857
(117,72,87)
#623D49
(98,61,73)
#4F323B
(79,50,59)
#3C272D
(60,39,45)
#291C1F
(41,28,31)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #D47F9D

#D47F9D
(212,127,157)
#D78AA5
(215,138,165)
#DA95AD
(218,149,173)
#DDA0B5
(221,160,181)
#E0ABBD
(224,171,189)
#E3B6C5
(227,182,197)
#E6C1CD
(230,193,205)
#E9CCD5
(233,204,213)
#ECD7DD
(236,215,221)
#EFE2E5
(239,226,229)
#F2EDED
(242,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D47F9D color. Also use rgb(212,127,157) instead hex code.

Text Font Color

.myTextColor { color: #D47F9D; }

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

This text font color is #D47F9D.

Background Color

.myBgColor { background-color: #D47F9D; }

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

This div background color is #D47F9D.

Border color

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

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

This div border color is #D47F9D.

Opacity

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

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

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

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

This text has shadow with #D47F9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D47F9D.

Preview

Color preview on black background

This text has color #D47F9D on black background.


Color preview on white background

This text has color #D47F9D on white background.


Black color preview on #D47F9D background

This text has black color on #D47F9D background.


White color preview on #D47F9D background

This text has white color on #D47F9D background.


Related colors

Complementary color

Complementary color for #hex is #2B8062.


I love getcolorcode.com

Triadic colors

1 #9DD47F and #7F9DD4 with #D47F9D are triadic colors.

2 #9D7FD4 and #7FD49D with #D47F9D are triadic colors.