COLOR #D05E80

HEX: #D05E80 RGB: (208,94,128)

Color info

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

RGB color model

#D05E80 color RGB value is (208,94,128).

RGB: (208,94,128) (82%, 37%, 50%)

RGB channels and saturation

R 208 of 255 = 82%
G 94 of 255 = 37%
B 128 of 255 = 50%

208
94
128

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

Portions of RGB colors in percentages

R + G + B = 208 + 94 + 128 = 430 (100%)
R 208 of 430 ~ 48.37%
G 94 of 430 ~ 21.86%
B 128 of 430 ~ 29.77'%

%48.37
%21.86
%29.77

CMYK color model

#D05E80 color CMYK value is (0,55,38,18).

  • cyan value is 0.00%
  • magenta value is 54.81%
  • yellow value is 38.46%
  • key color value is 18.43%

CMYK: (0,55,38,18)
C0M55Y38K18 (0%, 55%, 38%, 18%)
(0.00 / 0.55 / 0.38 / 0.18)

CMYK percentages

%0
%54.81
%38.46
%18.43

Codes

Color #D05E80 in popluar color models

D0 5E 80
RGB 208 94 128
HSL 342° 54.81% 59.22%
HSB/HSV 342° 54.81% 81.57%
CMYK 0.00% 54.81% 38.46%
18.43%

Color #D05E80 in popluar number systems.

HEX D0 5E 80
Decimal 208 94 128
Binary 11010000 1011110 10000000
Octal 320 136 200

Shades and tints

Shades of #D05E80

#D05E80
(208,94,128)
#BE5675
(190,86,117)
#AC4E6A
(172,78,106)
#9A465F
(154,70,95)
#883E54
(136,62,84)
#763649
(118,54,73)
#642E3E
(100,46,62)
#522633
(82,38,51)
#401E28
(64,30,40)
#2E161D
(46,22,29)
#1C0E12
(28,14,18)
#000000
(0,0,0)

Tints of #D05E80

#D05E80
(208,94,128)
#D46C8B
(212,108,139)
#D87A96
(216,122,150)
#DC88A1
(220,136,161)
#E096AC
(224,150,172)
#E4A4B7
(228,164,183)
#E8B2C2
(232,178,194)
#ECC0CD
(236,192,205)
#F0CED8
(240,206,216)
#F4DCE3
(244,220,227)
#F8EAEE
(248,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D05E80 color. Also use rgb(208,94,128) instead hex code.

Text Font Color

.myTextColor { color: #D05E80; }

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

This text font color is #D05E80.

Background Color

.myBgColor { background-color: #D05E80; }

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

This div background color is #D05E80.

Border color

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

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

This div border color is #D05E80.

Opacity

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

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

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

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

This text has shadow with #D05E80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D05E80.

Preview

Color preview on black background

This text has color #D05E80 on black background.


Color preview on white background

This text has color #D05E80 on white background.


Black color preview on #D05E80 background

This text has black color on #D05E80 background.


White color preview on #D05E80 background

This text has white color on #D05E80 background.


Related colors

Complementary color

Complementary color for #hex is #2FA17F.


I love getcolorcode.com

Triadic colors

1 #80D05E and #5E80D0 with #D05E80 are triadic colors.

2 #805ED0 and #5ED080 with #D05E80 are triadic colors.