COLOR #DE767A

HEX: #DE767A RGB: (222,118,122)

Color info

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

RGB color model

#DE767A color RGB value is (222,118,122).

RGB: (222,118,122) (87%, 46%, 48%)

RGB channels and saturation

R 222 of 255 = 87%
G 118 of 255 = 46%
B 122 of 255 = 48%

222
118
122

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

Portions of RGB colors in percentages

R + G + B = 222 + 118 + 122 = 462 (100%)
R 222 of 462 ~ 48.05%
G 118 of 462 ~ 25.54%
B 122 of 462 ~ 26.41'%

%48.05
%25.54
%26.41

CMYK color model

#DE767A color CMYK value is (0,47,45,13).

  • cyan value is 0.00%
  • magenta value is 46.85%
  • yellow value is 45.05%
  • key color value is 12.94%

CMYK: (0,47,45,13)
C0M47Y45K13 (0%, 47%, 45%, 13%)
(0.00 / 0.47 / 0.45 / 0.13)

CMYK percentages

%0
%46.85
%45.05
%12.94

Codes

Color #DE767A in popluar color models

DE 76 7A
RGB 222 118 122
HSL 358° 61.18% 66.67%
HSB/HSV 358° 46.85% 87.06%
CMYK 0.00% 46.85% 45.05%
12.94%

Color #DE767A in popluar number systems.

HEX DE 76 7A
Decimal 222 118 122
Binary 11011110 1110110 1111010
Octal 336 166 172

Shades and tints

Shades of #DE767A

#DE767A
(222,118,122)
#CA6C6F
(202,108,111)
#B66264
(182,98,100)
#A25859
(162,88,89)
#8E4E4E
(142,78,78)
#7A4443
(122,68,67)
#663A38
(102,58,56)
#52302D
(82,48,45)
#3E2622
(62,38,34)
#2A1C17
(42,28,23)
#16120C
(22,18,12)
#000000
(0,0,0)

Tints of #DE767A

#DE767A
(222,118,122)
#E18286
(225,130,134)
#E48E92
(228,142,146)
#E79A9E
(231,154,158)
#EAA6AA
(234,166,170)
#EDB2B6
(237,178,182)
#F0BEC2
(240,190,194)
#F3CACE
(243,202,206)
#F6D6DA
(246,214,218)
#F9E2E6
(249,226,230)
#FCEEF2
(252,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE767A color. Also use rgb(222,118,122) instead hex code.

Text Font Color

.myTextColor { color: #DE767A; }

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

This text font color is #DE767A.

Background Color

.myBgColor { background-color: #DE767A; }

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

This div background color is #DE767A.

Border color

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

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

This div border color is #DE767A.

Opacity

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

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

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

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

This text has shadow with #DE767A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE767A.

Preview

Color preview on black background

This text has color #DE767A on black background.


Color preview on white background

This text has color #DE767A on white background.


Black color preview on #DE767A background

This text has black color on #DE767A background.


White color preview on #DE767A background

This text has white color on #DE767A background.


Related colors

Complementary color

Complementary color for #hex is #218985.


I love getcolorcode.com

Triadic colors

1 #7ADE76 and #767ADE with #DE767A are triadic colors.

2 #7A76DE and #76DE7A with #DE767A are triadic colors.