HEX: #DD1487
RGB: (221,20,135)
#DD1487 contains mainly red color. Web safe color of #DD1487 is #CC0099 (or #C09).
#DD1487 color RGB value is (221,20,135).
RGB: (221,20,135)
(87%, 8%, 53%)
R 221 of 255 = 87%
G 20 of 255 = 8%
B 135 of 255 = 53%
R + G + B ~ 49%. #DD1487 is middle color (not dark and not light).
R + G + B = 221 + 20 + 135 = 376 (100%)
R 221 of 376 ~ 58.78%
G 20 of 376 ~ 5.32%
B 135 of 376 ~ 35.9'%
#DD1487 color CMYK value is (0,91,39,13).
CMYK: (0,91,39,13) C0M91Y39K13 (0%,91%,39%,13%) (0.00/0.91/0.39/0.13)
Color #DD1487 in popluar color models
DD | 14 | 87 | |
---|---|---|---|
RGB | 221 | 20 | 135 |
HSL | 326° | 83.40% | 47.25% |
HSB/HSV | 326° | 90.95% | 86.67% |
CMYK | 0.00% | 90.95% | 38.91% |
13.33% |
Color #DD1487 in popluar number systems.
HEX | DD | 14 | 87 |
Decimal | 221 | 20 | 135 |
Binary | 11011101 | 10100 | 10000111 |
Octal | 335 | 24 | 207 |
Shades of #DD1487
Tints of #DD1487
Examples of css and html codes for elements with #DD1487 color. Also use rgb(221,20,135) instead hex code.
.myTextColor { color: #DD1487; }
<p style="color:#DD1487">This sample text font color is #DD1487.</p>
This text font color is #DD1487.
.myBgColor { background-color: #DD1487; }
<div style="background-color:#DD1487">Inner text</div>
This div background color is #DD1487.
.myBorderColor { border: 1px solid #DD1487; }
<div style="border:3px solid #DD1487">Div</div>
This div border color is #DD1487.
.myOpacity80 { color: #DD1487; opacity: 0.8; }
<p style="color:#DD1487;opacity:0.8;">80%</p>
Text with #DD1487 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #DD1487;}
<p style="text-shadow: 3px 3px 1px #DD1487">Text here.</p>
This text has shadow with #DD1487 color.
.textShadow {text-shadow: 3px 3px 1px #DD1487', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #DD1487, 5px 5px 20px red">Text here.</p>
This text has shadow with #DD1487 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DD1487, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#DD1487, Direction=45, Strength=4)">Text</p>
This text has shadow with #DD1487 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #DD1487;
-webkit-box-shadow: 1px 1px 3px 2px #DD1487;
box-shadow: 1px 1px 3px 2px #DD1487;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DD1487; -webkit-box-shadow: 1px 1px 3px 2px #DD1487; box-shadow:1px 1px 3px 2px #DD1487;">
Div content here
</div>
This text has color #DD1487 on black background.
This text has color #DD1487 on white background.
This text has black color on #DD1487 background.
This text has white color on #DD1487 background.
Complementary color for #hex is #22EB78.