COLOR #DE7071

HEX: #DE7071
RGB: (222,112,113)

Color info

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

RGB color model

#DE7071 color RGB value is (222,112,113).

  • red value is 222;
  • green value is 112;
  • blue value is 113.
RGB:
(222,112,113)
(87%,44%,44%)

RGB channels and saturation

R 222 of 255 = 87%
G 112 of 255 = 44%
B 113 of 255 = 44%

222
112
113

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

Portions of RGB colors in percentages

R + G + B =
222 + 112 + 113 = 447 (100%)
R 222 of 447 ~ 49.66%
G 112 of 447 ~ 25.06%
B 113 of 447 ~ 25.28%

%49.66
%25.06
%25.28

CMYK color model

#DE7071 color CMYK value is (0,50,49,13).

  • cyan value is 0.00%
  • magenta value is 49.55%
  • yellow value is 49.10%
  • key color value is 12.94%
CMYK:
(0,50,49,13)
C0M50Y49K13 
(0%,50%,49%,13%)
(0.00/0.50/0.49/0.13)	

CMYK percentages

%0
%49.55
%49.1
%12.94

Codes

Color #DE7071 in popluar color models

DE7071
RGB222112113
HSL359°62.50%65.49%
HSB/HSV359°49.55%87.06%
CMYK0.00%49.55%49.10%
12.94%

Color #DE7071 in popluar number systems.

HEXDE7071
Decimal222112113
Binary1101111011100001110001
Octal336160161

Shades and tints

Shades of #DE7071

#DE7071
(222,112,113)
#CA6667
(202,102,103)
#B65C5D
(182,92,93)
#A25253
(162,82,83)
#8E4849
(142,72,73)
#7A3E3F
(122,62,63)
#663435
(102,52,53)
#522A2B
(82,42,43)
#3E2021
(62,32,33)
#2A1617
(42,22,23)
#160C0D
(22,12,13)
#000000
(0,0,0)

Tints of #DE7071

#DE7071
(222,112,113)
#E17D7D
(225,125,125)
#E48A89
(228,138,137)
#E79795
(231,151,149)
#EAA4A1
(234,164,161)
#EDB1AD
(237,177,173)
#F0BEB9
(240,190,185)
#F3CBC5
(243,203,197)
#F6D8D1
(246,216,209)
#F9E5DD
(249,229,221)
#FCF2E9
(252,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE7071 color. Also use rgb(222,112,113) instead hex code.

Text Font Color

.myTextColor { color: #DE7071; }

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

This text font color is #DE7071.


Background Color

.myBgColor { background-color: #DE7071; }

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

This div background color is #DE7071.


Border color

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

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

This div border color is #DE7071.


Opacity

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

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

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

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

This text has shadow with #DE7071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE7071 on black background.


Color preview on white background

This text has color #DE7071 on white background.



Black color preview on #DE7071 background

This text has black color on #DE7071 background.


White color preview on #DE7071 background

This text has white color on #DE7071 background.