COLOR #D75059

HEX: #D75059
RGB: (215,80,89)

Color info

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

RGB color model

#D75059 color RGB value is (215,80,89).

  • red value is 215;
  • green value is 80;
  • blue value is 89.
RGB:
(215,80,89)
(84%,31%,35%)

RGB channels and saturation

R 215 of 255 = 84%
G 80 of 255 = 31%
B 89 of 255 = 35%

215
80
89

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

Portions of RGB colors in percentages

R + G + B =
215 + 80 + 89 = 384 (100%)
R 215 of 384 ~ 55.99%
G 80 of 384 ~ 20.83%
B 89 of 384 ~ 23.18%

%55.99
%20.83
%23.18

CMYK color model

#D75059 color CMYK value is (0,63,59,16).

  • cyan value is 0.00%
  • magenta value is 62.79%
  • yellow value is 58.60%
  • key color value is 15.69%
CMYK:
(0,63,59,16)
C0M63Y59K16 
(0%,63%,59%,16%)
(0.00/0.63/0.59/0.16)	

CMYK percentages

%0
%62.79
%58.6
%15.69

Codes

Color #D75059 in popluar color models

D75059
RGB2158089
HSL356°62.79%57.84%
HSB/HSV356°62.79%84.31%
CMYK0.00%62.79%58.60%
15.69%

Color #D75059 in popluar number systems.

HEXD75059
Decimal2158089
Binary1101011110100001011001
Octal327120131

Shades and tints

Shades of #D75059

#D75059
(215,80,89)
#C44951
(196,73,81)
#B14249
(177,66,73)
#9E3B41
(158,59,65)
#8B3439
(139,52,57)
#782D31
(120,45,49)
#652629
(101,38,41)
#521F21
(82,31,33)
#3F1819
(63,24,25)
#2C1111
(44,17,17)
#190A09
(25,10,9)
#000000
(0,0,0)

Tints of #D75059

#D75059
(215,80,89)
#DA5F68
(218,95,104)
#DD6E77
(221,110,119)
#E07D86
(224,125,134)
#E38C95
(227,140,149)
#E69BA4
(230,155,164)
#E9AAB3
(233,170,179)
#ECB9C2
(236,185,194)
#EFC8D1
(239,200,209)
#F2D7E0
(242,215,224)
#F5E6EF
(245,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D75059 color. Also use rgb(215,80,89) instead hex code.

Text Font Color

.myTextColor { color: #D75059; }

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

This text font color is #D75059.


Background Color

.myBgColor { background-color: #D75059; }

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

This div background color is #D75059.


Border color

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

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

This div border color is #D75059.


Opacity

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

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

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

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

This text has shadow with #D75059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D75059 on black background.


Color preview on white background

This text has color #D75059 on white background.



Black color preview on #D75059 background

This text has black color on #D75059 background.


White color preview on #D75059 background

This text has white color on #D75059 background.