HEX: #D0829D
RGB: (208,130,157)
#D0829D contains mainly red and blue colors. Web safe color of #D0829D is #CC9999 (or #C99).
#D0829D color RGB value is (208,130,157).
RGB: (208,130,157)
(82%, 51%, 62%)
R 208 of 255 = 82%
G 130 of 255 = 51%
B 157 of 255 = 62%
R + G + B ~ 65%. #D0829D is quite light color.
R + G + B = 208 + 130 + 157 = 495 (100%)
R 208 of 495 ~ 42.02%
G 130 of 495 ~ 26.26%
B 157 of 495 ~ 31.72'%
#D0829D color CMYK value is (0,38,25,18).
CMYK: (0,38,25,18)
C0M38Y25K18 (0%, 38%, 25%, 18%)
(0.00 / 0.38 / 0.25 / 0.18)
Color #D0829D in popluar color models
D0 | 82 | 9D | |
---|---|---|---|
RGB | 208 | 130 | 157 |
HSL | 339° | 45.35% | 66.27% |
HSB/HSV | 339° | 37.50% | 81.57% |
CMYK | 0.00% | 37.50% | 24.52% |
18.43% |
Color #D0829D in popluar number systems.
HEX | D0 | 82 | 9D |
Decimal | 208 | 130 | 157 |
Binary | 11010000 | 10000010 | 10011101 |
Octal | 320 | 202 | 235 |
Shades of #D0829D
Tints of #D0829D
Examples of css and html codes for elements with #D0829D color. Also use rgb(208,130,157) instead hex code.
.myTextColor { color: #D0829D; }
<p style="color:#D0829D">This sample text font color is #D0829D.</p>
This text font color is #D0829D.
.myBgColor { background-color: #D0829D; }
<div style="background-color:#D0829D">Inner text</div>
This div background color is #D0829D.
.myBorderColor { border: 1px solid #D0829D; }
<div style="border:3px solid #D0829D">Div</div>
This div border color is #D0829D.
.myOpacity80 { color: #D0829D; opacity: 0.8; }
<p style="color:#D0829D;opacity:0.8;">80%</p>
Text with #D0829D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D0829D;}
<p style="text-shadow: 3px 3px 1px #D0829D">Text here.</p>
This text has shadow with #D0829D color.
.textShadow {text-shadow: 3px 3px 1px #D0829D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D0829D, 5px 5px 20px red">Text here.</p>
This text has shadow with #D0829D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D0829D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D0829D, Direction=45, Strength=4)">Text</p>
This text has shadow with #D0829D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D0829D;
-webkit-box-shadow: 1px 1px 3px 2px #D0829D;
box-shadow: 1px 1px 3px 2px #D0829D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D0829D; -webkit-box-shadow: 1px 1px 3px 2px #D0829D; box-shadow:1px 1px 3px 2px #D0829D;">
Div content here
</div>
This text has color #D0829D on black background.
This text has color #D0829D on white background.
This text has black color on #D0829D background.
This text has white color on #D0829D background.
Complementary color for #hex is #2F7D62.