COLOR #D75F71

HEX: #D75F71
RGB: (215,95,113)

Color info

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

RGB color model

#D75F71 color RGB value is (215,95,113).

  • red value is 215;
  • green value is 95;
  • blue value is 113.
RGB:
(215,95,113)
(84%,37%,44%)

RGB channels and saturation

R 215 of 255 = 84%
G 95 of 255 = 37%
B 113 of 255 = 44%

215
95
113

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

Portions of RGB colors in percentages

R + G + B =
215 + 95 + 113 = 423 (100%)
R 215 of 423 ~ 50.83%
G 95 of 423 ~ 22.46%
B 113 of 423 ~ 26.71%

%50.83
%22.46
%26.71

CMYK color model

#D75F71 color CMYK value is (0,56,47,16).

  • cyan value is 0.00%
  • magenta value is 55.81%
  • yellow value is 47.44%
  • key color value is 15.69%
CMYK:
(0,56,47,16)
C0M56Y47K16 
(0%,56%,47%,16%)
(0.00/0.56/0.47/0.16)	

CMYK percentages

%0
%55.81
%47.44
%15.69

Codes

Color #D75F71 in popluar color models

D75F71
RGB21595113
HSL351°60.00%60.78%
HSB/HSV351°55.81%84.31%
CMYK0.00%55.81%47.44%
15.69%

Color #D75F71 in popluar number systems.

HEXD75F71
Decimal21595113
Binary1101011110111111110001
Octal327137161

Shades and tints

Shades of #D75F71

#D75F71
(215,95,113)
#C45767
(196,87,103)
#B14F5D
(177,79,93)
#9E4753
(158,71,83)
#8B3F49
(139,63,73)
#78373F
(120,55,63)
#652F35
(101,47,53)
#52272B
(82,39,43)
#3F1F21
(63,31,33)
#2C1717
(44,23,23)
#190F0D
(25,15,13)
#000000
(0,0,0)

Tints of #D75F71

#D75F71
(215,95,113)
#DA6D7D
(218,109,125)
#DD7B89
(221,123,137)
#E08995
(224,137,149)
#E397A1
(227,151,161)
#E6A5AD
(230,165,173)
#E9B3B9
(233,179,185)
#ECC1C5
(236,193,197)
#EFCFD1
(239,207,209)
#F2DDDD
(242,221,221)
#F5EBE9
(245,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D75F71 color. Also use rgb(215,95,113) instead hex code.

Text Font Color

.myTextColor { color: #D75F71; }

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

This text font color is #D75F71.


Background Color

.myBgColor { background-color: #D75F71; }

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

This div background color is #D75F71.


Border color

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

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

This div border color is #D75F71.


Opacity

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

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

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

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

This text has shadow with #D75F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D75F71 on black background.


Color preview on white background

This text has color #D75F71 on white background.



Black color preview on #D75F71 background

This text has black color on #D75F71 background.


White color preview on #D75F71 background

This text has white color on #D75F71 background.