COLOR #D8628F

HEX: #D8628F
RGB: (216,98,143)

Color info

#D8628F contains mainly red color. Web safe color of #D8628F is #CC6699 (or #C69).

RGB color model

#D8628F color RGB value is (216,98,143).

  • red value is 216;
  • green value is 98;
  • blue value is 143.
RGB:
(216,98,143)
(85%,38%,56%)

RGB channels and saturation

R 216 of 255 = 85%
G 98 of 255 = 38%
B 143 of 255 = 56%

216
98
143

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

Portions of RGB colors in percentages

R + G + B =
216 + 98 + 143 = 457 (100%)
R 216 of 457 ~ 47.26%
G 98 of 457 ~ 21.44%
B 143 of 457 ~ 31.29%

%47.26
%21.44
%31.29

CMYK color model

#D8628F color CMYK value is (0,55,34,15).

  • cyan value is 0.00%
  • magenta value is 54.63%
  • yellow value is 33.80%
  • key color value is 15.29%
CMYK:
(0,55,34,15)
C0M55Y34K15 
(0%,55%,34%,15%)
(0.00/0.55/0.34/0.15)	

CMYK percentages

%0
%54.63
%33.8
%15.29

Codes

Color #D8628F in popluar color models

D8628F
RGB21698143
HSL337°60.20%61.57%
HSB/HSV337°54.63%84.71%
CMYK0.00%54.63%33.80%
15.29%

Color #D8628F in popluar number systems.

HEXD8628F
Decimal21698143
Binary11011000110001010001111
Octal330142217

Shades and tints

Shades of #D8628F

#D8628F
(216,98,143)
#C55A82
(197,90,130)
#B25275
(178,82,117)
#9F4A68
(159,74,104)
#8C425B
(140,66,91)
#793A4E
(121,58,78)
#663241
(102,50,65)
#532A34
(83,42,52)
#402227
(64,34,39)
#2D1A1A
(45,26,26)
#1A120D
(26,18,13)
#000000
(0,0,0)

Tints of #D8628F

#D8628F
(216,98,143)
#DB7099
(219,112,153)
#DE7EA3
(222,126,163)
#E18CAD
(225,140,173)
#E49AB7
(228,154,183)
#E7A8C1
(231,168,193)
#EAB6CB
(234,182,203)
#EDC4D5
(237,196,213)
#F0D2DF
(240,210,223)
#F3E0E9
(243,224,233)
#F6EEF3
(246,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8628F color. Also use rgb(216,98,143) instead hex code.

Text Font Color

.myTextColor { color: #D8628F; }

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

This text font color is #D8628F.


Background Color

.myBgColor { background-color: #D8628F; }

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

This div background color is #D8628F.


Border color

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

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

This div border color is #D8628F.


Opacity

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

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

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

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

This text has shadow with #D8628F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8628F on black background.


Color preview on white background

This text has color #D8628F on white background.



Black color preview on #D8628F background

This text has black color on #D8628F background.


White color preview on #D8628F background

This text has white color on #D8628F background.