HEX: #D5519E
RGB: (213,81,158)
#D5519E contains mainly red and blue colors. Web safe color of #D5519E is #CC6699 (or #C69).
#D5519E color RGB value is (213,81,158).
RGB: (213,81,158)
(84%, 32%, 62%)
R 213 of 255 = 84%
G 81 of 255 = 32%
B 158 of 255 = 62%
R + G + B ~ 59%. #D5519E is middle color (not dark and not light).
R + G + B = 213 + 81 + 158 = 452 (100%)
R 213 of 452 ~ 47.12%
G 81 of 452 ~ 17.92%
B 158 of 452 ~ 34.96'%
#D5519E color CMYK value is (0,62,26,16).
CMYK: (0,62,26,16)
C0M62Y26K16 (0%, 62%, 26%, 16%)
(0.00 / 0.62 / 0.26 / 0.16)
Color #D5519E in popluar color models
D5 | 51 | 9E | |
---|---|---|---|
RGB | 213 | 81 | 158 |
HSL | 325° | 61.11% | 57.65% |
HSB/HSV | 325° | 61.97% | 83.53% |
CMYK | 0.00% | 61.97% | 25.82% |
16.47% |
Color #D5519E in popluar number systems.
HEX | D5 | 51 | 9E |
Decimal | 213 | 81 | 158 |
Binary | 11010101 | 1010001 | 10011110 |
Octal | 325 | 121 | 236 |
Shades of #D5519E
Tints of #D5519E
Examples of css and html codes for elements with #D5519E color. Also use rgb(213,81,158) instead hex code.
.myTextColor { color: #D5519E; }
<p style="color:#D5519E">This sample text font color is #D5519E.</p>
This text font color is #D5519E.
.myBgColor { background-color: #D5519E; }
<div style="background-color:#D5519E">Inner text</div>
This div background color is #D5519E.
.myBorderColor { border: 1px solid #D5519E; }
<div style="border:3px solid #D5519E">Div</div>
This div border color is #D5519E.
.myOpacity80 { color: #D5519E; opacity: 0.8; }
<p style="color:#D5519E;opacity:0.8;">80%</p>
Text with #D5519E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5519E;}
<p style="text-shadow: 3px 3px 1px #D5519E">Text here.</p>
This text has shadow with #D5519E color.
.textShadow {text-shadow: 3px 3px 1px #D5519E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5519E, 5px 5px 20px red">Text here.</p>
This text has shadow with #D5519E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5519E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5519E, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5519E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D5519E;
-webkit-box-shadow: 1px 1px 3px 2px #D5519E;
box-shadow: 1px 1px 3px 2px #D5519E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D5519E; -webkit-box-shadow: 1px 1px 3px 2px #D5519E; box-shadow:1px 1px 3px 2px #D5519E;">
Div content here
</div>
This text has color #D5519E on black background.
This text has color #D5519E on white background.
This text has black color on #D5519E background.
This text has white color on #D5519E background.
Complementary color for #hex is #2AAE61.