COLOR #D73972

HEX: #D73972
RGB: (215,57,114)

Color info

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

RGB color model

#D73972 color RGB value is (215,57,114).

  • red value is 215;
  • green value is 57;
  • blue value is 114.
RGB:
(215,57,114)
(84%,22%,45%)

RGB channels and saturation

R 215 of 255 = 84%
G 57 of 255 = 22%
B 114 of 255 = 45%

215
57
114

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

Portions of RGB colors in percentages

R + G + B =
215 + 57 + 114 = 386 (100%)
R 215 of 386 ~ 55.7%
G 57 of 386 ~ 14.77%
B 114 of 386 ~ 29.53%

%55.7
%14.77
%29.53

CMYK color model

#D73972 color CMYK value is (0,73,47,16).

  • cyan value is 0.00%
  • magenta value is 73.49%
  • yellow value is 46.98%
  • key color value is 15.69%
CMYK:
(0,73,47,16)
C0M73Y47K16 
(0%,73%,47%,16%)
(0.00/0.73/0.47/0.16)	

CMYK percentages

%0
%73.49
%46.98
%15.69

Codes

Color #D73972 in popluar color models

D73972
RGB21557114
HSL338°66.39%53.33%
HSB/HSV338°73.49%84.31%
CMYK0.00%73.49%46.98%
15.69%

Color #D73972 in popluar number systems.

HEXD73972
Decimal21557114
Binary110101111110011110010
Octal32771162

Shades and tints

Shades of #D73972

#D73972
(215,57,114)
#C43468
(196,52,104)
#B12F5E
(177,47,94)
#9E2A54
(158,42,84)
#8B254A
(139,37,74)
#782040
(120,32,64)
#651B36
(101,27,54)
#52162C
(82,22,44)
#3F1122
(63,17,34)
#2C0C18
(44,12,24)
#19070E
(25,7,14)
#000000
(0,0,0)

Tints of #D73972

#D73972
(215,57,114)
#DA4B7E
(218,75,126)
#DD5D8A
(221,93,138)
#E06F96
(224,111,150)
#E381A2
(227,129,162)
#E693AE
(230,147,174)
#E9A5BA
(233,165,186)
#ECB7C6
(236,183,198)
#EFC9D2
(239,201,210)
#F2DBDE
(242,219,222)
#F5EDEA
(245,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D73972 color. Also use rgb(215,57,114) instead hex code.

Text Font Color

.myTextColor { color: #D73972; }

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

This text font color is #D73972.


Background Color

.myBgColor { background-color: #D73972; }

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

This div background color is #D73972.


Border color

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

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

This div border color is #D73972.


Opacity

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

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

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

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

This text has shadow with #D73972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D73972 on black background.


Color preview on white background

This text has color #D73972 on white background.



Black color preview on #D73972 background

This text has black color on #D73972 background.


White color preview on #D73972 background

This text has white color on #D73972 background.