HEX: #D37EC4
RGB: (211,126,196)
#D37EC4 contains mainly red and blue colors. Web safe color of #D37EC4 is #CC66CC (or #C6C).
#D37EC4 color RGB value is (211,126,196).
RGB: (211,126,196)
(83%, 49%, 77%)
R 211 of 255 = 83%
G 126 of 255 = 49%
B 196 of 255 = 77%
R + G + B ~ 70%. #D37EC4 is quite light color.
R + G + B = 211 + 126 + 196 = 533 (100%)
R 211 of 533 ~ 39.59%
G 126 of 533 ~ 23.64%
B 196 of 533 ~ 36.77'%
#D37EC4 color CMYK value is (0,40,7,17).
CMYK: (0,40,7,17) C0M40Y7K17 (0%,40%,7%,17%) (0.00/0.40/0.07/0.17)
Color #D37EC4 in popluar color models
D3 | 7E | C4 | |
---|---|---|---|
RGB | 211 | 126 | 196 |
HSL | 311° | 49.13% | 66.08% |
HSB/HSV | 311° | 40.28% | 82.75% |
CMYK | 0.00% | 40.28% | 7.11% |
17.25% |
Color #D37EC4 in popluar number systems.
HEX | D3 | 7E | C4 |
Decimal | 211 | 126 | 196 |
Binary | 11010011 | 1111110 | 11000100 |
Octal | 323 | 176 | 304 |
Shades of #D37EC4
Tints of #D37EC4
Examples of css and html codes for elements with #D37EC4 color. Also use rgb(211,126,196) instead hex code.
.myTextColor { color: #D37EC4; }
<p style="color:#D37EC4">This sample text font color is #D37EC4.</p>
This text font color is #D37EC4.
.myBgColor { background-color: #D37EC4; }
<div style="background-color:#D37EC4">Inner text</div>
This div background color is #D37EC4.
.myBorderColor { border: 1px solid #D37EC4; }
<div style="border:3px solid #D37EC4">Div</div>
This div border color is #D37EC4.
.myOpacity80 { color: #D37EC4; opacity: 0.8; }
<p style="color:#D37EC4;opacity:0.8;">80%</p>
Text with #D37EC4 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D37EC4;}
<p style="text-shadow: 3px 3px 1px #D37EC4">Text here.</p>
This text has shadow with #D37EC4 color.
.textShadow {text-shadow: 3px 3px 1px #D37EC4', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D37EC4, 5px 5px 20px red">Text here.</p>
This text has shadow with #D37EC4 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D37EC4, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D37EC4, Direction=45, Strength=4)">Text</p>
This text has shadow with #D37EC4 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D37EC4;
-webkit-box-shadow: 1px 1px 3px 2px #D37EC4;
box-shadow: 1px 1px 3px 2px #D37EC4;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D37EC4; -webkit-box-shadow: 1px 1px 3px 2px #D37EC4; box-shadow:1px 1px 3px 2px #D37EC4;">
Div content here
</div>
This text has color #D37EC4 on black background.
This text has color #D37EC4 on white background.
This text has black color on #D37EC4 background.
This text has white color on #D37EC4 background.
Complementary color for #hex is #2C813B.