COLOR #DA6A74

HEX: #DA6A74
RGB: (218,106,116)

Color info

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

RGB color model

#DA6A74 color RGB value is (218,106,116).

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

RGB channels and saturation

R 218 of 255 = 85%
G 106 of 255 = 42%
B 116 of 255 = 45%

218
106
116

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

Portions of RGB colors in percentages

R + G + B =
218 + 106 + 116 = 440 (100%)
R 218 of 440 ~ 49.55%
G 106 of 440 ~ 24.09%
B 116 of 440 ~ 26.36%

%49.55
%24.09
%26.36

CMYK color model

#DA6A74 color CMYK value is (0,51,47,15).

  • cyan value is 0.00%
  • magenta value is 51.38%
  • yellow value is 46.79%
  • key color value is 14.51%
CMYK:
(0,51,47,15)
C0M51Y47K15 
(0%,51%,47%,15%)
(0.00/0.51/0.47/0.15)	

CMYK percentages

%0
%51.38
%46.79
%14.51

Codes

Color #DA6A74 in popluar color models

DA6A74
RGB218106116
HSL355°60.22%63.53%
HSB/HSV355°51.38%85.49%
CMYK0.00%51.38%46.79%
14.51%

Color #DA6A74 in popluar number systems.

HEXDA6A74
Decimal218106116
Binary1101101011010101110100
Octal332152164

Shades and tints

Shades of #DA6A74

#DA6A74
(218,106,116)
#C7616A
(199,97,106)
#B45860
(180,88,96)
#A14F56
(161,79,86)
#8E464C
(142,70,76)
#7B3D42
(123,61,66)
#683438
(104,52,56)
#552B2E
(85,43,46)
#422224
(66,34,36)
#2F191A
(47,25,26)
#1C1010
(28,16,16)
#000000
(0,0,0)

Tints of #DA6A74

#DA6A74
(218,106,116)
#DD7780
(221,119,128)
#E0848C
(224,132,140)
#E39198
(227,145,152)
#E69EA4
(230,158,164)
#E9ABB0
(233,171,176)
#ECB8BC
(236,184,188)
#EFC5C8
(239,197,200)
#F2D2D4
(242,210,212)
#F5DFE0
(245,223,224)
#F8ECEC
(248,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA6A74; }

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

This text font color is #DA6A74.


Background Color

.myBgColor { background-color: #DA6A74; }

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

This div background color is #DA6A74.


Border color

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

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

This div border color is #DA6A74.


Opacity

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

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

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

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

This text has shadow with #DA6A74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA6A74 on black background.


Color preview on white background

This text has color #DA6A74 on white background.



Black color preview on #DA6A74 background

This text has black color on #DA6A74 background.


White color preview on #DA6A74 background

This text has white color on #DA6A74 background.