COLOR #DA73AA

HEX: #DA73AA
RGB: (218,115,170)

Color info

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

RGB color model

#DA73AA color RGB value is (218,115,170).

  • red value is 218;
  • green value is 115;
  • blue value is 170.
RGB:
(218,115,170)
(85%,45%,67%)

RGB channels and saturation

R 218 of 255 = 85%
G 115 of 255 = 45%
B 170 of 255 = 67%

218
115
170

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

Portions of RGB colors in percentages

R + G + B =
218 + 115 + 170 = 503 (100%)
R 218 of 503 ~ 43.34%
G 115 of 503 ~ 22.86%
B 170 of 503 ~ 33.8%

%43.34
%22.86
%33.8

CMYK color model

#DA73AA color CMYK value is (0,47,22,15).

  • cyan value is 0.00%
  • magenta value is 47.25%
  • yellow value is 22.02%
  • key color value is 14.51%
CMYK:
(0,47,22,15)
C0M47Y22K15 
(0%,47%,22%,15%)
(0.00/0.47/0.22/0.15)	

CMYK percentages

%0
%47.25
%22.02
%14.51

Codes

Color #DA73AA in popluar color models

DA73AA
RGB218115170
HSL328°58.19%65.29%
HSB/HSV328°47.25%85.49%
CMYK0.00%47.25%22.02%
14.51%

Color #DA73AA in popluar number systems.

HEXDA73AA
Decimal218115170
Binary11011010111001110101010
Octal332163252

Shades and tints

Shades of #DA73AA

#DA73AA
(218,115,170)
#C7699B
(199,105,155)
#B45F8C
(180,95,140)
#A1557D
(161,85,125)
#8E4B6E
(142,75,110)
#7B415F
(123,65,95)
#683750
(104,55,80)
#552D41
(85,45,65)
#422332
(66,35,50)
#2F1923
(47,25,35)
#1C0F14
(28,15,20)
#000000
(0,0,0)

Tints of #DA73AA

#DA73AA
(218,115,170)
#DD7FB1
(221,127,177)
#E08BB8
(224,139,184)
#E397BF
(227,151,191)
#E6A3C6
(230,163,198)
#E9AFCD
(233,175,205)
#ECBBD4
(236,187,212)
#EFC7DB
(239,199,219)
#F2D3E2
(242,211,226)
#F5DFE9
(245,223,233)
#F8EBF0
(248,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA73AA color. Also use rgb(218,115,170) instead hex code.

Text Font Color

.myTextColor { color: #DA73AA; }

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

This text font color is #DA73AA.


Background Color

.myBgColor { background-color: #DA73AA; }

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

This div background color is #DA73AA.


Border color

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

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

This div border color is #DA73AA.


Opacity

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

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

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

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

This text has shadow with #DA73AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA73AA on black background.


Color preview on white background

This text has color #DA73AA on white background.



Black color preview on #DA73AA background

This text has black color on #DA73AA background.


White color preview on #DA73AA background

This text has white color on #DA73AA background.