COLOR #D95F63

HEX: #D95F63
RGB: (217,95,99)

Color info

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

RGB color model

#D95F63 color RGB value is (217,95,99).

  • red value is 217;
  • green value is 95;
  • blue value is 99.
RGB:
(217,95,99)
(85%,37%,39%)

RGB channels and saturation

R 217 of 255 = 85%
G 95 of 255 = 37%
B 99 of 255 = 39%

217
95
99

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

Portions of RGB colors in percentages

R + G + B =
217 + 95 + 99 = 411 (100%)
R 217 of 411 ~ 52.8%
G 95 of 411 ~ 23.11%
B 99 of 411 ~ 24.09%

%52.8
%23.11
%24.09

CMYK color model

#D95F63 color CMYK value is (0,56,54,15).

  • cyan value is 0.00%
  • magenta value is 56.22%
  • yellow value is 54.38%
  • key color value is 14.90%
CMYK:
(0,56,54,15)
C0M56Y54K15 
(0%,56%,54%,15%)
(0.00/0.56/0.54/0.15)	

CMYK percentages

%0
%56.22
%54.38
%14.9

Codes

Color #D95F63 in popluar color models

D95F63
RGB2179599
HSL358°61.62%61.18%
HSB/HSV358°56.22%85.10%
CMYK0.00%56.22%54.38%
14.90%

Color #D95F63 in popluar number systems.

HEXD95F63
Decimal2179599
Binary1101100110111111100011
Octal331137143

Shades and tints

Shades of #D95F63

#D95F63
(217,95,99)
#C6575A
(198,87,90)
#B34F51
(179,79,81)
#A04748
(160,71,72)
#8D3F3F
(141,63,63)
#7A3736
(122,55,54)
#672F2D
(103,47,45)
#542724
(84,39,36)
#411F1B
(65,31,27)
#2E1712
(46,23,18)
#1B0F09
(27,15,9)
#000000
(0,0,0)

Tints of #D95F63

#D95F63
(217,95,99)
#DC6D71
(220,109,113)
#DF7B7F
(223,123,127)
#E2898D
(226,137,141)
#E5979B
(229,151,155)
#E8A5A9
(232,165,169)
#EBB3B7
(235,179,183)
#EEC1C5
(238,193,197)
#F1CFD3
(241,207,211)
#F4DDE1
(244,221,225)
#F7EBEF
(247,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D95F63 color. Also use rgb(217,95,99) instead hex code.

Text Font Color

.myTextColor { color: #D95F63; }

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

This text font color is #D95F63.


Background Color

.myBgColor { background-color: #D95F63; }

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

This div background color is #D95F63.


Border color

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

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

This div border color is #D95F63.


Opacity

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

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

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

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

This text has shadow with #D95F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D95F63 on black background.


Color preview on white background

This text has color #D95F63 on white background.



Black color preview on #D95F63 background

This text has black color on #D95F63 background.


White color preview on #D95F63 background

This text has white color on #D95F63 background.