HEX: #D6709C
RGB: (214,112,156)
#D6709C contains mainly red and blue colors. Web safe color of #D6709C is #CC6699 (or #C69).
#D6709C color RGB value is (214,112,156).
RGB: (214,112,156)
(84%, 44%, 61%)
R 214 of 255 = 84%
G 112 of 255 = 44%
B 156 of 255 = 61%
R + G + B ~ 63%. #D6709C is quite light color.
R + G + B = 214 + 112 + 156 = 482 (100%)
R 214 of 482 ~ 44.4%
G 112 of 482 ~ 23.24%
B 156 of 482 ~ 32.37'%
#D6709C color CMYK value is (0,48,27,16).
CMYK: (0,48,27,16)
C0M48Y27K16 (0%, 48%, 27%, 16%)
(0.00 / 0.48 / 0.27 / 0.16)
Color #D6709C in popluar color models
D6 | 70 | 9C | |
---|---|---|---|
RGB | 214 | 112 | 156 |
HSL | 334° | 55.43% | 63.92% |
HSB/HSV | 334° | 47.66% | 83.92% |
CMYK | 0.00% | 47.66% | 27.10% |
16.08% |
Color #D6709C in popluar number systems.
HEX | D6 | 70 | 9C |
Decimal | 214 | 112 | 156 |
Binary | 11010110 | 1110000 | 10011100 |
Octal | 326 | 160 | 234 |
Shades of #D6709C
Tints of #D6709C
Examples of css and html codes for elements with #D6709C color. Also use rgb(214,112,156) instead hex code.
.myTextColor { color: #D6709C; }
<p style="color:#D6709C">This sample text font color is #D6709C.</p>
This text font color is #D6709C.
.myBgColor { background-color: #D6709C; }
<div style="background-color:#D6709C">Inner text</div>
This div background color is #D6709C.
.myBorderColor { border: 1px solid #D6709C; }
<div style="border:3px solid #D6709C">Div</div>
This div border color is #D6709C.
.myOpacity80 { color: #D6709C; opacity: 0.8; }
<p style="color:#D6709C;opacity:0.8;">80%</p>
Text with #D6709C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6709C;}
<p style="text-shadow: 3px 3px 1px #D6709C">Text here.</p>
This text has shadow with #D6709C color.
.textShadow {text-shadow: 3px 3px 1px #D6709C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6709C, 5px 5px 20px red">Text here.</p>
This text has shadow with #D6709C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6709C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6709C, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6709C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D6709C;
-webkit-box-shadow: 1px 1px 3px 2px #D6709C;
box-shadow: 1px 1px 3px 2px #D6709C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D6709C; -webkit-box-shadow: 1px 1px 3px 2px #D6709C; box-shadow:1px 1px 3px 2px #D6709C;">
Div content here
</div>
This text has color #D6709C on black background.
This text has color #D6709C on white background.
This text has black color on #D6709C background.
This text has white color on #D6709C background.
Complementary color for #hex is #298F63.