COLOR #D8719E

HEX: #D8719E
RGB: (216,113,158)

Color info

#D8719E contains mainly red and blue colors. Web safe color of #D8719E is #CC6699 (or #C69).

RGB color model

#D8719E color RGB value is (216,113,158).

  • red value is 216;
  • green value is 113;
  • blue value is 158.
RGB:
(216,113,158)
(85%,44%,62%)

RGB channels and saturation

R 216 of 255 = 85%
G 113 of 255 = 44%
B 158 of 255 = 62%

216
113
158

R + G + B ~ 64%. #D8719E is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 113 + 158 = 487 (100%)
R 216 of 487 ~ 44.35%
G 113 of 487 ~ 23.2%
B 158 of 487 ~ 32.44%

%44.35
%23.2
%32.44

CMYK color model

#D8719E color CMYK value is (0,48,27,15).

  • cyan value is 0.00%
  • magenta value is 47.69%
  • yellow value is 26.85%
  • key color value is 15.29%
CMYK:
(0,48,27,15)
C0M48Y27K15 
(0%,48%,27%,15%)
(0.00/0.48/0.27/0.15)	

CMYK percentages

%0
%47.69
%26.85
%15.29

Codes

Color #D8719E in popluar color models

D8719E
RGB216113158
HSL334°56.91%64.51%
HSB/HSV334°47.69%84.71%
CMYK0.00%47.69%26.85%
15.29%

Color #D8719E in popluar number systems.

HEXD8719E
Decimal216113158
Binary11011000111000110011110
Octal330161236

Shades and tints

Shades of #D8719E

#D8719E
(216,113,158)
#C56790
(197,103,144)
#B25D82
(178,93,130)
#9F5374
(159,83,116)
#8C4966
(140,73,102)
#793F58
(121,63,88)
#66354A
(102,53,74)
#532B3C
(83,43,60)
#40212E
(64,33,46)
#2D1720
(45,23,32)
#1A0D12
(26,13,18)
#000000
(0,0,0)

Tints of #D8719E

#D8719E
(216,113,158)
#DB7DA6
(219,125,166)
#DE89AE
(222,137,174)
#E195B6
(225,149,182)
#E4A1BE
(228,161,190)
#E7ADC6
(231,173,198)
#EAB9CE
(234,185,206)
#EDC5D6
(237,197,214)
#F0D1DE
(240,209,222)
#F3DDE6
(243,221,230)
#F6E9EE
(246,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8719E color. Also use rgb(216,113,158) instead hex code.

Text Font Color

.myTextColor { color: #D8719E; }

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

This text font color is #D8719E.


Background Color

.myBgColor { background-color: #D8719E; }

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

This div background color is #D8719E.


Border color

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

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

This div border color is #D8719E.


Opacity

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

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

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

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

This text has shadow with #D8719E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8719E on black background.


Color preview on white background

This text has color #D8719E on white background.



Black color preview on #D8719E background

This text has black color on #D8719E background.


White color preview on #D8719E background

This text has white color on #D8719E background.