HEX: #D676DA
RGB: (214,118,218)
#D676DA contains mainly red and blue colors. Web safe color of #D676DA is #CC66CC (or #C6C).
#D676DA color RGB value is (214,118,218).
RGB: (214,118,218)
(84%, 46%, 85%)
R 214 of 255 = 84%
G 118 of 255 = 46%
B 218 of 255 = 85%
R + G + B ~ 72%. #D676DA is quite light color.
R + G + B = 214 + 118 + 218 = 550 (100%)
R 214 of 550 ~ 38.91%
G 118 of 550 ~ 21.45%
B 218 of 550 ~ 39.64'%
#D676DA color CMYK value is (2,46,0,15).
CMYK: (2,46,0,15)
C2M46Y0K15 (2%, 46%, 0%, 15%)
(0.02 / 0.46 / 0.00 / 0.15)
Color #D676DA in popluar color models
D6 | 76 | DA | |
---|---|---|---|
RGB | 214 | 118 | 218 |
HSL | 298° | 57.47% | 65.88% |
HSB/HSV | 298° | 45.87% | 85.49% |
CMYK | 1.83% | 45.87% | 0.00% |
14.51% |
Color #D676DA in popluar number systems.
HEX | D6 | 76 | DA |
Decimal | 214 | 118 | 218 |
Binary | 11010110 | 1110110 | 11011010 |
Octal | 326 | 166 | 332 |
Shades of #D676DA
Tints of #D676DA
Examples of css and html codes for elements with #D676DA color. Also use rgb(214,118,218) instead hex code.
.myTextColor { color: #D676DA; }
<p style="color:#D676DA">This sample text font color is #D676DA.</p>
This text font color is #D676DA.
.myBgColor { background-color: #D676DA; }
<div style="background-color:#D676DA">Inner text</div>
This div background color is #D676DA.
.myBorderColor { border: 1px solid #D676DA; }
<div style="border:3px solid #D676DA">Div</div>
This div border color is #D676DA.
.myOpacity80 { color: #D676DA; opacity: 0.8; }
<p style="color:#D676DA;opacity:0.8;">80%</p>
Text with #D676DA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D676DA;}
<p style="text-shadow: 3px 3px 1px #D676DA">Text here.</p>
This text has shadow with #D676DA color.
.textShadow {text-shadow: 3px 3px 1px #D676DA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D676DA, 5px 5px 20px red">Text here.</p>
This text has shadow with #D676DA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D676DA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D676DA, Direction=45, Strength=4)">Text</p>
This text has shadow with #D676DA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D676DA;
-webkit-box-shadow: 1px 1px 3px 2px #D676DA;
box-shadow: 1px 1px 3px 2px #D676DA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D676DA; -webkit-box-shadow: 1px 1px 3px 2px #D676DA; box-shadow:1px 1px 3px 2px #D676DA;">
Div content here
</div>
This text has color #D676DA on black background.
This text has color #D676DA on white background.
This text has black color on #D676DA background.
This text has white color on #D676DA background.
Complementary color for #hex is #298925.