COLOR #D0829D

HEX: #D0829D RGB: (208,130,157)

Color info

#D0829D contains mainly red and blue colors. Web safe color of #D0829D is #CC9999 (or #C99).

RGB color model

#D0829D color RGB value is (208,130,157).

RGB: (208,130,157) (82%, 51%, 62%)

RGB channels and saturation

R 208 of 255 = 82%
G 130 of 255 = 51%
B 157 of 255 = 62%

208
130
157

R + G + B ~ 65%. #D0829D is quite light color.

Portions of RGB colors in percentages

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'%

%42.02
%26.26
%31.72

CMYK color model

#D0829D color CMYK value is (0,38,25,18).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 24.52%
  • key color value is 18.43%

CMYK: (0,38,25,18)
C0M38Y25K18 (0%, 38%, 25%, 18%)
(0.00 / 0.38 / 0.25 / 0.18)

CMYK percentages

%0
%37.5
%24.52
%18.43

Codes

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 and tints

Shades of #D0829D

#D0829D
(208,130,157)
#BE778F
(190,119,143)
#AC6C81
(172,108,129)
#9A6173
(154,97,115)
#885665
(136,86,101)
#764B57
(118,75,87)
#644049
(100,64,73)
#52353B
(82,53,59)
#402A2D
(64,42,45)
#2E1F1F
(46,31,31)
#1C1411
(28,20,17)
#000000
(0,0,0)

Tints of #D0829D

#D0829D
(208,130,157)
#D48DA5
(212,141,165)
#D898AD
(216,152,173)
#DCA3B5
(220,163,181)
#E0AEBD
(224,174,189)
#E4B9C5
(228,185,197)
#E8C4CD
(232,196,205)
#ECCFD5
(236,207,213)
#F0DADD
(240,218,221)
#F4E5E5
(244,229,229)
#F8F0ED
(248,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0829D color. Also use rgb(208,130,157) instead hex code.

Text Font Color

.myTextColor { color: #D0829D; }

<p style="color:#D0829D">This sample text font color is #D0829D.</p>

This text font color is #D0829D.

Background Color

.myBgColor { background-color: #D0829D; }

<div style="background-color:#D0829D">Inner text</div>

This div background color is #D0829D.

Border color

.myBorderColor { border: 1px solid #D0829D; }

<div style="border:3px solid #D0829D">Div</div>

This div border color is #D0829D.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #D0829D.

Preview

Color preview on black background

This text has color #D0829D on black background.


Color preview on white background

This text has color #D0829D on white background.


Black color preview on #D0829D background

This text has black color on #D0829D background.


White color preview on #D0829D background

This text has white color on #D0829D background.


Related colors

Complementary color

Complementary color for #hex is #2F7D62.


I love getcolorcode.com

Triadic colors

1 #9DD082 and #829DD0 with #D0829D are triadic colors.

2 #9D82D0 and #82D09D with #D0829D are triadic colors.