COLOR #D95D65

HEX: #D95D65
RGB: (217,93,101)

Color info

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

RGB color model

#D95D65 color RGB value is (217,93,101).

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

RGB channels and saturation

R 217 of 255 = 85%
G 93 of 255 = 36%
B 101 of 255 = 40%

217
93
101

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

Portions of RGB colors in percentages

R + G + B =
217 + 93 + 101 = 411 (100%)
R 217 of 411 ~ 52.8%
G 93 of 411 ~ 22.63%
B 101 of 411 ~ 24.57%

%52.8
%22.63
%24.57

CMYK color model

#D95D65 color CMYK value is (0,57,53,15).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 53.46%
  • key color value is 14.90%
CMYK:
(0,57,53,15)
C0M57Y53K15 
(0%,57%,53%,15%)
(0.00/0.57/0.53/0.15)	

CMYK percentages

%0
%57.14
%53.46
%14.9

Codes

Color #D95D65 in popluar color models

D95D65
RGB21793101
HSL356°62.00%60.78%
HSB/HSV356°57.14%85.10%
CMYK0.00%57.14%53.46%
14.90%

Color #D95D65 in popluar number systems.

HEXD95D65
Decimal21793101
Binary1101100110111011100101
Octal331135145

Shades and tints

Shades of #D95D65

#D95D65
(217,93,101)
#C6555C
(198,85,92)
#B34D53
(179,77,83)
#A0454A
(160,69,74)
#8D3D41
(141,61,65)
#7A3538
(122,53,56)
#672D2F
(103,45,47)
#542526
(84,37,38)
#411D1D
(65,29,29)
#2E1514
(46,21,20)
#1B0D0B
(27,13,11)
#000000
(0,0,0)

Tints of #D95D65

#D95D65
(217,93,101)
#DC6B73
(220,107,115)
#DF7981
(223,121,129)
#E2878F
(226,135,143)
#E5959D
(229,149,157)
#E8A3AB
(232,163,171)
#EBB1B9
(235,177,185)
#EEBFC7
(238,191,199)
#F1CDD5
(241,205,213)
#F4DBE3
(244,219,227)
#F7E9F1
(247,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D95D65; }

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

This text font color is #D95D65.


Background Color

.myBgColor { background-color: #D95D65; }

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

This div background color is #D95D65.


Border color

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

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

This div border color is #D95D65.


Opacity

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

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

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

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

This text has shadow with #D95D65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D95D65 on black background.


Color preview on white background

This text has color #D95D65 on white background.



Black color preview on #D95D65 background

This text has black color on #D95D65 background.


White color preview on #D95D65 background

This text has white color on #D95D65 background.