COLOR #D9779E

HEX: #D9779E RGB: (217,119,158)

Color info

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

RGB color model

#D9779E color RGB value is (217,119,158).

RGB: (217,119,158) (85%, 47%, 62%)

RGB channels and saturation

R 217 of 255 = 85%
G 119 of 255 = 47%
B 158 of 255 = 62%

217
119
158

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

Portions of RGB colors in percentages

R + G + B = 217 + 119 + 158 = 494 (100%)
R 217 of 494 ~ 43.93%
G 119 of 494 ~ 24.09%
B 158 of 494 ~ 31.98'%

%43.93
%24.09
%31.98

CMYK color model

#D9779E color CMYK value is (0,45,27,15).

  • cyan value is 0.00%
  • magenta value is 45.16%
  • yellow value is 27.19%
  • key color value is 14.90%
CMYK: (0,45,27,15) C0M45Y27K15 (0%,45%,27%,15%) (0.00/0.45/0.27/0.15) 

CMYK percentages

%0
%45.16
%27.19
%14.9

Codes

Color #D9779E in popluar color models

D9 77 9E
RGB 217 119 158
HSL 336° 56.32% 65.88%
HSB/HSV 336° 45.16% 85.10%
CMYK 0.00% 45.16% 27.19%
14.90%

Color #D9779E in popluar number systems.

HEX D9 77 9E
Decimal 217 119 158
Binary 11011001 1110111 10011110
Octal 331 167 236

Shades and tints

Shades of #D9779E

#D9779E
(217,119,158)
#C66D90
(198,109,144)
#B36382
(179,99,130)
#A05974
(160,89,116)
#8D4F66
(141,79,102)
#7A4558
(122,69,88)
#673B4A
(103,59,74)
#54313C
(84,49,60)
#41272E
(65,39,46)
#2E1D20
(46,29,32)
#1B1312
(27,19,18)
#000000
(0,0,0)

Tints of #D9779E

#D9779E
(217,119,158)
#DC83A6
(220,131,166)
#DF8FAE
(223,143,174)
#E29BB6
(226,155,182)
#E5A7BE
(229,167,190)
#E8B3C6
(232,179,198)
#EBBFCE
(235,191,206)
#EECBD6
(238,203,214)
#F1D7DE
(241,215,222)
#F4E3E6
(244,227,230)
#F7EFEE
(247,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9779E color. Also use rgb(217,119,158) instead hex code.

Text Font Color

.myTextColor { color: #D9779E; }

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

This text font color is #D9779E.

Background Color

.myBgColor { background-color: #D9779E; }

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

This div background color is #D9779E.

Border color

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

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

This div border color is #D9779E.

Opacity

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

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

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

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

This text has shadow with #D9779E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9779E.

Preview

Color preview on black background

This text has color #D9779E on black background.


Color preview on white background

This text has color #D9779E on white background.


Black color preview on #D9779E background

This text has black color on #D9779E background.


White color preview on #D9779E background

This text has white color on #D9779E background.


Related colors

Complementary color

Complementary color for #hex is #268861.


I love getcolorcode.com

Triadic colors

1 #9ED977 and #779ED9 with #D9779E are triadic colors.

2 #9E77D9 and #77D99E with #D9779E are triadic colors.