HEX: #D6A4DF
RGB: (214,164,223)
#D6A4DF contains red, green and blue colors in about the same proportion. Web safe color of #D6A4DF is #CC99CC (or #C9C).
#D6A4DF color RGB value is (214,164,223).
RGB: (214,164,223)
(84%, 64%, 87%)
R 214 of 255 = 84%
G 164 of 255 = 64%
B 223 of 255 = 87%
R + G + B ~ 78%. #D6A4DF is quite light color.
R + G + B = 214 + 164 + 223 = 601 (100%)
R 214 of 601 ~ 35.61%
G 164 of 601 ~ 27.29%
B 223 of 601 ~ 37.1'%
#D6A4DF color CMYK value is (4,26,0,13).
CMYK: (4,26,0,13) C4M26Y0K13 (4%,26%,0%,13%) (0.04/0.26/0.00/0.13)
Color #D6A4DF in popluar color models
D6 | A4 | DF | |
---|---|---|---|
RGB | 214 | 164 | 223 |
HSL | 291° | 47.97% | 75.88% |
HSB/HSV | 291° | 26.46% | 87.45% |
CMYK | 4.04% | 26.46% | 0.00% |
12.55% |
Color #D6A4DF in popluar number systems.
HEX | D6 | A4 | DF |
Decimal | 214 | 164 | 223 |
Binary | 11010110 | 10100100 | 11011111 |
Octal | 326 | 244 | 337 |
Shades of #D6A4DF
Tints of #D6A4DF
Examples of css and html codes for elements with #D6A4DF color. Also use rgb(214,164,223) instead hex code.
.myTextColor { color: #D6A4DF; }
<p style="color:#D6A4DF">This sample text font color is #D6A4DF.</p>
This text font color is #D6A4DF.
.myBgColor { background-color: #D6A4DF; }
<div style="background-color:#D6A4DF">Inner text</div>
This div background color is #D6A4DF.
.myBorderColor { border: 1px solid #D6A4DF; }
<div style="border:3px solid #D6A4DF">Div</div>
This div border color is #D6A4DF.
.myOpacity80 { color: #D6A4DF; opacity: 0.8; }
<p style="color:#D6A4DF;opacity:0.8;">80%</p>
Text with #D6A4DF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6A4DF;}
<p style="text-shadow: 3px 3px 1px #D6A4DF">Text here.</p>
This text has shadow with #D6A4DF color.
.textShadow {text-shadow: 3px 3px 1px #D6A4DF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6A4DF, 5px 5px 20px red">Text here.</p>
This text has shadow with #D6A4DF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6A4DF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6A4DF, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6A4DF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D6A4DF;
-webkit-box-shadow: 1px 1px 3px 2px #D6A4DF;
box-shadow: 1px 1px 3px 2px #D6A4DF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D6A4DF; -webkit-box-shadow: 1px 1px 3px 2px #D6A4DF; box-shadow:1px 1px 3px 2px #D6A4DF;">
Div content here
</div>
This text has color #D6A4DF on black background.
This text has color #D6A4DF on white background.
This text has black color on #D6A4DF background.
This text has white color on #D6A4DF background.
Complementary color for #hex is #295B20.