HEX: #D590AF
RGB: (213,144,175)
#D590AF contains mainly red and blue colors. Web safe color of #D590AF is #CC9999 (or #C99).
#D590AF color RGB value is (213,144,175).
RGB: (213,144,175)
(84%, 56%, 69%)
R 213 of 255 = 84%
G 144 of 255 = 56%
B 175 of 255 = 69%
R + G + B ~ 70%. #D590AF is quite light color.
R + G + B = 213 + 144 + 175 = 532 (100%)
R 213 of 532 ~ 40.04%
G 144 of 532 ~ 27.07%
B 175 of 532 ~ 32.89'%
#D590AF color CMYK value is (0,32,18,16).
CMYK: (0,32,18,16)
C0M32Y18K16 (0%, 32%, 18%, 16%)
(0.00 / 0.32 / 0.18 / 0.16)
Color #D590AF in popluar color models
D5 | 90 | AF | |
---|---|---|---|
RGB | 213 | 144 | 175 |
HSL | 333° | 45.10% | 70.00% |
HSB/HSV | 333° | 32.39% | 83.53% |
CMYK | 0.00% | 32.39% | 17.84% |
16.47% |
Color #D590AF in popluar number systems.
HEX | D5 | 90 | AF |
Decimal | 213 | 144 | 175 |
Binary | 11010101 | 10010000 | 10101111 |
Octal | 325 | 220 | 257 |
Shades of #D590AF
Tints of #D590AF
Examples of css and html codes for elements with #D590AF color. Also use rgb(213,144,175) instead hex code.
.myTextColor { color: #D590AF; }
<p style="color:#D590AF">This sample text font color is #D590AF.</p>
This text font color is #D590AF.
.myBgColor { background-color: #D590AF; }
<div style="background-color:#D590AF">Inner text</div>
This div background color is #D590AF.
.myBorderColor { border: 1px solid #D590AF; }
<div style="border:3px solid #D590AF">Div</div>
This div border color is #D590AF.
.myOpacity80 { color: #D590AF; opacity: 0.8; }
<p style="color:#D590AF;opacity:0.8;">80%</p>
Text with #D590AF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D590AF;}
<p style="text-shadow: 3px 3px 1px #D590AF">Text here.</p>
This text has shadow with #D590AF color.
.textShadow {text-shadow: 3px 3px 1px #D590AF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D590AF, 5px 5px 20px red">Text here.</p>
This text has shadow with #D590AF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D590AF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D590AF, Direction=45, Strength=4)">Text</p>
This text has shadow with #D590AF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D590AF;
-webkit-box-shadow: 1px 1px 3px 2px #D590AF;
box-shadow: 1px 1px 3px 2px #D590AF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D590AF; -webkit-box-shadow: 1px 1px 3px 2px #D590AF; box-shadow:1px 1px 3px 2px #D590AF;">
Div content here
</div>
This text has color #D590AF on black background.
This text has color #D590AF on white background.
This text has black color on #D590AF background.
This text has white color on #D590AF background.
Complementary color for #hex is #2A6F50.