COLOR #DA7EA2

HEX: #DA7EA2
RGB: (218,126,162)

Color info

#DA7EA2 contains mainly red and blue colors. Web safe color of #DA7EA2 is #CC6699 (or #C69).

RGB color model

#DA7EA2 color RGB value is (218,126,162).

  • red value is 218;
  • green value is 126;
  • blue value is 162.
RGB:
(218,126,162)
(85%,49%,64%)

RGB channels and saturation

R 218 of 255 = 85%
G 126 of 255 = 49%
B 162 of 255 = 64%

218
126
162

R + G + B ~ 66%. #DA7EA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 126 + 162 = 506 (100%)
R 218 of 506 ~ 43.08%
G 126 of 506 ~ 24.9%
B 162 of 506 ~ 32.02%

%43.08
%24.9
%32.02

CMYK color model

#DA7EA2 color CMYK value is (0,42,26,15).

  • cyan value is 0.00%
  • magenta value is 42.20%
  • yellow value is 25.69%
  • key color value is 14.51%
CMYK:
(0,42,26,15)
C0M42Y26K15 
(0%,42%,26%,15%)
(0.00/0.42/0.26/0.15)	

CMYK percentages

%0
%42.2
%25.69
%14.51

Codes

Color #DA7EA2 in popluar color models

DA7EA2
RGB218126162
HSL337°55.42%67.45%
HSB/HSV337°42.20%85.49%
CMYK0.00%42.20%25.69%
14.51%

Color #DA7EA2 in popluar number systems.

HEXDA7EA2
Decimal218126162
Binary11011010111111010100010
Octal332176242

Shades and tints

Shades of #DA7EA2

#DA7EA2
(218,126,162)
#C77394
(199,115,148)
#B46886
(180,104,134)
#A15D78
(161,93,120)
#8E526A
(142,82,106)
#7B475C
(123,71,92)
#683C4E
(104,60,78)
#553140
(85,49,64)
#422632
(66,38,50)
#2F1B24
(47,27,36)
#1C1016
(28,16,22)
#000000
(0,0,0)

Tints of #DA7EA2

#DA7EA2
(218,126,162)
#DD89AA
(221,137,170)
#E094B2
(224,148,178)
#E39FBA
(227,159,186)
#E6AAC2
(230,170,194)
#E9B5CA
(233,181,202)
#ECC0D2
(236,192,210)
#EFCBDA
(239,203,218)
#F2D6E2
(242,214,226)
#F5E1EA
(245,225,234)
#F8ECF2
(248,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA7EA2 color. Also use rgb(218,126,162) instead hex code.

Text Font Color

.myTextColor { color: #DA7EA2; }

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

This text font color is #DA7EA2.


Background Color

.myBgColor { background-color: #DA7EA2; }

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

This div background color is #DA7EA2.


Border color

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

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

This div border color is #DA7EA2.


Opacity

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

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

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

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

This text has shadow with #DA7EA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA7EA2 on black background.


Color preview on white background

This text has color #DA7EA2 on white background.



Black color preview on #DA7EA2 background

This text has black color on #DA7EA2 background.


White color preview on #DA7EA2 background

This text has white color on #DA7EA2 background.