COLOR #D36D88

HEX: #D36D88
RGB: (211,109,136)

Color info

#D36D88 contains mainly red color. Web safe color of #D36D88 is #CC6699 (or #C69).

RGB color model

#D36D88 color RGB value is (211,109,136).

  • red value is 211;
  • green value is 109;
  • blue value is 136.
RGB:
(211,109,136)
(83%,43%,53%)

RGB channels and saturation

R 211 of 255 = 83%
G 109 of 255 = 43%
B 136 of 255 = 53%

211
109
136

R + G + B ~ 60%. #D36D88 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
211 + 109 + 136 = 456 (100%)
R 211 of 456 ~ 46.27%
G 109 of 456 ~ 23.9%
B 136 of 456 ~ 29.82%

%46.27
%23.9
%29.82

CMYK color model

#D36D88 color CMYK value is (0,48,36,17).

  • cyan value is 0.00%
  • magenta value is 48.34%
  • yellow value is 35.55%
  • key color value is 17.25%
CMYK:
(0,48,36,17)
C0M48Y36K17 
(0%,48%,36%,17%)
(0.00/0.48/0.36/0.17)	

CMYK percentages

%0
%48.34
%35.55
%17.25

Codes

Color #D36D88 in popluar color models

D36D88
RGB211109136
HSL344°53.68%62.75%
HSB/HSV344°48.34%82.75%
CMYK0.00%48.34%35.55%
17.25%

Color #D36D88 in popluar number systems.

HEXD36D88
Decimal211109136
Binary11010011110110110001000
Octal323155210

Shades and tints

Shades of #D36D88

#D36D88
(211,109,136)
#C0647C
(192,100,124)
#AD5B70
(173,91,112)
#9A5264
(154,82,100)
#874958
(135,73,88)
#74404C
(116,64,76)
#613740
(97,55,64)
#4E2E34
(78,46,52)
#3B2528
(59,37,40)
#281C1C
(40,28,28)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #D36D88

#D36D88
(211,109,136)
#D77A92
(215,122,146)
#DB879C
(219,135,156)
#DF94A6
(223,148,166)
#E3A1B0
(227,161,176)
#E7AEBA
(231,174,186)
#EBBBC4
(235,187,196)
#EFC8CE
(239,200,206)
#F3D5D8
(243,213,216)
#F7E2E2
(247,226,226)
#FBEFEC
(251,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D36D88 color. Also use rgb(211,109,136) instead hex code.

Text Font Color

.myTextColor { color: #D36D88; }

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

This text font color is #D36D88.


Background Color

.myBgColor { background-color: #D36D88; }

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

This div background color is #D36D88.


Border color

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

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

This div border color is #D36D88.


Opacity

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

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

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

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

This text has shadow with #D36D88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D36D88 on black background.


Color preview on white background

This text has color #D36D88 on white background.



Black color preview on #D36D88 background

This text has black color on #D36D88 background.


White color preview on #D36D88 background

This text has white color on #D36D88 background.