COLOR #DA7178

HEX: #DA7178
RGB: (218,113,120)

Color info

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

RGB color model

#DA7178 color RGB value is (218,113,120).

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

RGB channels and saturation

R 218 of 255 = 85%
G 113 of 255 = 44%
B 120 of 255 = 47%

218
113
120

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

Portions of RGB colors in percentages

R + G + B =
218 + 113 + 120 = 451 (100%)
R 218 of 451 ~ 48.34%
G 113 of 451 ~ 25.06%
B 120 of 451 ~ 26.61%

%48.34
%25.06
%26.61

CMYK color model

#DA7178 color CMYK value is (0,48,45,15).

  • cyan value is 0.00%
  • magenta value is 48.17%
  • yellow value is 44.95%
  • key color value is 14.51%
CMYK:
(0,48,45,15)
C0M48Y45K15 
(0%,48%,45%,15%)
(0.00/0.48/0.45/0.15)	

CMYK percentages

%0
%48.17
%44.95
%14.51

Codes

Color #DA7178 in popluar color models

DA7178
RGB218113120
HSL356°58.66%64.90%
HSB/HSV356°48.17%85.49%
CMYK0.00%48.17%44.95%
14.51%

Color #DA7178 in popluar number systems.

HEXDA7178
Decimal218113120
Binary1101101011100011111000
Octal332161170

Shades and tints

Shades of #DA7178

#DA7178
(218,113,120)
#C7676E
(199,103,110)
#B45D64
(180,93,100)
#A1535A
(161,83,90)
#8E4950
(142,73,80)
#7B3F46
(123,63,70)
#68353C
(104,53,60)
#552B32
(85,43,50)
#422128
(66,33,40)
#2F171E
(47,23,30)
#1C0D14
(28,13,20)
#000000
(0,0,0)

Tints of #DA7178

#DA7178
(218,113,120)
#DD7D84
(221,125,132)
#E08990
(224,137,144)
#E3959C
(227,149,156)
#E6A1A8
(230,161,168)
#E9ADB4
(233,173,180)
#ECB9C0
(236,185,192)
#EFC5CC
(239,197,204)
#F2D1D8
(242,209,216)
#F5DDE4
(245,221,228)
#F8E9F0
(248,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA7178; }

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

This text font color is #DA7178.


Background Color

.myBgColor { background-color: #DA7178; }

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

This div background color is #DA7178.


Border color

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

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

This div border color is #DA7178.


Opacity

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

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

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

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

This text has shadow with #DA7178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA7178 on black background.


Color preview on white background

This text has color #DA7178 on white background.



Black color preview on #DA7178 background

This text has black color on #DA7178 background.


White color preview on #DA7178 background

This text has white color on #DA7178 background.