COLOR #D9397C

HEX: #D9397C
RGB: (217,57,124)

Color info

#D9397C contains mainly red color. Web safe color of #D9397C is #CC3366 (or #C36).

RGB color model

#D9397C color RGB value is (217,57,124).

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

RGB channels and saturation

R 217 of 255 = 85%
G 57 of 255 = 22%
B 124 of 255 = 49%

217
57
124

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

Portions of RGB colors in percentages

R + G + B =
217 + 57 + 124 = 398 (100%)
R 217 of 398 ~ 54.52%
G 57 of 398 ~ 14.32%
B 124 of 398 ~ 31.16%

%54.52
%14.32
%31.16

CMYK color model

#D9397C color CMYK value is (0,74,43,15).

  • cyan value is 0.00%
  • magenta value is 73.73%
  • yellow value is 42.86%
  • key color value is 14.90%
CMYK:
(0,74,43,15)
C0M74Y43K15 
(0%,74%,43%,15%)
(0.00/0.74/0.43/0.15)	

CMYK percentages

%0
%73.73
%42.86
%14.9

Codes

Color #D9397C in popluar color models

D9397C
RGB21757124
HSL335°67.80%53.73%
HSB/HSV335°73.73%85.10%
CMYK0.00%73.73%42.86%
14.90%

Color #D9397C in popluar number systems.

HEXD9397C
Decimal21757124
Binary110110011110011111100
Octal33171174

Shades and tints

Shades of #D9397C

#D9397C
(217,57,124)
#C63471
(198,52,113)
#B32F66
(179,47,102)
#A02A5B
(160,42,91)
#8D2550
(141,37,80)
#7A2045
(122,32,69)
#671B3A
(103,27,58)
#54162F
(84,22,47)
#411124
(65,17,36)
#2E0C19
(46,12,25)
#1B070E
(27,7,14)
#000000
(0,0,0)

Tints of #D9397C

#D9397C
(217,57,124)
#DC4B87
(220,75,135)
#DF5D92
(223,93,146)
#E26F9D
(226,111,157)
#E581A8
(229,129,168)
#E893B3
(232,147,179)
#EBA5BE
(235,165,190)
#EEB7C9
(238,183,201)
#F1C9D4
(241,201,212)
#F4DBDF
(244,219,223)
#F7EDEA
(247,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9397C; }

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

This text font color is #D9397C.


Background Color

.myBgColor { background-color: #D9397C; }

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

This div background color is #D9397C.


Border color

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

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

This div border color is #D9397C.


Opacity

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

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

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

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

This text has shadow with #D9397C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9397C on black background.


Color preview on white background

This text has color #D9397C on white background.



Black color preview on #D9397C background

This text has black color on #D9397C background.


White color preview on #D9397C background

This text has white color on #D9397C background.