COLOR #D7429D

HEX: #D7429D RGB: (215,66,157)

Color info

#D7429D contains mainly red and blue colors. Web safe color of #D7429D is #CC3399 (or #C39).

RGB color model

#D7429D color RGB value is (215,66,157).

RGB: (215,66,157) (84%, 26%, 62%)

RGB channels and saturation

R 215 of 255 = 84%
G 66 of 255 = 26%
B 157 of 255 = 62%

215
66
157

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

Portions of RGB colors in percentages

R + G + B = 215 + 66 + 157 = 438 (100%)
R 215 of 438 ~ 49.09%
G 66 of 438 ~ 15.07%
B 157 of 438 ~ 35.84'%

%49.09
%15.07
%35.84

CMYK color model

#D7429D color CMYK value is (0,69,27,16).

  • cyan value is 0.00%
  • magenta value is 69.30%
  • yellow value is 26.98%
  • key color value is 15.69%
CMYK: (0,69,27,16) C0M69Y27K16 (0%,69%,27%,16%) (0.00/0.69/0.27/0.16) 

CMYK percentages

%0
%69.3
%26.98
%15.69

Codes

Color #D7429D in popluar color models

D7 42 9D
RGB 215 66 157
HSL 323° 65.07% 55.10%
HSB/HSV 323° 69.30% 84.31%
CMYK 0.00% 69.30% 26.98%
15.69%

Color #D7429D in popluar number systems.

HEX D7 42 9D
Decimal 215 66 157
Binary 11010111 1000010 10011101
Octal 327 102 235

Shades and tints

Shades of #D7429D

#D7429D
(215,66,157)
#C43C8F
(196,60,143)
#B13681
(177,54,129)
#9E3073
(158,48,115)
#8B2A65
(139,42,101)
#782457
(120,36,87)
#651E49
(101,30,73)
#52183B
(82,24,59)
#3F122D
(63,18,45)
#2C0C1F
(44,12,31)
#190611
(25,6,17)
#000000
(0,0,0)

Tints of #D7429D

#D7429D
(215,66,157)
#DA53A5
(218,83,165)
#DD64AD
(221,100,173)
#E075B5
(224,117,181)
#E386BD
(227,134,189)
#E697C5
(230,151,197)
#E9A8CD
(233,168,205)
#ECB9D5
(236,185,213)
#EFCADD
(239,202,221)
#F2DBE5
(242,219,229)
#F5ECED
(245,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7429D; }

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

This text font color is #D7429D.

Background Color

.myBgColor { background-color: #D7429D; }

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

This div background color is #D7429D.

Border color

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

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

This div border color is #D7429D.

Opacity

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

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

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

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

This text has shadow with #D7429D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7429D.

Preview

Color preview on black background

This text has color #D7429D on black background.


Color preview on white background

This text has color #D7429D on white background.


Black color preview on #D7429D background

This text has black color on #D7429D background.


White color preview on #D7429D background

This text has white color on #D7429D background.


Related colors

Complementary color

Complementary color for #hex is #28BD62.


I love getcolorcode.com

Triadic colors

1 #9DD742 and #429DD7 with #D7429D are triadic colors.

2 #9D42D7 and #42D79D with #D7429D are triadic colors.