COLOR #DA6E70

HEX: #DA6E70
RGB: (218,110,112)

Color info

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

RGB color model

#DA6E70 color RGB value is (218,110,112).

  • red value is 218;
  • green value is 110;
  • blue value is 112.
RGB:
(218,110,112)
(85%,43%,44%)

RGB channels and saturation

R 218 of 255 = 85%
G 110 of 255 = 43%
B 112 of 255 = 44%

218
110
112

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

Portions of RGB colors in percentages

R + G + B =
218 + 110 + 112 = 440 (100%)
R 218 of 440 ~ 49.55%
G 110 of 440 ~ 25%
B 112 of 440 ~ 25.45%

%49.55
%25
%25.45

CMYK color model

#DA6E70 color CMYK value is (0,50,49,15).

  • cyan value is 0.00%
  • magenta value is 49.54%
  • yellow value is 48.62%
  • key color value is 14.51%
CMYK:
(0,50,49,15)
C0M50Y49K15 
(0%,50%,49%,15%)
(0.00/0.50/0.49/0.15)	

CMYK percentages

%0
%49.54
%48.62
%14.51

Codes

Color #DA6E70 in popluar color models

DA6E70
RGB218110112
HSL359°59.34%64.31%
HSB/HSV359°49.54%85.49%
CMYK0.00%49.54%48.62%
14.51%

Color #DA6E70 in popluar number systems.

HEXDA6E70
Decimal218110112
Binary1101101011011101110000
Octal332156160

Shades and tints

Shades of #DA6E70

#DA6E70
(218,110,112)
#C76466
(199,100,102)
#B45A5C
(180,90,92)
#A15052
(161,80,82)
#8E4648
(142,70,72)
#7B3C3E
(123,60,62)
#683234
(104,50,52)
#55282A
(85,40,42)
#421E20
(66,30,32)
#2F1416
(47,20,22)
#1C0A0C
(28,10,12)
#000000
(0,0,0)

Tints of #DA6E70

#DA6E70
(218,110,112)
#DD7B7D
(221,123,125)
#E0888A
(224,136,138)
#E39597
(227,149,151)
#E6A2A4
(230,162,164)
#E9AFB1
(233,175,177)
#ECBCBE
(236,188,190)
#EFC9CB
(239,201,203)
#F2D6D8
(242,214,216)
#F5E3E5
(245,227,229)
#F8F0F2
(248,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA6E70 color. Also use rgb(218,110,112) instead hex code.

Text Font Color

.myTextColor { color: #DA6E70; }

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

This text font color is #DA6E70.


Background Color

.myBgColor { background-color: #DA6E70; }

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

This div background color is #DA6E70.


Border color

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

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

This div border color is #DA6E70.


Opacity

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

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

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

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

This text has shadow with #DA6E70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA6E70 on black background.


Color preview on white background

This text has color #DA6E70 on white background.



Black color preview on #DA6E70 background

This text has black color on #DA6E70 background.


White color preview on #DA6E70 background

This text has white color on #DA6E70 background.