COLOR #DE7D80

HEX: #DE7D80 RGB: (222,125,128)

Color info

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

RGB color model

#DE7D80 color RGB value is (222,125,128).

RGB: (222,125,128) (87%, 49%, 50%)

RGB channels and saturation

R 222 of 255 = 87%
G 125 of 255 = 49%
B 128 of 255 = 50%

222
125
128

R + G + B ~ 62%. #DE7D80 is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 125 + 128 = 475 (100%)
R 222 of 475 ~ 46.74%
G 125 of 475 ~ 26.32%
B 128 of 475 ~ 26.95'%

%46.74
%26.32
%26.95

CMYK color model

#DE7D80 color CMYK value is (0,44,42,13).

  • cyan value is 0.00%
  • magenta value is 43.69%
  • yellow value is 42.34%
  • key color value is 12.94%

CMYK: (0,44,42,13)
C0M44Y42K13 (0%, 44%, 42%, 13%)
(0.00 / 0.44 / 0.42 / 0.13)

CMYK percentages

%0
%43.69
%42.34
%12.94

Codes

Color #DE7D80 in popluar color models

DE 7D 80
RGB 222 125 128
HSL 358° 59.51% 68.04%
HSB/HSV 358° 43.69% 87.06%
CMYK 0.00% 43.69% 42.34%
12.94%

Color #DE7D80 in popluar number systems.

HEX DE 7D 80
Decimal 222 125 128
Binary 11011110 1111101 10000000
Octal 336 175 200

Shades and tints

Shades of #DE7D80

#DE7D80
(222,125,128)
#CA7275
(202,114,117)
#B6676A
(182,103,106)
#A25C5F
(162,92,95)
#8E5154
(142,81,84)
#7A4649
(122,70,73)
#663B3E
(102,59,62)
#523033
(82,48,51)
#3E2528
(62,37,40)
#2A1A1D
(42,26,29)
#160F12
(22,15,18)
#000000
(0,0,0)

Tints of #DE7D80

#DE7D80
(222,125,128)
#E1888B
(225,136,139)
#E49396
(228,147,150)
#E79EA1
(231,158,161)
#EAA9AC
(234,169,172)
#EDB4B7
(237,180,183)
#F0BFC2
(240,191,194)
#F3CACD
(243,202,205)
#F6D5D8
(246,213,216)
#F9E0E3
(249,224,227)
#FCEBEE
(252,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE7D80 color. Also use rgb(222,125,128) instead hex code.

Text Font Color

.myTextColor { color: #DE7D80; }

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

This text font color is #DE7D80.

Background Color

.myBgColor { background-color: #DE7D80; }

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

This div background color is #DE7D80.

Border color

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

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

This div border color is #DE7D80.

Opacity

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

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

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

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

This text has shadow with #DE7D80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE7D80.

Preview

Color preview on black background

This text has color #DE7D80 on black background.


Color preview on white background

This text has color #DE7D80 on white background.


Black color preview on #DE7D80 background

This text has black color on #DE7D80 background.


White color preview on #DE7D80 background

This text has white color on #DE7D80 background.


Related colors

Complementary color

Complementary color for #hex is #21827F.


I love getcolorcode.com

Triadic colors

1 #80DE7D and #7D80DE with #DE7D80 are triadic colors.

2 #807DDE and #7DDE80 with #DE7D80 are triadic colors.