COLOR #D96576

HEX: #D96576
RGB: (217,101,118)

Color info

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

RGB color model

#D96576 color RGB value is (217,101,118).

  • red value is 217;
  • green value is 101;
  • blue value is 118.
RGB:
(217,101,118)
(85%,40%,46%)

RGB channels and saturation

R 217 of 255 = 85%
G 101 of 255 = 40%
B 118 of 255 = 46%

217
101
118

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

Portions of RGB colors in percentages

R + G + B =
217 + 101 + 118 = 436 (100%)
R 217 of 436 ~ 49.77%
G 101 of 436 ~ 23.17%
B 118 of 436 ~ 27.06%

%49.77
%23.17
%27.06

CMYK color model

#D96576 color CMYK value is (0,53,46,15).

  • cyan value is 0.00%
  • magenta value is 53.46%
  • yellow value is 45.62%
  • key color value is 14.90%
CMYK:
(0,53,46,15)
C0M53Y46K15 
(0%,53%,46%,15%)
(0.00/0.53/0.46/0.15)	

CMYK percentages

%0
%53.46
%45.62
%14.9

Codes

Color #D96576 in popluar color models

D96576
RGB217101118
HSL351°60.42%62.35%
HSB/HSV351°53.46%85.10%
CMYK0.00%53.46%45.62%
14.90%

Color #D96576 in popluar number systems.

HEXD96576
Decimal217101118
Binary1101100111001011110110
Octal331145166

Shades and tints

Shades of #D96576

#D96576
(217,101,118)
#C65C6C
(198,92,108)
#B35362
(179,83,98)
#A04A58
(160,74,88)
#8D414E
(141,65,78)
#7A3844
(122,56,68)
#672F3A
(103,47,58)
#542630
(84,38,48)
#411D26
(65,29,38)
#2E141C
(46,20,28)
#1B0B12
(27,11,18)
#000000
(0,0,0)

Tints of #D96576

#D96576
(217,101,118)
#DC7382
(220,115,130)
#DF818E
(223,129,142)
#E28F9A
(226,143,154)
#E59DA6
(229,157,166)
#E8ABB2
(232,171,178)
#EBB9BE
(235,185,190)
#EEC7CA
(238,199,202)
#F1D5D6
(241,213,214)
#F4E3E2
(244,227,226)
#F7F1EE
(247,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D96576 color. Also use rgb(217,101,118) instead hex code.

Text Font Color

.myTextColor { color: #D96576; }

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

This text font color is #D96576.


Background Color

.myBgColor { background-color: #D96576; }

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

This div background color is #D96576.


Border color

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

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

This div border color is #D96576.


Opacity

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

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

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

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

This text has shadow with #D96576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D96576 on black background.


Color preview on white background

This text has color #D96576 on white background.



Black color preview on #D96576 background

This text has black color on #D96576 background.


White color preview on #D96576 background

This text has white color on #D96576 background.