HEX: #D489AE
RGB: (212,137,174)
#D489AE contains mainly red and blue colors. Web safe color of #D489AE is #CC9999 (or #C99).
#D489AE color RGB value is (212,137,174).
RGB: (212,137,174)
(83%, 54%, 68%)
R 212 of 255 = 83%
G 137 of 255 = 54%
B 174 of 255 = 68%
R + G + B ~ 68%. #D489AE is quite light color.
R + G + B = 212 + 137 + 174 = 523 (100%)
R 212 of 523 ~ 40.54%
G 137 of 523 ~ 26.2%
B 174 of 523 ~ 33.27'%
#D489AE color CMYK value is (0,35,18,17).
CMYK: (0,35,18,17) C0M35Y18K17 (0%,35%,18%,17%) (0.00/0.35/0.18/0.17)
Color #D489AE in popluar color models
D4 | 89 | AE | |
---|---|---|---|
RGB | 212 | 137 | 174 |
HSL | 330° | 46.58% | 68.43% |
HSB/HSV | 330° | 35.38% | 83.14% |
CMYK | 0.00% | 35.38% | 17.92% |
16.86% |
Color #D489AE in popluar number systems.
HEX | D4 | 89 | AE |
Decimal | 212 | 137 | 174 |
Binary | 11010100 | 10001001 | 10101110 |
Octal | 324 | 211 | 256 |
Shades of #D489AE
Tints of #D489AE
Examples of css and html codes for elements with #D489AE color. Also use rgb(212,137,174) instead hex code.
.myTextColor { color: #D489AE; }
<p style="color:#D489AE">This sample text font color is #D489AE.</p>
This text font color is #D489AE.
.myBgColor { background-color: #D489AE; }
<div style="background-color:#D489AE">Inner text</div>
This div background color is #D489AE.
.myBorderColor { border: 1px solid #D489AE; }
<div style="border:3px solid #D489AE">Div</div>
This div border color is #D489AE.
.myOpacity80 { color: #D489AE; opacity: 0.8; }
<p style="color:#D489AE;opacity:0.8;">80%</p>
Text with #D489AE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D489AE;}
<p style="text-shadow: 3px 3px 1px #D489AE">Text here.</p>
This text has shadow with #D489AE color.
.textShadow {text-shadow: 3px 3px 1px #D489AE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D489AE, 5px 5px 20px red">Text here.</p>
This text has shadow with #D489AE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D489AE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D489AE, Direction=45, Strength=4)">Text</p>
This text has shadow with #D489AE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D489AE;
-webkit-box-shadow: 1px 1px 3px 2px #D489AE;
box-shadow: 1px 1px 3px 2px #D489AE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D489AE; -webkit-box-shadow: 1px 1px 3px 2px #D489AE; box-shadow:1px 1px 3px 2px #D489AE;">
Div content here
</div>
This text has color #D489AE on black background.
This text has color #D489AE on white background.
This text has black color on #D489AE background.
This text has white color on #D489AE background.
Complementary color for #hex is #2B7651.