COLOR #D36795

HEX: #D36795
RGB: (211,103,149)

Color info

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

RGB color model

#D36795 color RGB value is (211,103,149).

  • red value is 211;
  • green value is 103;
  • blue value is 149.
RGB:
(211,103,149)
(83%,40%,58%)

RGB channels and saturation

R 211 of 255 = 83%
G 103 of 255 = 40%
B 149 of 255 = 58%

211
103
149

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

Portions of RGB colors in percentages

R + G + B =
211 + 103 + 149 = 463 (100%)
R 211 of 463 ~ 45.57%
G 103 of 463 ~ 22.25%
B 149 of 463 ~ 32.18%

%45.57
%22.25
%32.18

CMYK color model

#D36795 color CMYK value is (0,51,29,17).

  • cyan value is 0.00%
  • magenta value is 51.18%
  • yellow value is 29.38%
  • key color value is 17.25%
CMYK:
(0,51,29,17)
C0M51Y29K17 
(0%,51%,29%,17%)
(0.00/0.51/0.29/0.17)	

CMYK percentages

%0
%51.18
%29.38
%17.25

Codes

Color #D36795 in popluar color models

D36795
RGB211103149
HSL334°55.10%61.57%
HSB/HSV334°51.18%82.75%
CMYK0.00%51.18%29.38%
17.25%

Color #D36795 in popluar number systems.

HEXD36795
Decimal211103149
Binary11010011110011110010101
Octal323147225

Shades and tints

Shades of #D36795

#D36795
(211,103,149)
#C05E88
(192,94,136)
#AD557B
(173,85,123)
#9A4C6E
(154,76,110)
#874361
(135,67,97)
#743A54
(116,58,84)
#613147
(97,49,71)
#4E283A
(78,40,58)
#3B1F2D
(59,31,45)
#281620
(40,22,32)
#150D13
(21,13,19)
#000000
(0,0,0)

Tints of #D36795

#D36795
(211,103,149)
#D7749E
(215,116,158)
#DB81A7
(219,129,167)
#DF8EB0
(223,142,176)
#E39BB9
(227,155,185)
#E7A8C2
(231,168,194)
#EBB5CB
(235,181,203)
#EFC2D4
(239,194,212)
#F3CFDD
(243,207,221)
#F7DCE6
(247,220,230)
#FBE9EF
(251,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D36795 color. Also use rgb(211,103,149) instead hex code.

Text Font Color

.myTextColor { color: #D36795; }

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

This text font color is #D36795.


Background Color

.myBgColor { background-color: #D36795; }

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

This div background color is #D36795.


Border color

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

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

This div border color is #D36795.


Opacity

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

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

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

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

This text has shadow with #D36795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D36795 on black background.


Color preview on white background

This text has color #D36795 on white background.



Black color preview on #D36795 background

This text has black color on #D36795 background.


White color preview on #D36795 background

This text has white color on #D36795 background.