HEX: #D48594
RGB: (212,133,148)
#D48594 contains mainly red color. Web safe color of #D48594 is #CC9999 (or #C99).
#D48594 color RGB value is (212,133,148).
RGB: (212,133,148)
(83%, 52%, 58%)
R 212 of 255 = 83%
G 133 of 255 = 52%
B 148 of 255 = 58%
R + G + B ~ 64%. #D48594 is quite light color.
R + G + B = 212 + 133 + 148 = 493 (100%)
R 212 of 493 ~ 43%
G 133 of 493 ~ 26.98%
B 148 of 493 ~ 30.02'%
#D48594 color CMYK value is (0,37,30,17).
CMYK: (0,37,30,17)
C0M37Y30K17 (0%, 37%, 30%, 17%)
(0.00 / 0.37 / 0.30 / 0.17)
Color #D48594 in popluar color models
D4 | 85 | 94 | |
---|---|---|---|
RGB | 212 | 133 | 148 |
HSL | 349° | 47.88% | 67.65% |
HSB/HSV | 349° | 37.26% | 83.14% |
CMYK | 0.00% | 37.26% | 30.19% |
16.86% |
Color #D48594 in popluar number systems.
HEX | D4 | 85 | 94 |
Decimal | 212 | 133 | 148 |
Binary | 11010100 | 10000101 | 10010100 |
Octal | 324 | 205 | 224 |
Shades of #D48594
Tints of #D48594
Examples of css and html codes for elements with #D48594 color. Also use rgb(212,133,148) instead hex code.
.myTextColor { color: #D48594; }
<p style="color:#D48594">This sample text font color is #D48594.</p>
This text font color is #D48594.
.myBgColor { background-color: #D48594; }
<div style="background-color:#D48594">Inner text</div>
This div background color is #D48594.
.myBorderColor { border: 1px solid #D48594; }
<div style="border:3px solid #D48594">Div</div>
This div border color is #D48594.
.myOpacity80 { color: #D48594; opacity: 0.8; }
<p style="color:#D48594;opacity:0.8;">80%</p>
Text with #D48594 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D48594;}
<p style="text-shadow: 3px 3px 1px #D48594">Text here.</p>
This text has shadow with #D48594 color.
.textShadow {text-shadow: 3px 3px 1px #D48594', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D48594, 5px 5px 20px red">Text here.</p>
This text has shadow with #D48594 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D48594, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D48594, Direction=45, Strength=4)">Text</p>
This text has shadow with #D48594 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D48594;
-webkit-box-shadow: 1px 1px 3px 2px #D48594;
box-shadow: 1px 1px 3px 2px #D48594;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D48594; -webkit-box-shadow: 1px 1px 3px 2px #D48594; box-shadow:1px 1px 3px 2px #D48594;">
Div content here
</div>
This text has color #D48594 on black background.
This text has color #D48594 on white background.
This text has black color on #D48594 background.
This text has white color on #D48594 background.
Complementary color for #hex is #2B7A6B.