COLOR #D5739C

HEX: #D5739C
RGB: (213,115,156)

Color info

#D5739C contains mainly red and blue colors. Web safe color of #D5739C is #CC6699 (or #C69).

RGB color model

#D5739C color RGB value is (213,115,156).

  • red value is 213;
  • green value is 115;
  • blue value is 156.
RGB:
(213,115,156)
(84%,45%,61%)

RGB channels and saturation

R 213 of 255 = 84%
G 115 of 255 = 45%
B 156 of 255 = 61%

213
115
156

R + G + B ~ 63%. #D5739C is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 115 + 156 = 484 (100%)
R 213 of 484 ~ 44.01%
G 115 of 484 ~ 23.76%
B 156 of 484 ~ 32.23%

%44.01
%23.76
%32.23

CMYK color model

#D5739C color CMYK value is (0,46,27,16).

  • cyan value is 0.00%
  • magenta value is 46.01%
  • yellow value is 26.76%
  • key color value is 16.47%
CMYK:
(0,46,27,16)
C0M46Y27K16 
(0%,46%,27%,16%)
(0.00/0.46/0.27/0.16)	

CMYK percentages

%0
%46.01
%26.76
%16.47

Codes

Color #D5739C in popluar color models

D5739C
RGB213115156
HSL335°53.85%64.31%
HSB/HSV335°46.01%83.53%
CMYK0.00%46.01%26.76%
16.47%

Color #D5739C in popluar number systems.

HEXD5739C
Decimal213115156
Binary11010101111001110011100
Octal325163234

Shades and tints

Shades of #D5739C

#D5739C
(213,115,156)
#C2698E
(194,105,142)
#AF5F80
(175,95,128)
#9C5572
(156,85,114)
#894B64
(137,75,100)
#764156
(118,65,86)
#633748
(99,55,72)
#502D3A
(80,45,58)
#3D232C
(61,35,44)
#2A191E
(42,25,30)
#170F10
(23,15,16)
#000000
(0,0,0)

Tints of #D5739C

#D5739C
(213,115,156)
#D87FA5
(216,127,165)
#DB8BAE
(219,139,174)
#DE97B7
(222,151,183)
#E1A3C0
(225,163,192)
#E4AFC9
(228,175,201)
#E7BBD2
(231,187,210)
#EAC7DB
(234,199,219)
#EDD3E4
(237,211,228)
#F0DFED
(240,223,237)
#F3EBF6
(243,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5739C color. Also use rgb(213,115,156) instead hex code.

Text Font Color

.myTextColor { color: #D5739C; }

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

This text font color is #D5739C.


Background Color

.myBgColor { background-color: #D5739C; }

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

This div background color is #D5739C.


Border color

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

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

This div border color is #D5739C.


Opacity

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

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

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

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

This text has shadow with #D5739C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5739C on black background.


Color preview on white background

This text has color #D5739C on white background.



Black color preview on #D5739C background

This text has black color on #D5739C background.


White color preview on #D5739C background

This text has white color on #D5739C background.