HEX: #D5829A
RGB: (213,130,154)
#D5829A contains mainly red and blue colors. Web safe color of #D5829A is #CC9999 (or #C99).
#D5829A color RGB value is (213,130,154).
RGB: (213,130,154)
(84%, 51%, 60%)
R 213 of 255 = 84%
G 130 of 255 = 51%
B 154 of 255 = 60%
R + G + B ~ 65%. #D5829A is quite light color.
R + G + B = 213 + 130 + 154 = 497 (100%)
R 213 of 497 ~ 42.86%
G 130 of 497 ~ 26.16%
B 154 of 497 ~ 30.99'%
#D5829A color CMYK value is (0,39,28,16).
CMYK: (0,39,28,16) C0M39Y28K16 (0%,39%,28%,16%) (0.00/0.39/0.28/0.16)
Color #D5829A in popluar color models
D5 | 82 | 9A | |
---|---|---|---|
RGB | 213 | 130 | 154 |
HSL | 343° | 49.70% | 67.25% |
HSB/HSV | 343° | 38.97% | 83.53% |
CMYK | 0.00% | 38.97% | 27.70% |
16.47% |
Color #D5829A in popluar number systems.
HEX | D5 | 82 | 9A |
Decimal | 213 | 130 | 154 |
Binary | 11010101 | 10000010 | 10011010 |
Octal | 325 | 202 | 232 |
Shades of #D5829A
Tints of #D5829A
Examples of css and html codes for elements with #D5829A color. Also use rgb(213,130,154) instead hex code.
.myTextColor { color: #D5829A; }
<p style="color:#D5829A">This sample text font color is #D5829A.</p>
This text font color is #D5829A.
.myBgColor { background-color: #D5829A; }
<div style="background-color:#D5829A">Inner text</div>
This div background color is #D5829A.
.myBorderColor { border: 1px solid #D5829A; }
<div style="border:3px solid #D5829A">Div</div>
This div border color is #D5829A.
.myOpacity80 { color: #D5829A; opacity: 0.8; }
<p style="color:#D5829A;opacity:0.8;">80%</p>
Text with #D5829A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5829A;}
<p style="text-shadow: 3px 3px 1px #D5829A">Text here.</p>
This text has shadow with #D5829A color.
.textShadow {text-shadow: 3px 3px 1px #D5829A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5829A, 5px 5px 20px red">Text here.</p>
This text has shadow with #D5829A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5829A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5829A, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5829A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D5829A;
-webkit-box-shadow: 1px 1px 3px 2px #D5829A;
box-shadow: 1px 1px 3px 2px #D5829A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D5829A; -webkit-box-shadow: 1px 1px 3px 2px #D5829A; box-shadow:1px 1px 3px 2px #D5829A;">
Div content here
</div>
This text has color #D5829A on black background.
This text has color #D5829A on white background.
This text has black color on #D5829A background.
This text has white color on #D5829A background.
Complementary color for #hex is #2A7D65.