COLOR #DA7476

HEX: #DA7476
RGB: (218,116,118)

Color info

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

RGB color model

#DA7476 color RGB value is (218,116,118).

  • red value is 218;
  • green value is 116;
  • blue value is 118.
RGB:
(218,116,118)
(85%,45%,46%)

RGB channels and saturation

R 218 of 255 = 85%
G 116 of 255 = 45%
B 118 of 255 = 46%

218
116
118

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

Portions of RGB colors in percentages

R + G + B =
218 + 116 + 118 = 452 (100%)
R 218 of 452 ~ 48.23%
G 116 of 452 ~ 25.66%
B 118 of 452 ~ 26.11%

%48.23
%25.66
%26.11

CMYK color model

#DA7476 color CMYK value is (0,47,46,15).

  • cyan value is 0.00%
  • magenta value is 46.79%
  • yellow value is 45.87%
  • key color value is 14.51%
CMYK:
(0,47,46,15)
C0M47Y46K15 
(0%,47%,46%,15%)
(0.00/0.47/0.46/0.15)	

CMYK percentages

%0
%46.79
%45.87
%14.51

Codes

Color #DA7476 in popluar color models

DA7476
RGB218116118
HSL359°57.95%65.49%
HSB/HSV359°46.79%85.49%
CMYK0.00%46.79%45.87%
14.51%

Color #DA7476 in popluar number systems.

HEXDA7476
Decimal218116118
Binary1101101011101001110110
Octal332164166

Shades and tints

Shades of #DA7476

#DA7476
(218,116,118)
#C76A6C
(199,106,108)
#B46062
(180,96,98)
#A15658
(161,86,88)
#8E4C4E
(142,76,78)
#7B4244
(123,66,68)
#68383A
(104,56,58)
#552E30
(85,46,48)
#422426
(66,36,38)
#2F1A1C
(47,26,28)
#1C1012
(28,16,18)
#000000
(0,0,0)

Tints of #DA7476

#DA7476
(218,116,118)
#DD8082
(221,128,130)
#E08C8E
(224,140,142)
#E3989A
(227,152,154)
#E6A4A6
(230,164,166)
#E9B0B2
(233,176,178)
#ECBCBE
(236,188,190)
#EFC8CA
(239,200,202)
#F2D4D6
(242,212,214)
#F5E0E2
(245,224,226)
#F8ECEE
(248,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA7476 color. Also use rgb(218,116,118) instead hex code.

Text Font Color

.myTextColor { color: #DA7476; }

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

This text font color is #DA7476.


Background Color

.myBgColor { background-color: #DA7476; }

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

This div background color is #DA7476.


Border color

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

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

This div border color is #DA7476.


Opacity

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

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

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

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

This text has shadow with #DA7476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA7476 on black background.


Color preview on white background

This text has color #DA7476 on white background.



Black color preview on #DA7476 background

This text has black color on #DA7476 background.


White color preview on #DA7476 background

This text has white color on #DA7476 background.