COLOR #DA2790

HEX: #DA2790
RGB: (218,39,144)

Color info

#DA2790 contains mainly red color. Web safe color of #DA2790 is #CC3399 (or #C39).

RGB color model

#DA2790 color RGB value is (218,39,144).

  • red value is 218;
  • green value is 39;
  • blue value is 144.
RGB:
(218,39,144)
(85%,15%,56%)

RGB channels and saturation

R 218 of 255 = 85%
G 39 of 255 = 15%
B 144 of 255 = 56%

218
39
144

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

Portions of RGB colors in percentages

R + G + B =
218 + 39 + 144 = 401 (100%)
R 218 of 401 ~ 54.36%
G 39 of 401 ~ 9.73%
B 144 of 401 ~ 35.91%

%54.36
%9.73
%35.91

CMYK color model

#DA2790 color CMYK value is (0,82,34,15).

  • cyan value is 0.00%
  • magenta value is 82.11%
  • yellow value is 33.94%
  • key color value is 14.51%
CMYK:
(0,82,34,15)
C0M82Y34K15 
(0%,82%,34%,15%)
(0.00/0.82/0.34/0.15)	

CMYK percentages

%0
%82.11
%33.94
%14.51

Codes

Color #DA2790 in popluar color models

DA2790
RGB21839144
HSL325°70.75%50.39%
HSB/HSV325°82.11%85.49%
CMYK0.00%82.11%33.94%
14.51%

Color #DA2790 in popluar number systems.

HEXDA2790
Decimal21839144
Binary1101101010011110010000
Octal33247220

Shades and tints

Shades of #DA2790

#DA2790
(218,39,144)
#C72483
(199,36,131)
#B42176
(180,33,118)
#A11E69
(161,30,105)
#8E1B5C
(142,27,92)
#7B184F
(123,24,79)
#681542
(104,21,66)
#551235
(85,18,53)
#420F28
(66,15,40)
#2F0C1B
(47,12,27)
#1C090E
(28,9,14)
#000000
(0,0,0)

Tints of #DA2790

#DA2790
(218,39,144)
#DD3A9A
(221,58,154)
#E04DA4
(224,77,164)
#E360AE
(227,96,174)
#E673B8
(230,115,184)
#E986C2
(233,134,194)
#EC99CC
(236,153,204)
#EFACD6
(239,172,214)
#F2BFE0
(242,191,224)
#F5D2EA
(245,210,234)
#F8E5F4
(248,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA2790 color. Also use rgb(218,39,144) instead hex code.

Text Font Color

.myTextColor { color: #DA2790; }

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

This text font color is #DA2790.


Background Color

.myBgColor { background-color: #DA2790; }

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

This div background color is #DA2790.


Border color

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

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

This div border color is #DA2790.


Opacity

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

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

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

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

This text has shadow with #DA2790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA2790 on black background.


Color preview on white background

This text has color #DA2790 on white background.



Black color preview on #DA2790 background

This text has black color on #DA2790 background.


White color preview on #DA2790 background

This text has white color on #DA2790 background.