COLOR #D6596E

HEX: #D6596E RGB: (214,89,110)

Color info

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

RGB color model

#D6596E color RGB value is (214,89,110).

RGB: (214,89,110) (84%, 35%, 43%)

RGB channels and saturation

R 214 of 255 = 84%
G 89 of 255 = 35%
B 110 of 255 = 43%

214
89
110

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

Portions of RGB colors in percentages

R + G + B = 214 + 89 + 110 = 413 (100%)
R 214 of 413 ~ 51.82%
G 89 of 413 ~ 21.55%
B 110 of 413 ~ 26.63'%

%51.82
%21.55
%26.63

CMYK color model

#D6596E color CMYK value is (0,58,49,16).

  • cyan value is 0.00%
  • magenta value is 58.41%
  • yellow value is 48.60%
  • key color value is 16.08%

CMYK: (0,58,49,16)
C0M58Y49K16 (0%, 58%, 49%, 16%)
(0.00 / 0.58 / 0.49 / 0.16)

CMYK percentages

%0
%58.41
%48.6
%16.08

Codes

Color #D6596E in popluar color models

D6 59 6E
RGB 214 89 110
HSL 350° 60.39% 59.41%
HSB/HSV 350° 58.41% 83.92%
CMYK 0.00% 58.41% 48.60%
16.08%

Color #D6596E in popluar number systems.

HEX D6 59 6E
Decimal 214 89 110
Binary 11010110 1011001 1101110
Octal 326 131 156

Shades and tints

Shades of #D6596E

#D6596E
(214,89,110)
#C35164
(195,81,100)
#B0495A
(176,73,90)
#9D4150
(157,65,80)
#8A3946
(138,57,70)
#77313C
(119,49,60)
#642932
(100,41,50)
#512128
(81,33,40)
#3E191E
(62,25,30)
#2B1114
(43,17,20)
#18090A
(24,9,10)
#000000
(0,0,0)

Tints of #D6596E

#D6596E
(214,89,110)
#D9687B
(217,104,123)
#DC7788
(220,119,136)
#DF8695
(223,134,149)
#E295A2
(226,149,162)
#E5A4AF
(229,164,175)
#E8B3BC
(232,179,188)
#EBC2C9
(235,194,201)
#EED1D6
(238,209,214)
#F1E0E3
(241,224,227)
#F4EFF0
(244,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6596E color. Also use rgb(214,89,110) instead hex code.

Text Font Color

.myTextColor { color: #D6596E; }

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

This text font color is #D6596E.

Background Color

.myBgColor { background-color: #D6596E; }

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

This div background color is #D6596E.

Border color

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

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

This div border color is #D6596E.

Opacity

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

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

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

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

This text has shadow with #D6596E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6596E.

Preview

Color preview on black background

This text has color #D6596E on black background.


Color preview on white background

This text has color #D6596E on white background.


Black color preview on #D6596E background

This text has black color on #D6596E background.


White color preview on #D6596E background

This text has white color on #D6596E background.


Related colors

Complementary color

Complementary color for #hex is #29A691.


I love getcolorcode.com

Triadic colors

1 #6ED659 and #596ED6 with #D6596E are triadic colors.

2 #6E59D6 and #59D66E with #D6596E are triadic colors.