COLOR #D0596B

HEX: #D0596B
RGB: (208,89,107)

Color info

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

RGB color model

#D0596B color RGB value is (208,89,107).

  • red value is 208;
  • green value is 89;
  • blue value is 107.
RGB:
(208,89,107)
(82%,35%,42%)

RGB channels and saturation

R 208 of 255 = 82%
G 89 of 255 = 35%
B 107 of 255 = 42%

208
89
107

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

Portions of RGB colors in percentages

R + G + B =
208 + 89 + 107 = 404 (100%)
R 208 of 404 ~ 51.49%
G 89 of 404 ~ 22.03%
B 107 of 404 ~ 26.49%

%51.49
%22.03
%26.49

CMYK color model

#D0596B color CMYK value is (0,57,49,18).

  • cyan value is 0.00%
  • magenta value is 57.21%
  • yellow value is 48.56%
  • key color value is 18.43%
CMYK:
(0,57,49,18)
C0M57Y49K18 
(0%,57%,49%,18%)
(0.00/0.57/0.49/0.18)	

CMYK percentages

%0
%57.21
%48.56
%18.43

Codes

Color #D0596B in popluar color models

D0596B
RGB20889107
HSL351°55.87%58.24%
HSB/HSV351°57.21%81.57%
CMYK0.00%57.21%48.56%
18.43%

Color #D0596B in popluar number systems.

HEXD0596B
Decimal20889107
Binary1101000010110011101011
Octal320131153

Shades and tints

Shades of #D0596B

#D0596B
(208,89,107)
#BE5162
(190,81,98)
#AC4959
(172,73,89)
#9A4150
(154,65,80)
#883947
(136,57,71)
#76313E
(118,49,62)
#642935
(100,41,53)
#52212C
(82,33,44)
#401923
(64,25,35)
#2E111A
(46,17,26)
#1C0911
(28,9,17)
#000000
(0,0,0)

Tints of #D0596B

#D0596B
(208,89,107)
#D46878
(212,104,120)
#D87785
(216,119,133)
#DC8692
(220,134,146)
#E0959F
(224,149,159)
#E4A4AC
(228,164,172)
#E8B3B9
(232,179,185)
#ECC2C6
(236,194,198)
#F0D1D3
(240,209,211)
#F4E0E0
(244,224,224)
#F8EFED
(248,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0596B color. Also use rgb(208,89,107) instead hex code.

Text Font Color

.myTextColor { color: #D0596B; }

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

This text font color is #D0596B.


Background Color

.myBgColor { background-color: #D0596B; }

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

This div background color is #D0596B.


Border color

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

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

This div border color is #D0596B.


Opacity

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

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

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

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

This text has shadow with #D0596B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0596B on black background.


Color preview on white background

This text has color #D0596B on white background.



Black color preview on #D0596B background

This text has black color on #D0596B background.


White color preview on #D0596B background

This text has white color on #D0596B background.