HEX: #D6596E
RGB: (214,89,110)
#D6596E contains mainly red color. Web safe color of #D6596E is #CC6666 (or #C66).
#D6596E color RGB value is (214,89,110).
RGB: (214,89,110)
(84%, 35%, 43%)
R 214 of 255 = 84%
G 89 of 255 = 35%
B 110 of 255 = 43%
R + G + B ~ 54%. #D6596E is middle color (not dark and not light).
R + G + B = 214 + 89 + 110 = 413 (100%)
R 214 of 413 ~ 51.82%
G 89 of 413 ~ 21.55%
B 110 of 413 ~ 26.63'%
#D6596E color CMYK value is (0,58,49,16).
CMYK: (0,58,49,16)
C0M58Y49K16 (0%, 58%, 49%, 16%)
(0.00 / 0.58 / 0.49 / 0.16)
Color #D6596E in popluar color models
D6 | 59 | 6E | |
---|---|---|---|
RGB | 214 | 89 | 110 |
HSL | 350° | 60.39% | 59.41% |
HSB/HSV | 350° | 58.41% | 83.92% |
CMYK | 0.00% | 58.41% | 48.60% |
16.08% |
Color #D6596E in popluar number systems.
HEX | D6 | 59 | 6E |
Decimal | 214 | 89 | 110 |
Binary | 11010110 | 1011001 | 1101110 |
Octal | 326 | 131 | 156 |
Shades of #D6596E
Tints of #D6596E
Examples of css and html codes for elements with #D6596E color. Also use rgb(214,89,110) instead hex code.
.myTextColor { color: #D6596E; }
<p style="color:#D6596E">This sample text font color is #D6596E.</p>
This text font color is #D6596E.
.myBgColor { background-color: #D6596E; }
<div style="background-color:#D6596E">Inner text</div>
This div background color is #D6596E.
.myBorderColor { border: 1px solid #D6596E; }
<div style="border:3px solid #D6596E">Div</div>
This div border color is #D6596E.
.myOpacity80 { color: #D6596E; opacity: 0.8; }
<p style="color:#D6596E;opacity:0.8;">80%</p>
Text with #D6596E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6596E;}
<p style="text-shadow: 3px 3px 1px #D6596E">Text here.</p>
This text has shadow with #D6596E color.
.textShadow {text-shadow: 3px 3px 1px #D6596E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6596E, 5px 5px 20px red">Text here.</p>
This text has shadow with #D6596E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6596E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6596E, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6596E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D6596E;
-webkit-box-shadow: 1px 1px 3px 2px #D6596E;
box-shadow: 1px 1px 3px 2px #D6596E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D6596E; -webkit-box-shadow: 1px 1px 3px 2px #D6596E; box-shadow:1px 1px 3px 2px #D6596E;">
Div content here
</div>
This text has color #D6596E on black background.
This text has color #D6596E on white background.
This text has black color on #D6596E background.
This text has white color on #D6596E background.
Complementary color for #hex is #29A691.