COLOR #D9597B

HEX: #D9597B RGB: (217,89,123)

Color info

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

RGB color model

#D9597B color RGB value is (217,89,123).

RGB: (217,89,123) (85%, 35%, 48%)

RGB channels and saturation

R 217 of 255 = 85%
G 89 of 255 = 35%
B 123 of 255 = 48%

217
89
123

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

Portions of RGB colors in percentages

R + G + B = 217 + 89 + 123 = 429 (100%)
R 217 of 429 ~ 50.58%
G 89 of 429 ~ 20.75%
B 123 of 429 ~ 28.67'%

%50.58
%20.75
%28.67

CMYK color model

#D9597B color CMYK value is (0,59,43,15).

  • cyan value is 0.00%
  • magenta value is 58.99%
  • yellow value is 43.32%
  • key color value is 14.90%

CMYK: (0,59,43,15)
C0M59Y43K15 (0%, 59%, 43%, 15%)
(0.00 / 0.59 / 0.43 / 0.15)

CMYK percentages

%0
%58.99
%43.32
%14.9

Codes

Color #D9597B in popluar color models

D9 59 7B
RGB 217 89 123
HSL 344° 62.75% 60.00%
HSB/HSV 344° 58.99% 85.10%
CMYK 0.00% 58.99% 43.32%
14.90%

Color #D9597B in popluar number systems.

HEX D9 59 7B
Decimal 217 89 123
Binary 11011001 1011001 1111011
Octal 331 131 173

Shades and tints

Shades of #D9597B

#D9597B
(217,89,123)
#C65170
(198,81,112)
#B34965
(179,73,101)
#A0415A
(160,65,90)
#8D394F
(141,57,79)
#7A3144
(122,49,68)
#672939
(103,41,57)
#54212E
(84,33,46)
#411923
(65,25,35)
#2E1118
(46,17,24)
#1B090D
(27,9,13)
#000000
(0,0,0)

Tints of #D9597B

#D9597B
(217,89,123)
#DC6887
(220,104,135)
#DF7793
(223,119,147)
#E2869F
(226,134,159)
#E595AB
(229,149,171)
#E8A4B7
(232,164,183)
#EBB3C3
(235,179,195)
#EEC2CF
(238,194,207)
#F1D1DB
(241,209,219)
#F4E0E7
(244,224,231)
#F7EFF3
(247,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9597B color. Also use rgb(217,89,123) instead hex code.

Text Font Color

.myTextColor { color: #D9597B; }

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

This text font color is #D9597B.

Background Color

.myBgColor { background-color: #D9597B; }

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

This div background color is #D9597B.

Border color

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

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

This div border color is #D9597B.

Opacity

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

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

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

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

This text has shadow with #D9597B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9597B.

Preview

Color preview on black background

This text has color #D9597B on black background.


Color preview on white background

This text has color #D9597B on white background.


Black color preview on #D9597B background

This text has black color on #D9597B background.


White color preview on #D9597B background

This text has white color on #D9597B background.


Related colors

Complementary color

Complementary color for #hex is #26A684.


I love getcolorcode.com

Triadic colors

1 #7BD959 and #597BD9 with #D9597B are triadic colors.

2 #7B59D9 and #59D97B with #D9597B are triadic colors.