COLOR #D05A76

HEX: #D05A76
RGB: (208,90,118)

Color info

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

RGB color model

#D05A76 color RGB value is (208,90,118).

  • red value is 208;
  • green value is 90;
  • blue value is 118.
RGB:
(208,90,118)
(82%,35%,46%)

RGB channels and saturation

R 208 of 255 = 82%
G 90 of 255 = 35%
B 118 of 255 = 46%

208
90
118

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

Portions of RGB colors in percentages

R + G + B =
208 + 90 + 118 = 416 (100%)
R 208 of 416 ~ 50%
G 90 of 416 ~ 21.63%
B 118 of 416 ~ 28.37%

%50
%21.63
%28.37

CMYK color model

#D05A76 color CMYK value is (0,57,43,18).

  • cyan value is 0.00%
  • magenta value is 56.73%
  • yellow value is 43.27%
  • key color value is 18.43%
CMYK:
(0,57,43,18)
C0M57Y43K18 
(0%,57%,43%,18%)
(0.00/0.57/0.43/0.18)	

CMYK percentages

%0
%56.73
%43.27
%18.43

Codes

Color #D05A76 in popluar color models

D05A76
RGB20890118
HSL346°55.66%58.43%
HSB/HSV346°56.73%81.57%
CMYK0.00%56.73%43.27%
18.43%

Color #D05A76 in popluar number systems.

HEXD05A76
Decimal20890118
Binary1101000010110101110110
Octal320132166

Shades and tints

Shades of #D05A76

#D05A76
(208,90,118)
#BE526C
(190,82,108)
#AC4A62
(172,74,98)
#9A4258
(154,66,88)
#883A4E
(136,58,78)
#763244
(118,50,68)
#642A3A
(100,42,58)
#522230
(82,34,48)
#401A26
(64,26,38)
#2E121C
(46,18,28)
#1C0A12
(28,10,18)
#000000
(0,0,0)

Tints of #D05A76

#D05A76
(208,90,118)
#D46982
(212,105,130)
#D8788E
(216,120,142)
#DC879A
(220,135,154)
#E096A6
(224,150,166)
#E4A5B2
(228,165,178)
#E8B4BE
(232,180,190)
#ECC3CA
(236,195,202)
#F0D2D6
(240,210,214)
#F4E1E2
(244,225,226)
#F8F0EE
(248,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D05A76 color. Also use rgb(208,90,118) instead hex code.

Text Font Color

.myTextColor { color: #D05A76; }

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

This text font color is #D05A76.


Background Color

.myBgColor { background-color: #D05A76; }

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

This div background color is #D05A76.


Border color

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

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

This div border color is #D05A76.


Opacity

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

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

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

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

This text has shadow with #D05A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D05A76 on black background.


Color preview on white background

This text has color #D05A76 on white background.



Black color preview on #D05A76 background

This text has black color on #D05A76 background.


White color preview on #D05A76 background

This text has white color on #D05A76 background.