COLOR #D73B60

HEX: #D73B60
RGB: (215,59,96)

Color info

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

RGB color model

#D73B60 color RGB value is (215,59,96).

  • red value is 215;
  • green value is 59;
  • blue value is 96.
RGB:
(215,59,96)
(84%,23%,38%)

RGB channels and saturation

R 215 of 255 = 84%
G 59 of 255 = 23%
B 96 of 255 = 38%

215
59
96

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

Portions of RGB colors in percentages

R + G + B =
215 + 59 + 96 = 370 (100%)
R 215 of 370 ~ 58.11%
G 59 of 370 ~ 15.95%
B 96 of 370 ~ 25.95%

%58.11
%15.95
%25.95

CMYK color model

#D73B60 color CMYK value is (0,73,55,16).

  • cyan value is 0.00%
  • magenta value is 72.56%
  • yellow value is 55.35%
  • key color value is 15.69%
CMYK:
(0,73,55,16)
C0M73Y55K16 
(0%,73%,55%,16%)
(0.00/0.73/0.55/0.16)	

CMYK percentages

%0
%72.56
%55.35
%15.69

Codes

Color #D73B60 in popluar color models

D73B60
RGB2155996
HSL346°66.10%53.73%
HSB/HSV346°72.56%84.31%
CMYK0.00%72.56%55.35%
15.69%

Color #D73B60 in popluar number systems.

HEXD73B60
Decimal2155996
Binary110101111110111100000
Octal32773140

Shades and tints

Shades of #D73B60

#D73B60
(215,59,96)
#C43658
(196,54,88)
#B13150
(177,49,80)
#9E2C48
(158,44,72)
#8B2740
(139,39,64)
#782238
(120,34,56)
#651D30
(101,29,48)
#521828
(82,24,40)
#3F1320
(63,19,32)
#2C0E18
(44,14,24)
#190910
(25,9,16)
#000000
(0,0,0)

Tints of #D73B60

#D73B60
(215,59,96)
#DA4C6E
(218,76,110)
#DD5D7C
(221,93,124)
#E06E8A
(224,110,138)
#E37F98
(227,127,152)
#E690A6
(230,144,166)
#E9A1B4
(233,161,180)
#ECB2C2
(236,178,194)
#EFC3D0
(239,195,208)
#F2D4DE
(242,212,222)
#F5E5EC
(245,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D73B60 color. Also use rgb(215,59,96) instead hex code.

Text Font Color

.myTextColor { color: #D73B60; }

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

This text font color is #D73B60.


Background Color

.myBgColor { background-color: #D73B60; }

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

This div background color is #D73B60.


Border color

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

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

This div border color is #D73B60.


Opacity

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

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

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

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

This text has shadow with #D73B60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D73B60 on black background.


Color preview on white background

This text has color #D73B60 on white background.



Black color preview on #D73B60 background

This text has black color on #D73B60 background.


White color preview on #D73B60 background

This text has white color on #D73B60 background.