COLOR #D0627F

HEX: #D0627F
RGB: (208,98,127)

Color info

#D0627F contains mainly red color. Web safe color of #D0627F is #CC6666 (or #C66).

RGB color model

#D0627F color RGB value is (208,98,127).

  • red value is 208;
  • green value is 98;
  • blue value is 127.
RGB:
(208,98,127)
(82%,38%,50%)

RGB channels and saturation

R 208 of 255 = 82%
G 98 of 255 = 38%
B 127 of 255 = 50%

208
98
127

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

Portions of RGB colors in percentages

R + G + B =
208 + 98 + 127 = 433 (100%)
R 208 of 433 ~ 48.04%
G 98 of 433 ~ 22.63%
B 127 of 433 ~ 29.33%

%48.04
%22.63
%29.33

CMYK color model

#D0627F color CMYK value is (0,53,39,18).

  • cyan value is 0.00%
  • magenta value is 52.88%
  • yellow value is 38.94%
  • key color value is 18.43%
CMYK:
(0,53,39,18)
C0M53Y39K18 
(0%,53%,39%,18%)
(0.00/0.53/0.39/0.18)	

CMYK percentages

%0
%52.88
%38.94
%18.43

Codes

Color #D0627F in popluar color models

D0627F
RGB20898127
HSL344°53.92%60.00%
HSB/HSV344°52.88%81.57%
CMYK0.00%52.88%38.94%
18.43%

Color #D0627F in popluar number systems.

HEXD0627F
Decimal20898127
Binary1101000011000101111111
Octal320142177

Shades and tints

Shades of #D0627F

#D0627F
(208,98,127)
#BE5A74
(190,90,116)
#AC5269
(172,82,105)
#9A4A5E
(154,74,94)
#884253
(136,66,83)
#763A48
(118,58,72)
#64323D
(100,50,61)
#522A32
(82,42,50)
#402227
(64,34,39)
#2E1A1C
(46,26,28)
#1C1211
(28,18,17)
#000000
(0,0,0)

Tints of #D0627F

#D0627F
(208,98,127)
#D4708A
(212,112,138)
#D87E95
(216,126,149)
#DC8CA0
(220,140,160)
#E09AAB
(224,154,171)
#E4A8B6
(228,168,182)
#E8B6C1
(232,182,193)
#ECC4CC
(236,196,204)
#F0D2D7
(240,210,215)
#F4E0E2
(244,224,226)
#F8EEED
(248,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0627F color. Also use rgb(208,98,127) instead hex code.

Text Font Color

.myTextColor { color: #D0627F; }

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

This text font color is #D0627F.


Background Color

.myBgColor { background-color: #D0627F; }

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

This div background color is #D0627F.


Border color

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

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

This div border color is #D0627F.


Opacity

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

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

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

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

This text has shadow with #D0627F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0627F on black background.


Color preview on white background

This text has color #D0627F on white background.



Black color preview on #D0627F background

This text has black color on #D0627F background.


White color preview on #D0627F background

This text has white color on #D0627F background.