COLOR #D77897

HEX: #D77897
RGB: (215,120,151)

Color info

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

RGB color model

#D77897 color RGB value is (215,120,151).

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

RGB channels and saturation

R 215 of 255 = 84%
G 120 of 255 = 47%
B 151 of 255 = 59%

215
120
151

R + G + B ~ 63%. #D77897 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 120 + 151 = 486 (100%)
R 215 of 486 ~ 44.24%
G 120 of 486 ~ 24.69%
B 151 of 486 ~ 31.07%

%44.24
%24.69
%31.07

CMYK color model

#D77897 color CMYK value is (0,44,30,16).

  • cyan value is 0.00%
  • magenta value is 44.19%
  • yellow value is 29.77%
  • key color value is 15.69%
CMYK:
(0,44,30,16)
C0M44Y30K16 
(0%,44%,30%,16%)
(0.00/0.44/0.30/0.16)	

CMYK percentages

%0
%44.19
%29.77
%15.69

Codes

Color #D77897 in popluar color models

D77897
RGB215120151
HSL340°54.29%65.69%
HSB/HSV340°44.19%84.31%
CMYK0.00%44.19%29.77%
15.69%

Color #D77897 in popluar number systems.

HEXD77897
Decimal215120151
Binary11010111111100010010111
Octal327170227

Shades and tints

Shades of #D77897

#D77897
(215,120,151)
#C46E8A
(196,110,138)
#B1647D
(177,100,125)
#9E5A70
(158,90,112)
#8B5063
(139,80,99)
#784656
(120,70,86)
#653C49
(101,60,73)
#52323C
(82,50,60)
#3F282F
(63,40,47)
#2C1E22
(44,30,34)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #D77897

#D77897
(215,120,151)
#DA84A0
(218,132,160)
#DD90A9
(221,144,169)
#E09CB2
(224,156,178)
#E3A8BB
(227,168,187)
#E6B4C4
(230,180,196)
#E9C0CD
(233,192,205)
#ECCCD6
(236,204,214)
#EFD8DF
(239,216,223)
#F2E4E8
(242,228,232)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D77897; }

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

This text font color is #D77897.


Background Color

.myBgColor { background-color: #D77897; }

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

This div background color is #D77897.


Border color

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

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

This div border color is #D77897.


Opacity

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

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

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

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

This text has shadow with #D77897 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D77897 on black background.


Color preview on white background

This text has color #D77897 on white background.



Black color preview on #D77897 background

This text has black color on #D77897 background.


White color preview on #D77897 background

This text has white color on #D77897 background.