COLOR #DA084F

HEX: #DA084F
RGB: (218,8,79)

Color info

#DA084F contains mainly red color. Web safe color of #DA084F is #CC0066 (or #C06).

RGB color model

#DA084F color RGB value is (218,8,79).

  • red value is 218;
  • green value is 8;
  • blue value is 79.
RGB:
(218,8,79)
(85%,3%,31%)

RGB channels and saturation

R 218 of 255 = 85%
G 8 of 255 = 3%
B 79 of 255 = 31%

218
8
79

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

Portions of RGB colors in percentages

R + G + B =
218 + 8 + 79 = 305 (100%)
R 218 of 305 ~ 71.48%
G 8 of 305 ~ 2.62%
B 79 of 305 ~ 25.9%

%71.48
%25.9

CMYK color model

#DA084F color CMYK value is (0,96,64,15).

  • cyan value is 0.00%
  • magenta value is 96.33%
  • yellow value is 63.76%
  • key color value is 14.51%
CMYK:
(0,96,64,15)
C0M96Y64K15 
(0%,96%,64%,15%)
(0.00/0.96/0.64/0.15)	

CMYK percentages

%0
%96.33
%63.76
%14.51

Codes

Color #DA084F in popluar color models

DA084F
RGB218879
HSL340°92.92%44.31%
HSB/HSV340°96.33%85.49%
CMYK0.00%96.33%63.76%
14.51%

Color #DA084F in popluar number systems.

HEXDA084F
Decimal218879
Binary1101101010001001111
Octal33210117

Shades and tints

Shades of #DA084F

#DA084F
(218,8,79)
#C70848
(199,8,72)
#B40841
(180,8,65)
#A1083A
(161,8,58)
#8E0833
(142,8,51)
#7B082C
(123,8,44)
#680825
(104,8,37)
#55081E
(85,8,30)
#420817
(66,8,23)
#2F0810
(47,8,16)
#1C0809
(28,8,9)
#000000
(0,0,0)

Tints of #DA084F

#DA084F
(218,8,79)
#DD1E5F
(221,30,95)
#E0346F
(224,52,111)
#E34A7F
(227,74,127)
#E6608F
(230,96,143)
#E9769F
(233,118,159)
#EC8CAF
(236,140,175)
#EFA2BF
(239,162,191)
#F2B8CF
(242,184,207)
#F5CEDF
(245,206,223)
#F8E4EF
(248,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA084F color. Also use rgb(218,8,79) instead hex code.

Text Font Color

.myTextColor { color: #DA084F; }

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

This text font color is #DA084F.


Background Color

.myBgColor { background-color: #DA084F; }

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

This div background color is #DA084F.


Border color

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

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

This div border color is #DA084F.


Opacity

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

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

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

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

This text has shadow with #DA084F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA084F on black background.


Color preview on white background

This text has color #DA084F on white background.



Black color preview on #DA084F background

This text has black color on #DA084F background.


White color preview on #DA084F background

This text has white color on #DA084F background.