COLOR #D75077

HEX: #D75077
RGB: (215,80,119)

Color info

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

RGB color model

#D75077 color RGB value is (215,80,119).

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

RGB channels and saturation

R 215 of 255 = 84%
G 80 of 255 = 31%
B 119 of 255 = 47%

215
80
119

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

Portions of RGB colors in percentages

R + G + B =
215 + 80 + 119 = 414 (100%)
R 215 of 414 ~ 51.93%
G 80 of 414 ~ 19.32%
B 119 of 414 ~ 28.74%

%51.93
%19.32
%28.74

CMYK color model

#D75077 color CMYK value is (0,63,45,16).

  • cyan value is 0.00%
  • magenta value is 62.79%
  • yellow value is 44.65%
  • key color value is 15.69%
CMYK:
(0,63,45,16)
C0M63Y45K16 
(0%,63%,45%,16%)
(0.00/0.63/0.45/0.16)	

CMYK percentages

%0
%62.79
%44.65
%15.69

Codes

Color #D75077 in popluar color models

D75077
RGB21580119
HSL343°62.79%57.84%
HSB/HSV343°62.79%84.31%
CMYK0.00%62.79%44.65%
15.69%

Color #D75077 in popluar number systems.

HEXD75077
Decimal21580119
Binary1101011110100001110111
Octal327120167

Shades and tints

Shades of #D75077

#D75077
(215,80,119)
#C4496D
(196,73,109)
#B14263
(177,66,99)
#9E3B59
(158,59,89)
#8B344F
(139,52,79)
#782D45
(120,45,69)
#65263B
(101,38,59)
#521F31
(82,31,49)
#3F1827
(63,24,39)
#2C111D
(44,17,29)
#190A13
(25,10,19)
#000000
(0,0,0)

Tints of #D75077

#D75077
(215,80,119)
#DA5F83
(218,95,131)
#DD6E8F
(221,110,143)
#E07D9B
(224,125,155)
#E38CA7
(227,140,167)
#E69BB3
(230,155,179)
#E9AABF
(233,170,191)
#ECB9CB
(236,185,203)
#EFC8D7
(239,200,215)
#F2D7E3
(242,215,227)
#F5E6EF
(245,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D75077; }

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

This text font color is #D75077.


Background Color

.myBgColor { background-color: #D75077; }

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

This div background color is #D75077.


Border color

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

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

This div border color is #D75077.


Opacity

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

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

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

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

This text has shadow with #D75077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D75077 on black background.


Color preview on white background

This text has color #D75077 on white background.



Black color preview on #D75077 background

This text has black color on #D75077 background.


White color preview on #D75077 background

This text has white color on #D75077 background.