COLOR #D77C98

HEX: #D77C98 RGB: (215,124,152)

Color info

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

RGB color model

#D77C98 color RGB value is (215,124,152).

RGB: (215,124,152) (84%, 49%, 60%)

RGB channels and saturation

R 215 of 255 = 84%
G 124 of 255 = 49%
B 152 of 255 = 60%

215
124
152

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

Portions of RGB colors in percentages

R + G + B = 215 + 124 + 152 = 491 (100%)
R 215 of 491 ~ 43.79%
G 124 of 491 ~ 25.25%
B 152 of 491 ~ 30.96'%

%43.79
%25.25
%30.96

CMYK color model

#D77C98 color CMYK value is (0,42,29,16).

  • cyan value is 0.00%
  • magenta value is 42.33%
  • yellow value is 29.30%
  • key color value is 15.69%

CMYK: (0,42,29,16)
C0M42Y29K16 (0%, 42%, 29%, 16%)
(0.00 / 0.42 / 0.29 / 0.16)

CMYK percentages

%0
%42.33
%29.3
%15.69

Codes

Color #D77C98 in popluar color models

D7 7C 98
RGB 215 124 152
HSL 342° 53.22% 66.47%
HSB/HSV 342° 42.33% 84.31%
CMYK 0.00% 42.33% 29.30%
15.69%

Color #D77C98 in popluar number systems.

HEX D7 7C 98
Decimal 215 124 152
Binary 11010111 1111100 10011000
Octal 327 174 230

Shades and tints

Shades of #D77C98

#D77C98
(215,124,152)
#C4718B
(196,113,139)
#B1667E
(177,102,126)
#9E5B71
(158,91,113)
#8B5064
(139,80,100)
#784557
(120,69,87)
#653A4A
(101,58,74)
#522F3D
(82,47,61)
#3F2430
(63,36,48)
#2C1923
(44,25,35)
#190E16
(25,14,22)
#000000
(0,0,0)

Tints of #D77C98

#D77C98
(215,124,152)
#DA87A1
(218,135,161)
#DD92AA
(221,146,170)
#E09DB3
(224,157,179)
#E3A8BC
(227,168,188)
#E6B3C5
(230,179,197)
#E9BECE
(233,190,206)
#ECC9D7
(236,201,215)
#EFD4E0
(239,212,224)
#F2DFE9
(242,223,233)
#F5EAF2
(245,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D77C98 color. Also use rgb(215,124,152) instead hex code.

Text Font Color

.myTextColor { color: #D77C98; }

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

This text font color is #D77C98.

Background Color

.myBgColor { background-color: #D77C98; }

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

This div background color is #D77C98.

Border color

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

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

This div border color is #D77C98.

Opacity

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

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

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

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

This text has shadow with #D77C98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D77C98.

Preview

Color preview on black background

This text has color #D77C98 on black background.


Color preview on white background

This text has color #D77C98 on white background.


Black color preview on #D77C98 background

This text has black color on #D77C98 background.


White color preview on #D77C98 background

This text has white color on #D77C98 background.


Related colors

Complementary color

Complementary color for #hex is #288367.


I love getcolorcode.com

Triadic colors

1 #98D77C and #7C98D7 with #D77C98 are triadic colors.

2 #987CD7 and #7CD798 with #D77C98 are triadic colors.