COLOR #D5777F

HEX: #D5777F
RGB: (213,119,127)

Color info

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

RGB color model

#D5777F color RGB value is (213,119,127).

  • red value is 213;
  • green value is 119;
  • blue value is 127.
RGB:
(213,119,127)
(84%,47%,50%)

RGB channels and saturation

R 213 of 255 = 84%
G 119 of 255 = 47%
B 127 of 255 = 50%

213
119
127

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

Portions of RGB colors in percentages

R + G + B =
213 + 119 + 127 = 459 (100%)
R 213 of 459 ~ 46.41%
G 119 of 459 ~ 25.93%
B 127 of 459 ~ 27.67%

%46.41
%25.93
%27.67

CMYK color model

#D5777F color CMYK value is (0,44,40,16).

  • cyan value is 0.00%
  • magenta value is 44.13%
  • yellow value is 40.38%
  • key color value is 16.47%
CMYK:
(0,44,40,16)
C0M44Y40K16 
(0%,44%,40%,16%)
(0.00/0.44/0.40/0.16)	

CMYK percentages

%0
%44.13
%40.38
%16.47

Codes

Color #D5777F in popluar color models

D5777F
RGB213119127
HSL355°52.81%65.10%
HSB/HSV355°44.13%83.53%
CMYK0.00%44.13%40.38%
16.47%

Color #D5777F in popluar number systems.

HEXD5777F
Decimal213119127
Binary1101010111101111111111
Octal325167177

Shades and tints

Shades of #D5777F

#D5777F
(213,119,127)
#C26D74
(194,109,116)
#AF6369
(175,99,105)
#9C595E
(156,89,94)
#894F53
(137,79,83)
#764548
(118,69,72)
#633B3D
(99,59,61)
#503132
(80,49,50)
#3D2727
(61,39,39)
#2A1D1C
(42,29,28)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #D5777F

#D5777F
(213,119,127)
#D8838A
(216,131,138)
#DB8F95
(219,143,149)
#DE9BA0
(222,155,160)
#E1A7AB
(225,167,171)
#E4B3B6
(228,179,182)
#E7BFC1
(231,191,193)
#EACBCC
(234,203,204)
#EDD7D7
(237,215,215)
#F0E3E2
(240,227,226)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5777F color. Also use rgb(213,119,127) instead hex code.

Text Font Color

.myTextColor { color: #D5777F; }

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

This text font color is #D5777F.


Background Color

.myBgColor { background-color: #D5777F; }

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

This div background color is #D5777F.


Border color

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

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

This div border color is #D5777F.


Opacity

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

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

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

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

This text has shadow with #D5777F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5777F on black background.


Color preview on white background

This text has color #D5777F on white background.



Black color preview on #D5777F background

This text has black color on #D5777F background.


White color preview on #D5777F background

This text has white color on #D5777F background.