COLOR #D73A7D

HEX: #D73A7D
RGB: (215,58,125)

Color info

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

RGB color model

#D73A7D color RGB value is (215,58,125).

  • red value is 215;
  • green value is 58;
  • blue value is 125.
RGB:
(215,58,125)
(84%,23%,49%)

RGB channels and saturation

R 215 of 255 = 84%
G 58 of 255 = 23%
B 125 of 255 = 49%

215
58
125

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

Portions of RGB colors in percentages

R + G + B =
215 + 58 + 125 = 398 (100%)
R 215 of 398 ~ 54.02%
G 58 of 398 ~ 14.57%
B 125 of 398 ~ 31.41%

%54.02
%14.57
%31.41

CMYK color model

#D73A7D color CMYK value is (0,73,42,16).

  • cyan value is 0.00%
  • magenta value is 73.02%
  • yellow value is 41.86%
  • key color value is 15.69%
CMYK:
(0,73,42,16)
C0M73Y42K16 
(0%,73%,42%,16%)
(0.00/0.73/0.42/0.16)	

CMYK percentages

%0
%73.02
%41.86
%15.69

Codes

Color #D73A7D in popluar color models

D73A7D
RGB21558125
HSL334°66.24%53.53%
HSB/HSV334°73.02%84.31%
CMYK0.00%73.02%41.86%
15.69%

Color #D73A7D in popluar number systems.

HEXD73A7D
Decimal21558125
Binary110101111110101111101
Octal32772175

Shades and tints

Shades of #D73A7D

#D73A7D
(215,58,125)
#C43572
(196,53,114)
#B13067
(177,48,103)
#9E2B5C
(158,43,92)
#8B2651
(139,38,81)
#782146
(120,33,70)
#651C3B
(101,28,59)
#521730
(82,23,48)
#3F1225
(63,18,37)
#2C0D1A
(44,13,26)
#19080F
(25,8,15)
#000000
(0,0,0)

Tints of #D73A7D

#D73A7D
(215,58,125)
#DA4B88
(218,75,136)
#DD5C93
(221,92,147)
#E06D9E
(224,109,158)
#E37EA9
(227,126,169)
#E68FB4
(230,143,180)
#E9A0BF
(233,160,191)
#ECB1CA
(236,177,202)
#EFC2D5
(239,194,213)
#F2D3E0
(242,211,224)
#F5E4EB
(245,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D73A7D color. Also use rgb(215,58,125) instead hex code.

Text Font Color

.myTextColor { color: #D73A7D; }

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

This text font color is #D73A7D.


Background Color

.myBgColor { background-color: #D73A7D; }

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

This div background color is #D73A7D.


Border color

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

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

This div border color is #D73A7D.


Opacity

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

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

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

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

This text has shadow with #D73A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D73A7D on black background.


Color preview on white background

This text has color #D73A7D on white background.



Black color preview on #D73A7D background

This text has black color on #D73A7D background.


White color preview on #D73A7D background

This text has white color on #D73A7D background.