HEX: #DA9EDD
RGB: (218,158,221)
#DA9EDD contains mainly red and blue colors. Web safe color of #DA9EDD is #CC99CC (or #C9C).
#DA9EDD color RGB value is (218,158,221).
RGB: (218,158,221)
(85%, 62%, 87%)
R 218 of 255 = 85%
G 158 of 255 = 62%
B 221 of 255 = 87%
R + G + B ~ 78%. #DA9EDD is quite light color.
R + G + B = 218 + 158 + 221 = 597 (100%)
R 218 of 597 ~ 36.52%
G 158 of 597 ~ 26.47%
B 221 of 597 ~ 37.02'%
#DA9EDD color CMYK value is (1,29,0,13).
CMYK: (1,29,0,13)
C1M29Y0K13 (1%, 29%, 0%, 13%)
(0.01 / 0.29 / 0.00 / 0.13)
Color #DA9EDD in popluar color models
DA | 9E | DD | |
---|---|---|---|
RGB | 218 | 158 | 221 |
HSL | 297° | 48.09% | 74.31% |
HSB/HSV | 297° | 28.51% | 86.67% |
CMYK | 1.36% | 28.51% | 0.00% |
13.33% |
Color #DA9EDD in popluar number systems.
HEX | DA | 9E | DD |
Decimal | 218 | 158 | 221 |
Binary | 11011010 | 10011110 | 11011101 |
Octal | 332 | 236 | 335 |
Shades of #DA9EDD
Tints of #DA9EDD
Examples of css and html codes for elements with #DA9EDD color. Also use rgb(218,158,221) instead hex code.
.myTextColor { color: #DA9EDD; }
<p style="color:#DA9EDD">This sample text font color is #DA9EDD.</p>
This text font color is #DA9EDD.
.myBgColor { background-color: #DA9EDD; }
<div style="background-color:#DA9EDD">Inner text</div>
This div background color is #DA9EDD.
.myBorderColor { border: 1px solid #DA9EDD; }
<div style="border:3px solid #DA9EDD">Div</div>
This div border color is #DA9EDD.
.myOpacity80 { color: #DA9EDD; opacity: 0.8; }
<p style="color:#DA9EDD;opacity:0.8;">80%</p>
Text with #DA9EDD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #DA9EDD;}
<p style="text-shadow: 3px 3px 1px #DA9EDD">Text here.</p>
This text has shadow with #DA9EDD color.
.textShadow {text-shadow: 3px 3px 1px #DA9EDD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #DA9EDD, 5px 5px 20px red">Text here.</p>
This text has shadow with #DA9EDD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DA9EDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#DA9EDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #DA9EDD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #DA9EDD;
-webkit-box-shadow: 1px 1px 3px 2px #DA9EDD;
box-shadow: 1px 1px 3px 2px #DA9EDD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DA9EDD; -webkit-box-shadow: 1px 1px 3px 2px #DA9EDD; box-shadow:1px 1px 3px 2px #DA9EDD;">
Div content here
</div>
This text has color #DA9EDD on black background.
This text has color #DA9EDD on white background.
This text has black color on #DA9EDD background.
This text has white color on #DA9EDD background.
Complementary color for #hex is #256122.