COLOR #D0817D

HEX: #D0817D
RGB: (208,129,125)

Color info

#D0817D contains mainly red color. Web safe color of #D0817D is #CC9966 (or #C96).

RGB color model

#D0817D color RGB value is (208,129,125).

  • red value is 208;
  • green value is 129;
  • blue value is 125.
RGB:
(208,129,125)
(82%,51%,49%)

RGB channels and saturation

R 208 of 255 = 82%
G 129 of 255 = 51%
B 125 of 255 = 49%

208
129
125

R + G + B ~ 61%. #D0817D is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 129 + 125 = 462 (100%)
R 208 of 462 ~ 45.02%
G 129 of 462 ~ 27.92%
B 125 of 462 ~ 27.06%

%45.02
%27.92
%27.06

CMYK color model

#D0817D color CMYK value is (0,38,40,18).

  • cyan value is 0.00%
  • magenta value is 37.98%
  • yellow value is 39.90%
  • key color value is 18.43%
CMYK:
(0,38,40,18)
C0M38Y40K18 
(0%,38%,40%,18%)
(0.00/0.38/0.40/0.18)	

CMYK percentages

%0
%37.98
%39.9
%18.43

Codes

Color #D0817D in popluar color models

D0817D
RGB208129125
HSL46.89%65.29%
HSB/HSV39.90%81.57%
CMYK0.00%37.98%39.90%
18.43%

Color #D0817D in popluar number systems.

HEXD0817D
Decimal208129125
Binary11010000100000011111101
Octal320201175

Shades and tints

Shades of #D0817D

#D0817D
(208,129,125)
#BE7672
(190,118,114)
#AC6B67
(172,107,103)
#9A605C
(154,96,92)
#885551
(136,85,81)
#764A46
(118,74,70)
#643F3B
(100,63,59)
#523430
(82,52,48)
#402925
(64,41,37)
#2E1E1A
(46,30,26)
#1C130F
(28,19,15)
#000000
(0,0,0)

Tints of #D0817D

#D0817D
(208,129,125)
#D48C88
(212,140,136)
#D89793
(216,151,147)
#DCA29E
(220,162,158)
#E0ADA9
(224,173,169)
#E4B8B4
(228,184,180)
#E8C3BF
(232,195,191)
#ECCECA
(236,206,202)
#F0D9D5
(240,217,213)
#F4E4E0
(244,228,224)
#F8EFEB
(248,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0817D color. Also use rgb(208,129,125) instead hex code.

Text Font Color

.myTextColor { color: #D0817D; }

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

This text font color is #D0817D.


Background Color

.myBgColor { background-color: #D0817D; }

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

This div background color is #D0817D.


Border color

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

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

This div border color is #D0817D.


Opacity

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

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

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

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

This text has shadow with #D0817D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0817D on black background.


Color preview on white background

This text has color #D0817D on white background.



Black color preview on #D0817D background

This text has black color on #D0817D background.


White color preview on #D0817D background

This text has white color on #D0817D background.