HEX: #D7429D
RGB: (215,66,157)
#D7429D contains mainly red and blue colors. Web safe color of #D7429D is #CC3399 (or #C39).
#D7429D color RGB value is (215,66,157).
RGB: (215,66,157)
(84%, 26%, 62%)
R 215 of 255 = 84%
G 66 of 255 = 26%
B 157 of 255 = 62%
R + G + B ~ 57%. #D7429D is middle color (not dark and not light).
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'%
#D7429D color CMYK value is (0,69,27,16).
CMYK: (0,69,27,16) C0M69Y27K16 (0%,69%,27%,16%) (0.00/0.69/0.27/0.16)
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 of #D7429D
Tints of #D7429D
Examples of css and html codes for elements with #D7429D color. Also use rgb(215,66,157) instead hex code.
.myTextColor { color: #D7429D; }
<p style="color:#D7429D">This sample text font color is #D7429D.</p>
This text font color is #D7429D.
.myBgColor { background-color: #D7429D; }
<div style="background-color:#D7429D">Inner text</div>
This div background color is #D7429D.
.myBorderColor { border: 1px solid #D7429D; }
<div style="border:3px solid #D7429D">Div</div>
This div border color is #D7429D.
.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%.
.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.
/* 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 text has color #D7429D on black background.
This text has color #D7429D on white background.
This text has black color on #D7429D background.
This text has white color on #D7429D background.
Complementary color for #hex is #28BD62.