COLOR #DA4E55

HEX: #DA4E55 RGB: (218,78,85)

Color info

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

RGB color model

#DA4E55 color RGB value is (218,78,85).

RGB: (218,78,85) (85%, 31%, 33%)

RGB channels and saturation

R 218 of 255 = 85%
G 78 of 255 = 31%
B 85 of 255 = 33%

218
78
85

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

Portions of RGB colors in percentages

R + G + B = 218 + 78 + 85 = 381 (100%)
R 218 of 381 ~ 57.22%
G 78 of 381 ~ 20.47%
B 85 of 381 ~ 22.31'%

%57.22
%20.47
%22.31

CMYK color model

#DA4E55 color CMYK value is (0,64,61,15).

  • cyan value is 0.00%
  • magenta value is 64.22%
  • yellow value is 61.01%
  • key color value is 14.51%

CMYK: (0,64,61,15)
C0M64Y61K15 (0%, 64%, 61%, 15%)
(0.00 / 0.64 / 0.61 / 0.15)

CMYK percentages

%0
%64.22
%61.01
%14.51

Codes

Color #DA4E55 in popluar color models

DA 4E 55
RGB 218 78 85
HSL 357° 65.42% 58.04%
HSB/HSV 357° 64.22% 85.49%
CMYK 0.00% 64.22% 61.01%
14.51%

Color #DA4E55 in popluar number systems.

HEX DA 4E 55
Decimal 218 78 85
Binary 11011010 1001110 1010101
Octal 332 116 125

Shades and tints

Shades of #DA4E55

#DA4E55
(218,78,85)
#C7474E
(199,71,78)
#B44047
(180,64,71)
#A13940
(161,57,64)
#8E3239
(142,50,57)
#7B2B32
(123,43,50)
#68242B
(104,36,43)
#551D24
(85,29,36)
#42161D
(66,22,29)
#2F0F16
(47,15,22)
#1C080F
(28,8,15)
#000000
(0,0,0)

Tints of #DA4E55

#DA4E55
(218,78,85)
#DD5E64
(221,94,100)
#E06E73
(224,110,115)
#E37E82
(227,126,130)
#E68E91
(230,142,145)
#E99EA0
(233,158,160)
#ECAEAF
(236,174,175)
#EFBEBE
(239,190,190)
#F2CECD
(242,206,205)
#F5DEDC
(245,222,220)
#F8EEEB
(248,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA4E55 color. Also use rgb(218,78,85) instead hex code.

Text Font Color

.myTextColor { color: #DA4E55; }

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

This text font color is #DA4E55.

Background Color

.myBgColor { background-color: #DA4E55; }

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

This div background color is #DA4E55.

Border color

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

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

This div border color is #DA4E55.

Opacity

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

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

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

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

This text has shadow with #DA4E55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DA4E55.

Preview

Color preview on black background

This text has color #DA4E55 on black background.


Color preview on white background

This text has color #DA4E55 on white background.


Black color preview on #DA4E55 background

This text has black color on #DA4E55 background.


White color preview on #DA4E55 background

This text has white color on #DA4E55 background.


Related colors

Complementary color

Complementary color for #hex is #25B1AA.


I love getcolorcode.com

Triadic colors

1 #55DA4E and #4E55DA with #DA4E55 are triadic colors.

2 #554EDA and #4EDA55 with #DA4E55 are triadic colors.