COLOR #D05D72

HEX: #D05D72
RGB: (208,93,114)

Color info

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

RGB color model

#D05D72 color RGB value is (208,93,114).

  • red value is 208;
  • green value is 93;
  • blue value is 114.
RGB:
(208,93,114)
(82%,36%,45%)

RGB channels and saturation

R 208 of 255 = 82%
G 93 of 255 = 36%
B 114 of 255 = 45%

208
93
114

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

Portions of RGB colors in percentages

R + G + B =
208 + 93 + 114 = 415 (100%)
R 208 of 415 ~ 50.12%
G 93 of 415 ~ 22.41%
B 114 of 415 ~ 27.47%

%50.12
%22.41
%27.47

CMYK color model

#D05D72 color CMYK value is (0,55,45,18).

  • cyan value is 0.00%
  • magenta value is 55.29%
  • yellow value is 45.19%
  • key color value is 18.43%
CMYK:
(0,55,45,18)
C0M55Y45K18 
(0%,55%,45%,18%)
(0.00/0.55/0.45/0.18)	

CMYK percentages

%0
%55.29
%45.19
%18.43

Codes

Color #D05D72 in popluar color models

D05D72
RGB20893114
HSL349°55.02%59.02%
HSB/HSV349°55.29%81.57%
CMYK0.00%55.29%45.19%
18.43%

Color #D05D72 in popluar number systems.

HEXD05D72
Decimal20893114
Binary1101000010111011110010
Octal320135162

Shades and tints

Shades of #D05D72

#D05D72
(208,93,114)
#BE5568
(190,85,104)
#AC4D5E
(172,77,94)
#9A4554
(154,69,84)
#883D4A
(136,61,74)
#763540
(118,53,64)
#642D36
(100,45,54)
#52252C
(82,37,44)
#401D22
(64,29,34)
#2E1518
(46,21,24)
#1C0D0E
(28,13,14)
#000000
(0,0,0)

Tints of #D05D72

#D05D72
(208,93,114)
#D46B7E
(212,107,126)
#D8798A
(216,121,138)
#DC8796
(220,135,150)
#E095A2
(224,149,162)
#E4A3AE
(228,163,174)
#E8B1BA
(232,177,186)
#ECBFC6
(236,191,198)
#F0CDD2
(240,205,210)
#F4DBDE
(244,219,222)
#F8E9EA
(248,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D05D72 color. Also use rgb(208,93,114) instead hex code.

Text Font Color

.myTextColor { color: #D05D72; }

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

This text font color is #D05D72.


Background Color

.myBgColor { background-color: #D05D72; }

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

This div background color is #D05D72.


Border color

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

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

This div border color is #D05D72.


Opacity

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

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

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

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

This text has shadow with #D05D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D05D72 on black background.


Color preview on white background

This text has color #D05D72 on white background.



Black color preview on #D05D72 background

This text has black color on #D05D72 background.


White color preview on #D05D72 background

This text has white color on #D05D72 background.