COLOR #DA376D

HEX: #DA376D
RGB: (218,55,109)

Color info

#DA376D contains mainly red color. Web safe color of #DA376D is #CC3366 (or #C36).

RGB color model

#DA376D color RGB value is (218,55,109).

  • red value is 218;
  • green value is 55;
  • blue value is 109.
RGB:
(218,55,109)
(85%,22%,43%)

RGB channels and saturation

R 218 of 255 = 85%
G 55 of 255 = 22%
B 109 of 255 = 43%

218
55
109

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

Portions of RGB colors in percentages

R + G + B =
218 + 55 + 109 = 382 (100%)
R 218 of 382 ~ 57.07%
G 55 of 382 ~ 14.4%
B 109 of 382 ~ 28.53%

%57.07
%14.4
%28.53

CMYK color model

#DA376D color CMYK value is (0,75,50,15).

  • cyan value is 0.00%
  • magenta value is 74.77%
  • yellow value is 50.00%
  • key color value is 14.51%
CMYK:
(0,75,50,15)
C0M75Y50K15 
(0%,75%,50%,15%)
(0.00/0.75/0.50/0.15)	

CMYK percentages

%0
%74.77
%50
%14.51

Codes

Color #DA376D in popluar color models

DA376D
RGB21855109
HSL340°68.78%53.53%
HSB/HSV340°74.77%85.49%
CMYK0.00%74.77%50.00%
14.51%

Color #DA376D in popluar number systems.

HEXDA376D
Decimal21855109
Binary110110101101111101101
Octal33267155

Shades and tints

Shades of #DA376D

#DA376D
(218,55,109)
#C73264
(199,50,100)
#B42D5B
(180,45,91)
#A12852
(161,40,82)
#8E2349
(142,35,73)
#7B1E40
(123,30,64)
#681937
(104,25,55)
#55142E
(85,20,46)
#420F25
(66,15,37)
#2F0A1C
(47,10,28)
#1C0513
(28,5,19)
#000000
(0,0,0)

Tints of #DA376D

#DA376D
(218,55,109)
#DD497A
(221,73,122)
#E05B87
(224,91,135)
#E36D94
(227,109,148)
#E67FA1
(230,127,161)
#E991AE
(233,145,174)
#ECA3BB
(236,163,187)
#EFB5C8
(239,181,200)
#F2C7D5
(242,199,213)
#F5D9E2
(245,217,226)
#F8EBEF
(248,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA376D color. Also use rgb(218,55,109) instead hex code.

Text Font Color

.myTextColor { color: #DA376D; }

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

This text font color is #DA376D.


Background Color

.myBgColor { background-color: #DA376D; }

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

This div background color is #DA376D.


Border color

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

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

This div border color is #DA376D.


Opacity

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

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

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

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

This text has shadow with #DA376D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA376D on black background.


Color preview on white background

This text has color #DA376D on white background.



Black color preview on #DA376D background

This text has black color on #DA376D background.


White color preview on #DA376D background

This text has white color on #DA376D background.