COLOR #DA7471

HEX: #DA7471
RGB: (218,116,113)

Color info

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

RGB color model

#DA7471 color RGB value is (218,116,113).

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

RGB channels and saturation

R 218 of 255 = 85%
G 116 of 255 = 45%
B 113 of 255 = 44%

218
116
113

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

Portions of RGB colors in percentages

R + G + B =
218 + 116 + 113 = 447 (100%)
R 218 of 447 ~ 48.77%
G 116 of 447 ~ 25.95%
B 113 of 447 ~ 25.28%

%48.77
%25.95
%25.28

CMYK color model

#DA7471 color CMYK value is (0,47,48,15).

  • cyan value is 0.00%
  • magenta value is 46.79%
  • yellow value is 48.17%
  • key color value is 14.51%
CMYK:
(0,47,48,15)
C0M47Y48K15 
(0%,47%,48%,15%)
(0.00/0.47/0.48/0.15)	

CMYK percentages

%0
%46.79
%48.17
%14.51

Codes

Color #DA7471 in popluar color models

DA7471
RGB218116113
HSL58.66%64.90%
HSB/HSV48.17%85.49%
CMYK0.00%46.79%48.17%
14.51%

Color #DA7471 in popluar number systems.

HEXDA7471
Decimal218116113
Binary1101101011101001110001
Octal332164161

Shades and tints

Shades of #DA7471

#DA7471
(218,116,113)
#C76A67
(199,106,103)
#B4605D
(180,96,93)
#A15653
(161,86,83)
#8E4C49
(142,76,73)
#7B423F
(123,66,63)
#683835
(104,56,53)
#552E2B
(85,46,43)
#422421
(66,36,33)
#2F1A17
(47,26,23)
#1C100D
(28,16,13)
#000000
(0,0,0)

Tints of #DA7471

#DA7471
(218,116,113)
#DD807D
(221,128,125)
#E08C89
(224,140,137)
#E39895
(227,152,149)
#E6A4A1
(230,164,161)
#E9B0AD
(233,176,173)
#ECBCB9
(236,188,185)
#EFC8C5
(239,200,197)
#F2D4D1
(242,212,209)
#F5E0DD
(245,224,221)
#F8ECE9
(248,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA7471; }

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

This text font color is #DA7471.


Background Color

.myBgColor { background-color: #DA7471; }

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

This div background color is #DA7471.


Border color

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

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

This div border color is #DA7471.


Opacity

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

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

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

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

This text has shadow with #DA7471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA7471 on black background.


Color preview on white background

This text has color #DA7471 on white background.



Black color preview on #DA7471 background

This text has black color on #DA7471 background.


White color preview on #DA7471 background

This text has white color on #DA7471 background.