COLOR #D72E7A

HEX: #D72E7A
RGB: (215,46,122)

Color info

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

RGB color model

#D72E7A color RGB value is (215,46,122).

  • red value is 215;
  • green value is 46;
  • blue value is 122.
RGB:
(215,46,122)
(84%,18%,48%)

RGB channels and saturation

R 215 of 255 = 84%
G 46 of 255 = 18%
B 122 of 255 = 48%

215
46
122

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

Portions of RGB colors in percentages

R + G + B =
215 + 46 + 122 = 383 (100%)
R 215 of 383 ~ 56.14%
G 46 of 383 ~ 12.01%
B 122 of 383 ~ 31.85%

%56.14
%12.01
%31.85

CMYK color model

#D72E7A color CMYK value is (0,79,43,16).

  • cyan value is 0.00%
  • magenta value is 78.60%
  • yellow value is 43.26%
  • key color value is 15.69%
CMYK:
(0,79,43,16)
C0M79Y43K16 
(0%,79%,43%,16%)
(0.00/0.79/0.43/0.16)	

CMYK percentages

%0
%78.6
%43.26
%15.69

Codes

Color #D72E7A in popluar color models

D72E7A
RGB21546122
HSL333°67.87%51.18%
HSB/HSV333°78.60%84.31%
CMYK0.00%78.60%43.26%
15.69%

Color #D72E7A in popluar number systems.

HEXD72E7A
Decimal21546122
Binary110101111011101111010
Octal32756172

Shades and tints

Shades of #D72E7A

#D72E7A
(215,46,122)
#C42A6F
(196,42,111)
#B12664
(177,38,100)
#9E2259
(158,34,89)
#8B1E4E
(139,30,78)
#781A43
(120,26,67)
#651638
(101,22,56)
#52122D
(82,18,45)
#3F0E22
(63,14,34)
#2C0A17
(44,10,23)
#19060C
(25,6,12)
#000000
(0,0,0)

Tints of #D72E7A

#D72E7A
(215,46,122)
#DA4186
(218,65,134)
#DD5492
(221,84,146)
#E0679E
(224,103,158)
#E37AAA
(227,122,170)
#E68DB6
(230,141,182)
#E9A0C2
(233,160,194)
#ECB3CE
(236,179,206)
#EFC6DA
(239,198,218)
#F2D9E6
(242,217,230)
#F5ECF2
(245,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D72E7A color. Also use rgb(215,46,122) instead hex code.

Text Font Color

.myTextColor { color: #D72E7A; }

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

This text font color is #D72E7A.


Background Color

.myBgColor { background-color: #D72E7A; }

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

This div background color is #D72E7A.


Border color

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

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

This div border color is #D72E7A.


Opacity

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

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

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

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

This text has shadow with #D72E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D72E7A on black background.


Color preview on white background

This text has color #D72E7A on white background.



Black color preview on #D72E7A background

This text has black color on #D72E7A background.


White color preview on #D72E7A background

This text has white color on #D72E7A background.