COLOR #DA414D

HEX: #DA414D
RGB: (218,65,77)

Color info

#DA414D contains mainly red color. Web safe color of #DA414D is #CC3333 (or #C33).

RGB color model

#DA414D color RGB value is (218,65,77).

  • red value is 218;
  • green value is 65;
  • blue value is 77.
RGB:
(218,65,77)
(85%,25%,30%)

RGB channels and saturation

R 218 of 255 = 85%
G 65 of 255 = 25%
B 77 of 255 = 30%

218
65
77

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

Portions of RGB colors in percentages

R + G + B =
218 + 65 + 77 = 360 (100%)
R 218 of 360 ~ 60.56%
G 65 of 360 ~ 18.06%
B 77 of 360 ~ 21.39%

%60.56
%18.06
%21.39

CMYK color model

#DA414D color CMYK value is (0,70,65,15).

  • cyan value is 0.00%
  • magenta value is 70.18%
  • yellow value is 64.68%
  • key color value is 14.51%
CMYK:
(0,70,65,15)
C0M70Y65K15 
(0%,70%,65%,15%)
(0.00/0.70/0.65/0.15)	

CMYK percentages

%0
%70.18
%64.68
%14.51

Codes

Color #DA414D in popluar color models

DA414D
RGB2186577
HSL355°67.40%55.49%
HSB/HSV355°70.18%85.49%
CMYK0.00%70.18%64.68%
14.51%

Color #DA414D in popluar number systems.

HEXDA414D
Decimal2186577
Binary1101101010000011001101
Octal332101115

Shades and tints

Shades of #DA414D

#DA414D
(218,65,77)
#C73C46
(199,60,70)
#B4373F
(180,55,63)
#A13238
(161,50,56)
#8E2D31
(142,45,49)
#7B282A
(123,40,42)
#682323
(104,35,35)
#551E1C
(85,30,28)
#421915
(66,25,21)
#2F140E
(47,20,14)
#1C0F07
(28,15,7)
#000000
(0,0,0)

Tints of #DA414D

#DA414D
(218,65,77)
#DD525D
(221,82,93)
#E0636D
(224,99,109)
#E3747D
(227,116,125)
#E6858D
(230,133,141)
#E9969D
(233,150,157)
#ECA7AD
(236,167,173)
#EFB8BD
(239,184,189)
#F2C9CD
(242,201,205)
#F5DADD
(245,218,221)
#F8EBED
(248,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA414D color. Also use rgb(218,65,77) instead hex code.

Text Font Color

.myTextColor { color: #DA414D; }

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

This text font color is #DA414D.


Background Color

.myBgColor { background-color: #DA414D; }

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

This div background color is #DA414D.


Border color

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

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

This div border color is #DA414D.


Opacity

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

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

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

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

This text has shadow with #DA414D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA414D on black background.


Color preview on white background

This text has color #DA414D on white background.



Black color preview on #DA414D background

This text has black color on #DA414D background.


White color preview on #DA414D background

This text has white color on #DA414D background.