COLOR #DE7D7C

HEX: #DE7D7C RGB: (222,125,124)

Color info

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

RGB color model

#DE7D7C color RGB value is (222,125,124).

RGB: (222,125,124) (87%, 49%, 49%)

RGB channels and saturation

R 222 of 255 = 87%
G 125 of 255 = 49%
B 124 of 255 = 49%

222
125
124

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

Portions of RGB colors in percentages

R + G + B = 222 + 125 + 124 = 471 (100%)
R 222 of 471 ~ 47.13%
G 125 of 471 ~ 26.54%
B 124 of 471 ~ 26.33'%

%47.13
%26.54
%26.33

CMYK color model

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

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

CMYK: (0,44,44,13)
C0M44Y44K13 (0%, 44%, 44%, 13%)
(0.00 / 0.44 / 0.44 / 0.13)

CMYK percentages

%0
%43.69
%44.14
%12.94

Codes

Color #DE7D7C in popluar color models

DE 7D 7C
RGB 222 125 124
HSL 59.76% 67.84%
HSB/HSV 44.14% 87.06%
CMYK 0.00% 43.69% 44.14%
12.94%

Color #DE7D7C in popluar number systems.

HEX DE 7D 7C
Decimal 222 125 124
Binary 11011110 1111101 1111100
Octal 336 175 174

Shades and tints

Shades of #DE7D7C

#DE7D7C
(222,125,124)
#CA7271
(202,114,113)
#B66766
(182,103,102)
#A25C5B
(162,92,91)
#8E5150
(142,81,80)
#7A4645
(122,70,69)
#663B3A
(102,59,58)
#52302F
(82,48,47)
#3E2524
(62,37,36)
#2A1A19
(42,26,25)
#160F0E
(22,15,14)
#000000
(0,0,0)

Tints of #DE7D7C

#DE7D7C
(222,125,124)
#E18887
(225,136,135)
#E49392
(228,147,146)
#E79E9D
(231,158,157)
#EAA9A8
(234,169,168)
#EDB4B3
(237,180,179)
#F0BFBE
(240,191,190)
#F3CAC9
(243,202,201)
#F6D5D4
(246,213,212)
#F9E0DF
(249,224,223)
#FCEBEA
(252,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DE7D7C; }

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

This text font color is #DE7D7C.

Background Color

.myBgColor { background-color: #DE7D7C; }

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

This div background color is #DE7D7C.

Border color

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

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

This div border color is #DE7D7C.

Opacity

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

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

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

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

This text has shadow with #DE7D7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE7D7C.

Preview

Color preview on black background

This text has color #DE7D7C on black background.


Color preview on white background

This text has color #DE7D7C on white background.


Black color preview on #DE7D7C background

This text has black color on #DE7D7C background.


White color preview on #DE7D7C background

This text has white color on #DE7D7C background.


Related colors

Complementary color

Complementary color for #hex is #218283.


I love getcolorcode.com

Triadic colors

1 #7CDE7D and #7D7CDE with #DE7D7C are triadic colors.

2 #7C7DDE and #7DDE7C with #DE7D7C are triadic colors.