COLOR #D45777

HEX: #D45777 RGB: (212,87,119)

Color info

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

RGB color model

#D45777 color RGB value is (212,87,119).

RGB: (212,87,119) (83%, 34%, 47%)

RGB channels and saturation

R 212 of 255 = 83%
G 87 of 255 = 34%
B 119 of 255 = 47%

212
87
119

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

Portions of RGB colors in percentages

R + G + B = 212 + 87 + 119 = 418 (100%)
R 212 of 418 ~ 50.72%
G 87 of 418 ~ 20.81%
B 119 of 418 ~ 28.47'%

%50.72
%20.81
%28.47

CMYK color model

#D45777 color CMYK value is (0,59,44,17).

  • cyan value is 0.00%
  • magenta value is 58.96%
  • yellow value is 43.87%
  • key color value is 16.86%

CMYK: (0,59,44,17)
C0M59Y44K17 (0%, 59%, 44%, 17%)
(0.00 / 0.59 / 0.44 / 0.17)

CMYK percentages

%0
%58.96
%43.87
%16.86

Codes

Color #D45777 in popluar color models

D4 57 77
RGB 212 87 119
HSL 345° 59.24% 58.63%
HSB/HSV 345° 58.96% 83.14%
CMYK 0.00% 58.96% 43.87%
16.86%

Color #D45777 in popluar number systems.

HEX D4 57 77
Decimal 212 87 119
Binary 11010100 1010111 1110111
Octal 324 127 167

Shades and tints

Shades of #D45777

#D45777
(212,87,119)
#C1506D
(193,80,109)
#AE4963
(174,73,99)
#9B4259
(155,66,89)
#883B4F
(136,59,79)
#753445
(117,52,69)
#622D3B
(98,45,59)
#4F2631
(79,38,49)
#3C1F27
(60,31,39)
#29181D
(41,24,29)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #D45777

#D45777
(212,87,119)
#D76683
(215,102,131)
#DA758F
(218,117,143)
#DD849B
(221,132,155)
#E093A7
(224,147,167)
#E3A2B3
(227,162,179)
#E6B1BF
(230,177,191)
#E9C0CB
(233,192,203)
#ECCFD7
(236,207,215)
#EFDEE3
(239,222,227)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D45777 color. Also use rgb(212,87,119) instead hex code.

Text Font Color

.myTextColor { color: #D45777; }

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

This text font color is #D45777.

Background Color

.myBgColor { background-color: #D45777; }

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

This div background color is #D45777.

Border color

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

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

This div border color is #D45777.

Opacity

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

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

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

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

This text has shadow with #D45777 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D45777.

Preview

Color preview on black background

This text has color #D45777 on black background.


Color preview on white background

This text has color #D45777 on white background.


Black color preview on #D45777 background

This text has black color on #D45777 background.


White color preview on #D45777 background

This text has white color on #D45777 background.


Related colors

Complementary color

Complementary color for #hex is #2BA888.


I love getcolorcode.com

Triadic colors

1 #77D457 and #5777D4 with #D45777 are triadic colors.

2 #7757D4 and #57D477 with #D45777 are triadic colors.