HEX: #D59ADE
RGB: (213,154,222)
#D59ADE contains mainly red and blue colors. Web safe color of #D59ADE is #CC99CC (or #C9C).
#D59ADE color RGB value is (213,154,222).
RGB: (213,154,222)
(84%, 60%, 87%)
R 213 of 255 = 84%
G 154 of 255 = 60%
B 222 of 255 = 87%
R + G + B ~ 77%. #D59ADE is quite light color.
R + G + B = 213 + 154 + 222 = 589 (100%)
R 213 of 589 ~ 36.16%
G 154 of 589 ~ 26.15%
B 222 of 589 ~ 37.69'%
#D59ADE color CMYK value is (4,31,0,13).
CMYK: (4,31,0,13)
C4M31Y0K13 (4%, 31%, 0%, 13%)
(0.04 / 0.31 / 0.00 / 0.13)
Color #D59ADE in popluar color models
D5 | 9A | DE | |
---|---|---|---|
RGB | 213 | 154 | 222 |
HSL | 292° | 50.75% | 73.73% |
HSB/HSV | 292° | 30.63% | 87.06% |
CMYK | 4.05% | 30.63% | 0.00% |
12.94% |
Color #D59ADE in popluar number systems.
HEX | D5 | 9A | DE |
Decimal | 213 | 154 | 222 |
Binary | 11010101 | 10011010 | 11011110 |
Octal | 325 | 232 | 336 |
Shades of #D59ADE
Tints of #D59ADE
Examples of css and html codes for elements with #D59ADE color. Also use rgb(213,154,222) instead hex code.
.myTextColor { color: #D59ADE; }
<p style="color:#D59ADE">This sample text font color is #D59ADE.</p>
This text font color is #D59ADE.
.myBgColor { background-color: #D59ADE; }
<div style="background-color:#D59ADE">Inner text</div>
This div background color is #D59ADE.
.myBorderColor { border: 1px solid #D59ADE; }
<div style="border:3px solid #D59ADE">Div</div>
This div border color is #D59ADE.
.myOpacity80 { color: #D59ADE; opacity: 0.8; }
<p style="color:#D59ADE;opacity:0.8;">80%</p>
Text with #D59ADE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D59ADE;}
<p style="text-shadow: 3px 3px 1px #D59ADE">Text here.</p>
This text has shadow with #D59ADE color.
.textShadow {text-shadow: 3px 3px 1px #D59ADE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D59ADE, 5px 5px 20px red">Text here.</p>
This text has shadow with #D59ADE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D59ADE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D59ADE, Direction=45, Strength=4)">Text</p>
This text has shadow with #D59ADE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D59ADE;
-webkit-box-shadow: 1px 1px 3px 2px #D59ADE;
box-shadow: 1px 1px 3px 2px #D59ADE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D59ADE; -webkit-box-shadow: 1px 1px 3px 2px #D59ADE; box-shadow:1px 1px 3px 2px #D59ADE;">
Div content here
</div>
This text has color #D59ADE on black background.
This text has color #D59ADE on white background.
This text has black color on #D59ADE background.
This text has white color on #D59ADE background.
Complementary color for #hex is #2A6521.