COLOR #D0929D

HEX: #D0929D RGB: (208,146,157)

Color info

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

RGB color model

#D0929D color RGB value is (208,146,157).

RGB: (208,146,157) (82%, 57%, 62%)

RGB channels and saturation

R 208 of 255 = 82%
G 146 of 255 = 57%
B 157 of 255 = 62%

208
146
157

R + G + B ~ 67%. #D0929D is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 146 + 157 = 511 (100%)
R 208 of 511 ~ 40.7%
G 146 of 511 ~ 28.57%
B 157 of 511 ~ 30.72'%

%40.7
%28.57
%30.72

CMYK color model

#D0929D color CMYK value is (0,30,25,18).

  • cyan value is 0.00%
  • magenta value is 29.81%
  • yellow value is 24.52%
  • key color value is 18.43%
CMYK: (0,30,25,18) C0M30Y25K18 (0%,30%,25%,18%) (0.00/0.30/0.25/0.18) 

CMYK percentages

%0
%29.81
%24.52
%18.43

Codes

Color #D0929D in popluar color models

D0 92 9D
RGB 208 146 157
HSL 349° 39.74% 69.41%
HSB/HSV 349° 29.81% 81.57%
CMYK 0.00% 29.81% 24.52%
18.43%

Color #D0929D in popluar number systems.

HEX D0 92 9D
Decimal 208 146 157
Binary 11010000 10010010 10011101
Octal 320 222 235

Shades and tints

Shades of #D0929D

#D0929D
(208,146,157)
#BE858F
(190,133,143)
#AC7881
(172,120,129)
#9A6B73
(154,107,115)
#885E65
(136,94,101)
#765157
(118,81,87)
#644449
(100,68,73)
#52373B
(82,55,59)
#402A2D
(64,42,45)
#2E1D1F
(46,29,31)
#1C1011
(28,16,17)
#000000
(0,0,0)

Tints of #D0929D

#D0929D
(208,146,157)
#D49BA5
(212,155,165)
#D8A4AD
(216,164,173)
#DCADB5
(220,173,181)
#E0B6BD
(224,182,189)
#E4BFC5
(228,191,197)
#E8C8CD
(232,200,205)
#ECD1D5
(236,209,213)
#F0DADD
(240,218,221)
#F4E3E5
(244,227,229)
#F8ECED
(248,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0929D; }

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

This text font color is #D0929D.

Background Color

.myBgColor { background-color: #D0929D; }

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

This div background color is #D0929D.

Border color

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

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

This div border color is #D0929D.

Opacity

.myOpacity80 { color: #D0929D; opacity: 0.8; }

<p style="color:#D0929D;opacity:0.8;">80%</p>

Text with #D0929D 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 #D0929D;}

<p style="text-shadow: 3px 3px 1px #D0929D">Text here.</p>

This text has shadow with #D0929D color.


.textShadow {text-shadow: 3px 3px 1px #D0929D', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D0929D, 5px 5px 20px red">Text here.</p>

This text has shadow with #D0929D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D0929D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D0929D, Direction=45, Strength=4)">Text</p>

This text has shadow with #D0929D and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D0929D;
-webkit-box-shadow: 1px 1px 3px 2px #D0929D;
box-shadow: 1px 1px 3px 2px #D0929D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D0929D; -webkit-box-shadow: 1px 1px 3px 2px #D0929D; box-shadow:1px 1px 3px 2px #D0929D;">
Div content here
</div>

This div box has shadow with color #D0929D.

Preview

Color preview on black background

This text has color #D0929D on black background.


Color preview on white background

This text has color #D0929D on white background.


Black color preview on #D0929D background

This text has black color on #D0929D background.


White color preview on #D0929D background

This text has white color on #D0929D background.


Related colors

Complementary color

Complementary color for #hex is #2F6D62.


I love getcolorcode.com

Triadic colors

1 #9DD092 and #929DD0 with #D0929D are triadic colors.

2 #9D92D0 and #92D09D with #D0929D are triadic colors.