HEX: #D59DBE
RGB: (213,157,190)
#D59DBE contains red, green and blue colors in about the same proportion. Web safe color of #D59DBE is #CC99CC (or #C9C).
#D59DBE color RGB value is (213,157,190).
RGB: (213,157,190)
(84%, 62%, 75%)
R 213 of 255 = 84%
G 157 of 255 = 62%
B 190 of 255 = 75%
R + G + B ~ 74%. #D59DBE is quite light color.
R + G + B = 213 + 157 + 190 = 560 (100%)
R 213 of 560 ~ 38.04%
G 157 of 560 ~ 28.04%
B 190 of 560 ~ 33.93'%
#D59DBE color CMYK value is (0,26,11,16).
CMYK: (0,26,11,16)
C0M26Y11K16 (0%, 26%, 11%, 16%)
(0.00 / 0.26 / 0.11 / 0.16)
Color #D59DBE in popluar color models
D5 | 9D | BE | |
---|---|---|---|
RGB | 213 | 157 | 190 |
HSL | 325° | 40.00% | 72.55% |
HSB/HSV | 325° | 26.29% | 83.53% |
CMYK | 0.00% | 26.29% | 10.80% |
16.47% |
Color #D59DBE in popluar number systems.
HEX | D5 | 9D | BE |
Decimal | 213 | 157 | 190 |
Binary | 11010101 | 10011101 | 10111110 |
Octal | 325 | 235 | 276 |
Shades of #D59DBE
Tints of #D59DBE
Examples of css and html codes for elements with #D59DBE color. Also use rgb(213,157,190) instead hex code.
.myTextColor { color: #D59DBE; }
<p style="color:#D59DBE">This sample text font color is #D59DBE.</p>
This text font color is #D59DBE.
.myBgColor { background-color: #D59DBE; }
<div style="background-color:#D59DBE">Inner text</div>
This div background color is #D59DBE.
.myBorderColor { border: 1px solid #D59DBE; }
<div style="border:3px solid #D59DBE">Div</div>
This div border color is #D59DBE.
.myOpacity80 { color: #D59DBE; opacity: 0.8; }
<p style="color:#D59DBE;opacity:0.8;">80%</p>
Text with #D59DBE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D59DBE;}
<p style="text-shadow: 3px 3px 1px #D59DBE">Text here.</p>
This text has shadow with #D59DBE color.
.textShadow {text-shadow: 3px 3px 1px #D59DBE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D59DBE, 5px 5px 20px red">Text here.</p>
This text has shadow with #D59DBE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D59DBE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D59DBE, Direction=45, Strength=4)">Text</p>
This text has shadow with #D59DBE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D59DBE;
-webkit-box-shadow: 1px 1px 3px 2px #D59DBE;
box-shadow: 1px 1px 3px 2px #D59DBE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D59DBE; -webkit-box-shadow: 1px 1px 3px 2px #D59DBE; box-shadow:1px 1px 3px 2px #D59DBE;">
Div content here
</div>
This text has color #D59DBE on black background.
This text has color #D59DBE on white background.
This text has black color on #D59DBE background.
This text has white color on #D59DBE background.
Complementary color for #hex is #2A6241.