COLOR #D77898

HEX: #D77898
RGB: (215,120,152)

Color info

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

RGB color model

#D77898 color RGB value is (215,120,152).

  • red value is 215;
  • green value is 120;
  • blue value is 152.
RGB:
(215,120,152)
(84%,47%,60%)

RGB channels and saturation

R 215 of 255 = 84%
G 120 of 255 = 47%
B 152 of 255 = 60%

215
120
152

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

Portions of RGB colors in percentages

R + G + B =
215 + 120 + 152 = 487 (100%)
R 215 of 487 ~ 44.15%
G 120 of 487 ~ 24.64%
B 152 of 487 ~ 31.21%

%44.15
%24.64
%31.21

CMYK color model

#D77898 color CMYK value is (0,44,29,16).

  • cyan value is 0.00%
  • magenta value is 44.19%
  • yellow value is 29.30%
  • key color value is 15.69%
CMYK:
(0,44,29,16)
C0M44Y29K16 
(0%,44%,29%,16%)
(0.00/0.44/0.29/0.16)	

CMYK percentages

%0
%44.19
%29.3
%15.69

Codes

Color #D77898 in popluar color models

D77898
RGB215120152
HSL340°54.29%65.69%
HSB/HSV340°44.19%84.31%
CMYK0.00%44.19%29.30%
15.69%

Color #D77898 in popluar number systems.

HEXD77898
Decimal215120152
Binary11010111111100010011000
Octal327170230

Shades and tints

Shades of #D77898

#D77898
(215,120,152)
#C46E8B
(196,110,139)
#B1647E
(177,100,126)
#9E5A71
(158,90,113)
#8B5064
(139,80,100)
#784657
(120,70,87)
#653C4A
(101,60,74)
#52323D
(82,50,61)
#3F2830
(63,40,48)
#2C1E23
(44,30,35)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #D77898

#D77898
(215,120,152)
#DA84A1
(218,132,161)
#DD90AA
(221,144,170)
#E09CB3
(224,156,179)
#E3A8BC
(227,168,188)
#E6B4C5
(230,180,197)
#E9C0CE
(233,192,206)
#ECCCD7
(236,204,215)
#EFD8E0
(239,216,224)
#F2E4E9
(242,228,233)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D77898; }

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

This text font color is #D77898.


Background Color

.myBgColor { background-color: #D77898; }

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

This div background color is #D77898.


Border color

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

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

This div border color is #D77898.


Opacity

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

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

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

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

This text has shadow with #D77898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D77898 on black background.


Color preview on white background

This text has color #D77898 on white background.



Black color preview on #D77898 background

This text has black color on #D77898 background.


White color preview on #D77898 background

This text has white color on #D77898 background.