COLOR #D7629D

HEX: #D7629D
RGB: (215,98,157)

Color info

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

RGB color model

#D7629D color RGB value is (215,98,157).

  • red value is 215;
  • green value is 98;
  • blue value is 157.
RGB:
(215,98,157)
(84%,38%,62%)

RGB channels and saturation

R 215 of 255 = 84%
G 98 of 255 = 38%
B 157 of 255 = 62%

215
98
157

R + G + B ~ 61%. #D7629D is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 98 + 157 = 470 (100%)
R 215 of 470 ~ 45.74%
G 98 of 470 ~ 20.85%
B 157 of 470 ~ 33.4%

%45.74
%20.85
%33.4

CMYK color model

#D7629D color CMYK value is (0,54,27,16).

  • cyan value is 0.00%
  • magenta value is 54.42%
  • yellow value is 26.98%
  • key color value is 15.69%
CMYK:
(0,54,27,16)
C0M54Y27K16 
(0%,54%,27%,16%)
(0.00/0.54/0.27/0.16)	

CMYK percentages

%0
%54.42
%26.98
%15.69

Codes

Color #D7629D in popluar color models

D7629D
RGB21598157
HSL330°59.39%61.37%
HSB/HSV330°54.42%84.31%
CMYK0.00%54.42%26.98%
15.69%

Color #D7629D in popluar number systems.

HEXD7629D
Decimal21598157
Binary11010111110001010011101
Octal327142235

Shades and tints

Shades of #D7629D

#D7629D
(215,98,157)
#C45A8F
(196,90,143)
#B15281
(177,82,129)
#9E4A73
(158,74,115)
#8B4265
(139,66,101)
#783A57
(120,58,87)
#653249
(101,50,73)
#522A3B
(82,42,59)
#3F222D
(63,34,45)
#2C1A1F
(44,26,31)
#191211
(25,18,17)
#000000
(0,0,0)

Tints of #D7629D

#D7629D
(215,98,157)
#DA70A5
(218,112,165)
#DD7EAD
(221,126,173)
#E08CB5
(224,140,181)
#E39ABD
(227,154,189)
#E6A8C5
(230,168,197)
#E9B6CD
(233,182,205)
#ECC4D5
(236,196,213)
#EFD2DD
(239,210,221)
#F2E0E5
(242,224,229)
#F5EEED
(245,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7629D color. Also use rgb(215,98,157) instead hex code.

Text Font Color

.myTextColor { color: #D7629D; }

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

This text font color is #D7629D.


Background Color

.myBgColor { background-color: #D7629D; }

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

This div background color is #D7629D.


Border color

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

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

This div border color is #D7629D.


Opacity

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

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

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

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

This text has shadow with #D7629D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7629D on black background.


Color preview on white background

This text has color #D7629D on white background.



Black color preview on #D7629D background

This text has black color on #D7629D background.


White color preview on #D7629D background

This text has white color on #D7629D background.