COLOR #D9537C

HEX: #D9537C
RGB: (217,83,124)

Color info

#D9537C contains mainly red color. Web safe color of #D9537C is #CC6666 (or #C66).

RGB color model

#D9537C color RGB value is (217,83,124).

  • red value is 217;
  • green value is 83;
  • blue value is 124.
RGB:
(217,83,124)
(85%,33%,49%)

RGB channels and saturation

R 217 of 255 = 85%
G 83 of 255 = 33%
B 124 of 255 = 49%

217
83
124

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

Portions of RGB colors in percentages

R + G + B =
217 + 83 + 124 = 424 (100%)
R 217 of 424 ~ 51.18%
G 83 of 424 ~ 19.58%
B 124 of 424 ~ 29.25%

%51.18
%19.58
%29.25

CMYK color model

#D9537C color CMYK value is (0,62,43,15).

  • cyan value is 0.00%
  • magenta value is 61.75%
  • yellow value is 42.86%
  • key color value is 14.90%
CMYK:
(0,62,43,15)
C0M62Y43K15 
(0%,62%,43%,15%)
(0.00/0.62/0.43/0.15)	

CMYK percentages

%0
%61.75
%42.86
%14.9

Codes

Color #D9537C in popluar color models

D9537C
RGB21783124
HSL342°63.81%58.82%
HSB/HSV342°61.75%85.10%
CMYK0.00%61.75%42.86%
14.90%

Color #D9537C in popluar number systems.

HEXD9537C
Decimal21783124
Binary1101100110100111111100
Octal331123174

Shades and tints

Shades of #D9537C

#D9537C
(217,83,124)
#C64C71
(198,76,113)
#B34566
(179,69,102)
#A03E5B
(160,62,91)
#8D3750
(141,55,80)
#7A3045
(122,48,69)
#67293A
(103,41,58)
#54222F
(84,34,47)
#411B24
(65,27,36)
#2E1419
(46,20,25)
#1B0D0E
(27,13,14)
#000000
(0,0,0)

Tints of #D9537C

#D9537C
(217,83,124)
#DC6287
(220,98,135)
#DF7192
(223,113,146)
#E2809D
(226,128,157)
#E58FA8
(229,143,168)
#E89EB3
(232,158,179)
#EBADBE
(235,173,190)
#EEBCC9
(238,188,201)
#F1CBD4
(241,203,212)
#F4DADF
(244,218,223)
#F7E9EA
(247,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9537C color. Also use rgb(217,83,124) instead hex code.

Text Font Color

.myTextColor { color: #D9537C; }

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

This text font color is #D9537C.


Background Color

.myBgColor { background-color: #D9537C; }

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

This div background color is #D9537C.


Border color

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

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

This div border color is #D9537C.


Opacity

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

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

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

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

This text has shadow with #D9537C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9537C on black background.


Color preview on white background

This text has color #D9537C on white background.



Black color preview on #D9537C background

This text has black color on #D9537C background.


White color preview on #D9537C background

This text has white color on #D9537C background.