COLOR #D70771

HEX: #D70771
RGB: (215,7,113)

Color info

#D70771 contains mainly red color. Web safe color of #D70771 is #CC0066 (or #C06).

RGB color model

#D70771 color RGB value is (215,7,113).

  • red value is 215;
  • green value is 7;
  • blue value is 113.
RGB:
(215,7,113)
(84%,3%,44%)

RGB channels and saturation

R 215 of 255 = 84%
G 7 of 255 = 3%
B 113 of 255 = 44%

215
7
113

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

Portions of RGB colors in percentages

R + G + B =
215 + 7 + 113 = 335 (100%)
R 215 of 335 ~ 64.18%
G 7 of 335 ~ 2.09%
B 113 of 335 ~ 33.73%

%64.18
%33.73

CMYK color model

#D70771 color CMYK value is (0,97,47,16).

  • cyan value is 0.00%
  • magenta value is 96.74%
  • yellow value is 47.44%
  • key color value is 15.69%
CMYK:
(0,97,47,16)
C0M97Y47K16 
(0%,97%,47%,16%)
(0.00/0.97/0.47/0.16)	

CMYK percentages

%0
%96.74
%47.44
%15.69

Codes

Color #D70771 in popluar color models

D70771
RGB2157113
HSL329°93.69%43.53%
HSB/HSV329°96.74%84.31%
CMYK0.00%96.74%47.44%
15.69%

Color #D70771 in popluar number systems.

HEXD70771
Decimal2157113
Binary110101111111110001
Octal3277161

Shades and tints

Shades of #D70771

#D70771
(215,7,113)
#C40767
(196,7,103)
#B1075D
(177,7,93)
#9E0753
(158,7,83)
#8B0749
(139,7,73)
#78073F
(120,7,63)
#650735
(101,7,53)
#52072B
(82,7,43)
#3F0721
(63,7,33)
#2C0717
(44,7,23)
#19070D
(25,7,13)
#000000
(0,0,0)

Tints of #D70771

#D70771
(215,7,113)
#DA1D7D
(218,29,125)
#DD3389
(221,51,137)
#E04995
(224,73,149)
#E35FA1
(227,95,161)
#E675AD
(230,117,173)
#E98BB9
(233,139,185)
#ECA1C5
(236,161,197)
#EFB7D1
(239,183,209)
#F2CDDD
(242,205,221)
#F5E3E9
(245,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D70771 color. Also use rgb(215,7,113) instead hex code.

Text Font Color

.myTextColor { color: #D70771; }

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

This text font color is #D70771.


Background Color

.myBgColor { background-color: #D70771; }

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

This div background color is #D70771.


Border color

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

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

This div border color is #D70771.


Opacity

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

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

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

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

This text has shadow with #D70771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D70771 on black background.


Color preview on white background

This text has color #D70771 on white background.



Black color preview on #D70771 background

This text has black color on #D70771 background.


White color preview on #D70771 background

This text has white color on #D70771 background.