COLOR #D95960

HEX: #D95960
RGB: (217,89,96)

Color info

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

RGB color model

#D95960 color RGB value is (217,89,96).

  • red value is 217;
  • green value is 89;
  • blue value is 96.
RGB:
(217,89,96)
(85%,35%,38%)

RGB channels and saturation

R 217 of 255 = 85%
G 89 of 255 = 35%
B 96 of 255 = 38%

217
89
96

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

Portions of RGB colors in percentages

R + G + B =
217 + 89 + 96 = 402 (100%)
R 217 of 402 ~ 53.98%
G 89 of 402 ~ 22.14%
B 96 of 402 ~ 23.88%

%53.98
%22.14
%23.88

CMYK color model

#D95960 color CMYK value is (0,59,56,15).

  • cyan value is 0.00%
  • magenta value is 58.99%
  • yellow value is 55.76%
  • key color value is 14.90%
CMYK:
(0,59,56,15)
C0M59Y56K15 
(0%,59%,56%,15%)
(0.00/0.59/0.56/0.15)	

CMYK percentages

%0
%58.99
%55.76
%14.9

Codes

Color #D95960 in popluar color models

D95960
RGB2178996
HSL357°62.75%60.00%
HSB/HSV357°58.99%85.10%
CMYK0.00%58.99%55.76%
14.90%

Color #D95960 in popluar number systems.

HEXD95960
Decimal2178996
Binary1101100110110011100000
Octal331131140

Shades and tints

Shades of #D95960

#D95960
(217,89,96)
#C65158
(198,81,88)
#B34950
(179,73,80)
#A04148
(160,65,72)
#8D3940
(141,57,64)
#7A3138
(122,49,56)
#672930
(103,41,48)
#542128
(84,33,40)
#411920
(65,25,32)
#2E1118
(46,17,24)
#1B0910
(27,9,16)
#000000
(0,0,0)

Tints of #D95960

#D95960
(217,89,96)
#DC686E
(220,104,110)
#DF777C
(223,119,124)
#E2868A
(226,134,138)
#E59598
(229,149,152)
#E8A4A6
(232,164,166)
#EBB3B4
(235,179,180)
#EEC2C2
(238,194,194)
#F1D1D0
(241,209,208)
#F4E0DE
(244,224,222)
#F7EFEC
(247,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D95960; }

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

This text font color is #D95960.


Background Color

.myBgColor { background-color: #D95960; }

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

This div background color is #D95960.


Border color

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

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

This div border color is #D95960.


Opacity

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

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

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

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

This text has shadow with #D95960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D95960 on black background.


Color preview on white background

This text has color #D95960 on white background.



Black color preview on #D95960 background

This text has black color on #D95960 background.


White color preview on #D95960 background

This text has white color on #D95960 background.