COLOR #D94E7F

HEX: #D94E7F RGB: (217,78,127)

Color info

#D94E7F contains mainly red color. Web safe color of #D94E7F is #CC6666 (or #C66).

RGB color model

#D94E7F color RGB value is (217,78,127).

RGB: (217,78,127) (85%, 31%, 50%)

RGB channels and saturation

R 217 of 255 = 85%
G 78 of 255 = 31%
B 127 of 255 = 50%

217
78
127

R + G + B ~ 55%. #D94E7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 217 + 78 + 127 = 422 (100%)
R 217 of 422 ~ 51.42%
G 78 of 422 ~ 18.48%
B 127 of 422 ~ 30.09'%

%51.42
%18.48
%30.09

CMYK color model

#D94E7F color CMYK value is (0,64,41,15).

  • cyan value is 0.00%
  • magenta value is 64.06%
  • yellow value is 41.47%
  • key color value is 14.90%

CMYK: (0,64,41,15)
C0M64Y41K15 (0%, 64%, 41%, 15%)
(0.00 / 0.64 / 0.41 / 0.15)

CMYK percentages

%0
%64.06
%41.47
%14.9

Codes

Color #D94E7F in popluar color models

D9 4E 7F
RGB 217 78 127
HSL 339° 64.65% 57.84%
HSB/HSV 339° 64.06% 85.10%
CMYK 0.00% 64.06% 41.47%
14.90%

Color #D94E7F in popluar number systems.

HEX D9 4E 7F
Decimal 217 78 127
Binary 11011001 1001110 1111111
Octal 331 116 177

Shades and tints

Shades of #D94E7F

#D94E7F
(217,78,127)
#C64774
(198,71,116)
#B34069
(179,64,105)
#A0395E
(160,57,94)
#8D3253
(141,50,83)
#7A2B48
(122,43,72)
#67243D
(103,36,61)
#541D32
(84,29,50)
#411627
(65,22,39)
#2E0F1C
(46,15,28)
#1B0811
(27,8,17)
#000000
(0,0,0)

Tints of #D94E7F

#D94E7F
(217,78,127)
#DC5E8A
(220,94,138)
#DF6E95
(223,110,149)
#E27EA0
(226,126,160)
#E58EAB
(229,142,171)
#E89EB6
(232,158,182)
#EBAEC1
(235,174,193)
#EEBECC
(238,190,204)
#F1CED7
(241,206,215)
#F4DEE2
(244,222,226)
#F7EEED
(247,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D94E7F color. Also use rgb(217,78,127) instead hex code.

Text Font Color

.myTextColor { color: #D94E7F; }

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

This text font color is #D94E7F.

Background Color

.myBgColor { background-color: #D94E7F; }

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

This div background color is #D94E7F.

Border color

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

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

This div border color is #D94E7F.

Opacity

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

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

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

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

This text has shadow with #D94E7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D94E7F.

Preview

Color preview on black background

This text has color #D94E7F on black background.


Color preview on white background

This text has color #D94E7F on white background.


Black color preview on #D94E7F background

This text has black color on #D94E7F background.


White color preview on #D94E7F background

This text has white color on #D94E7F background.


Related colors

Complementary color

Complementary color for #hex is #26B180.


I love getcolorcode.com

Triadic colors

1 #7FD94E and #4E7FD9 with #D94E7F are triadic colors.

2 #7F4ED9 and #4ED97F with #D94E7F are triadic colors.