COLOR #D71858

HEX: #D71858
RGB: (215,24,88)

Color info

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

RGB color model

#D71858 color RGB value is (215,24,88).

  • red value is 215;
  • green value is 24;
  • blue value is 88.
RGB:
(215,24,88)
(84%,9%,35%)

RGB channels and saturation

R 215 of 255 = 84%
G 24 of 255 = 9%
B 88 of 255 = 35%

215
24
88

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

Portions of RGB colors in percentages

R + G + B =
215 + 24 + 88 = 327 (100%)
R 215 of 327 ~ 65.75%
G 24 of 327 ~ 7.34%
B 88 of 327 ~ 26.91%

%65.75
%26.91

CMYK color model

#D71858 color CMYK value is (0,89,59,16).

  • cyan value is 0.00%
  • magenta value is 88.84%
  • yellow value is 59.07%
  • key color value is 15.69%
CMYK:
(0,89,59,16)
C0M89Y59K16 
(0%,89%,59%,16%)
(0.00/0.89/0.59/0.16)	

CMYK percentages

%0
%88.84
%59.07
%15.69

Codes

Color #D71858 in popluar color models

D71858
RGB2152488
HSL340°79.92%46.86%
HSB/HSV340°88.84%84.31%
CMYK0.00%88.84%59.07%
15.69%

Color #D71858 in popluar number systems.

HEXD71858
Decimal2152488
Binary11010111110001011000
Octal32730130

Shades and tints

Shades of #D71858

#D71858
(215,24,88)
#C41650
(196,22,80)
#B11448
(177,20,72)
#9E1240
(158,18,64)
#8B1038
(139,16,56)
#780E30
(120,14,48)
#650C28
(101,12,40)
#520A20
(82,10,32)
#3F0818
(63,8,24)
#2C0610
(44,6,16)
#190408
(25,4,8)
#000000
(0,0,0)

Tints of #D71858

#D71858
(215,24,88)
#DA2D67
(218,45,103)
#DD4276
(221,66,118)
#E05785
(224,87,133)
#E36C94
(227,108,148)
#E681A3
(230,129,163)
#E996B2
(233,150,178)
#ECABC1
(236,171,193)
#EFC0D0
(239,192,208)
#F2D5DF
(242,213,223)
#F5EAEE
(245,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D71858 color. Also use rgb(215,24,88) instead hex code.

Text Font Color

.myTextColor { color: #D71858; }

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

This text font color is #D71858.


Background Color

.myBgColor { background-color: #D71858; }

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

This div background color is #D71858.


Border color

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

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

This div border color is #D71858.


Opacity

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

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

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

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

This text has shadow with #D71858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D71858 on black background.


Color preview on white background

This text has color #D71858 on white background.



Black color preview on #D71858 background

This text has black color on #D71858 background.


White color preview on #D71858 background

This text has white color on #D71858 background.