COLOR #D05F76

HEX: #D05F76 RGB: (208,95,118)

Color info

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

RGB color model

#D05F76 color RGB value is (208,95,118).

RGB: (208,95,118) (82%, 37%, 46%)

RGB channels and saturation

R 208 of 255 = 82%
G 95 of 255 = 37%
B 118 of 255 = 46%

208
95
118

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

Portions of RGB colors in percentages

R + G + B = 208 + 95 + 118 = 421 (100%)
R 208 of 421 ~ 49.41%
G 95 of 421 ~ 22.57%
B 118 of 421 ~ 28.03'%

%49.41
%22.57
%28.03

CMYK color model

#D05F76 color CMYK value is (0,54,43,18).

  • cyan value is 0.00%
  • magenta value is 54.33%
  • yellow value is 43.27%
  • key color value is 18.43%
CMYK: (0,54,43,18) C0M54Y43K18 (0%,54%,43%,18%) (0.00/0.54/0.43/0.18) 

CMYK percentages

%0
%54.33
%43.27
%18.43

Codes

Color #D05F76 in popluar color models

D0 5F 76
RGB 208 95 118
HSL 348° 54.59% 59.41%
HSB/HSV 348° 54.33% 81.57%
CMYK 0.00% 54.33% 43.27%
18.43%

Color #D05F76 in popluar number systems.

HEX D0 5F 76
Decimal 208 95 118
Binary 11010000 1011111 1110110
Octal 320 137 166

Shades and tints

Shades of #D05F76

#D05F76
(208,95,118)
#BE576C
(190,87,108)
#AC4F62
(172,79,98)
#9A4758
(154,71,88)
#883F4E
(136,63,78)
#763744
(118,55,68)
#642F3A
(100,47,58)
#522730
(82,39,48)
#401F26
(64,31,38)
#2E171C
(46,23,28)
#1C0F12
(28,15,18)
#000000
(0,0,0)

Tints of #D05F76

#D05F76
(208,95,118)
#D46D82
(212,109,130)
#D87B8E
(216,123,142)
#DC899A
(220,137,154)
#E097A6
(224,151,166)
#E4A5B2
(228,165,178)
#E8B3BE
(232,179,190)
#ECC1CA
(236,193,202)
#F0CFD6
(240,207,214)
#F4DDE2
(244,221,226)
#F8EBEE
(248,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D05F76; }

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

This text font color is #D05F76.

Background Color

.myBgColor { background-color: #D05F76; }

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

This div background color is #D05F76.

Border color

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

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

This div border color is #D05F76.

Opacity

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

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

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

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

This text has shadow with #D05F76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D05F76.

Preview

Color preview on black background

This text has color #D05F76 on black background.


Color preview on white background

This text has color #D05F76 on white background.


Black color preview on #D05F76 background

This text has black color on #D05F76 background.


White color preview on #D05F76 background

This text has white color on #D05F76 background.


Related colors

Complementary color

Complementary color for #hex is #2FA089.


I love getcolorcode.com

Triadic colors

1 #76D05F and #5F76D0 with #D05F76 are triadic colors.

2 #765FD0 and #5FD076 with #D05F76 are triadic colors.