COLOR #D45E75

HEX: #D45E75 RGB: (212,94,117)

Color info

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

RGB color model

#D45E75 color RGB value is (212,94,117).

RGB: (212,94,117) (83%, 37%, 46%)

RGB channels and saturation

R 212 of 255 = 83%
G 94 of 255 = 37%
B 117 of 255 = 46%

212
94
117

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

Portions of RGB colors in percentages

R + G + B = 212 + 94 + 117 = 423 (100%)
R 212 of 423 ~ 50.12%
G 94 of 423 ~ 22.22%
B 117 of 423 ~ 27.66'%

%50.12
%22.22
%27.66

CMYK color model

#D45E75 color CMYK value is (0,56,45,17).

  • cyan value is 0.00%
  • magenta value is 55.66%
  • yellow value is 44.81%
  • key color value is 16.86%

CMYK: (0,56,45,17)
C0M56Y45K17 (0%, 56%, 45%, 17%)
(0.00 / 0.56 / 0.45 / 0.17)

CMYK percentages

%0
%55.66
%44.81
%16.86

Codes

Color #D45E75 in popluar color models

D4 5E 75
RGB 212 94 117
HSL 348° 57.84% 60.00%
HSB/HSV 348° 55.66% 83.14%
CMYK 0.00% 55.66% 44.81%
16.86%

Color #D45E75 in popluar number systems.

HEX D4 5E 75
Decimal 212 94 117
Binary 11010100 1011110 1110101
Octal 324 136 165

Shades and tints

Shades of #D45E75

#D45E75
(212,94,117)
#C1566B
(193,86,107)
#AE4E61
(174,78,97)
#9B4657
(155,70,87)
#883E4D
(136,62,77)
#753643
(117,54,67)
#622E39
(98,46,57)
#4F262F
(79,38,47)
#3C1E25
(60,30,37)
#29161B
(41,22,27)
#160E11
(22,14,17)
#000000
(0,0,0)

Tints of #D45E75

#D45E75
(212,94,117)
#D76C81
(215,108,129)
#DA7A8D
(218,122,141)
#DD8899
(221,136,153)
#E096A5
(224,150,165)
#E3A4B1
(227,164,177)
#E6B2BD
(230,178,189)
#E9C0C9
(233,192,201)
#ECCED5
(236,206,213)
#EFDCE1
(239,220,225)
#F2EAED
(242,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D45E75 color. Also use rgb(212,94,117) instead hex code.

Text Font Color

.myTextColor { color: #D45E75; }

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

This text font color is #D45E75.

Background Color

.myBgColor { background-color: #D45E75; }

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

This div background color is #D45E75.

Border color

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

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

This div border color is #D45E75.

Opacity

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

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

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

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

This text has shadow with #D45E75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D45E75.

Preview

Color preview on black background

This text has color #D45E75 on black background.


Color preview on white background

This text has color #D45E75 on white background.


Black color preview on #D45E75 background

This text has black color on #D45E75 background.


White color preview on #D45E75 background

This text has white color on #D45E75 background.


Related colors

Complementary color

Complementary color for #hex is #2BA18A.


I love getcolorcode.com

Triadic colors

1 #75D45E and #5E75D4 with #D45E75 are triadic colors.

2 #755ED4 and #5ED475 with #D45E75 are triadic colors.