COLOR #D85C63

HEX: #D85C63 RGB: (216,92,99)

Color info

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

RGB color model

#D85C63 color RGB value is (216,92,99).

RGB: (216,92,99) (85%, 36%, 39%)

RGB channels and saturation

R 216 of 255 = 85%
G 92 of 255 = 36%
B 99 of 255 = 39%

216
92
99

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

Portions of RGB colors in percentages

R + G + B = 216 + 92 + 99 = 407 (100%)
R 216 of 407 ~ 53.07%
G 92 of 407 ~ 22.6%
B 99 of 407 ~ 24.32'%

%53.07
%22.6
%24.32

CMYK color model

#D85C63 color CMYK value is (0,57,54,15).

  • cyan value is 0.00%
  • magenta value is 57.41%
  • yellow value is 54.17%
  • key color value is 15.29%
CMYK: (0,57,54,15) C0M57Y54K15 (0%,57%,54%,15%) (0.00/0.57/0.54/0.15) 

CMYK percentages

%0
%57.41
%54.17
%15.29

Codes

Color #D85C63 in popluar color models

D8 5C 63
RGB 216 92 99
HSL 357° 61.39% 60.39%
HSB/HSV 357° 57.41% 84.71%
CMYK 0.00% 57.41% 54.17%
15.29%

Color #D85C63 in popluar number systems.

HEX D8 5C 63
Decimal 216 92 99
Binary 11011000 1011100 1100011
Octal 330 134 143

Shades and tints

Shades of #D85C63

#D85C63
(216,92,99)
#C5545A
(197,84,90)
#B24C51
(178,76,81)
#9F4448
(159,68,72)
#8C3C3F
(140,60,63)
#793436
(121,52,54)
#662C2D
(102,44,45)
#532424
(83,36,36)
#401C1B
(64,28,27)
#2D1412
(45,20,18)
#1A0C09
(26,12,9)
#000000
(0,0,0)

Tints of #D85C63

#D85C63
(216,92,99)
#DB6A71
(219,106,113)
#DE787F
(222,120,127)
#E1868D
(225,134,141)
#E4949B
(228,148,155)
#E7A2A9
(231,162,169)
#EAB0B7
(234,176,183)
#EDBEC5
(237,190,197)
#F0CCD3
(240,204,211)
#F3DAE1
(243,218,225)
#F6E8EF
(246,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D85C63 color. Also use rgb(216,92,99) instead hex code.

Text Font Color

.myTextColor { color: #D85C63; }

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

This text font color is #D85C63.

Background Color

.myBgColor { background-color: #D85C63; }

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

This div background color is #D85C63.

Border color

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

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

This div border color is #D85C63.

Opacity

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

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

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

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

This text has shadow with #D85C63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D85C63.

Preview

Color preview on black background

This text has color #D85C63 on black background.


Color preview on white background

This text has color #D85C63 on white background.


Black color preview on #D85C63 background

This text has black color on #D85C63 background.


White color preview on #D85C63 background

This text has white color on #D85C63 background.


Related colors

Complementary color

Complementary color for #hex is #27A39C.


I love getcolorcode.com

Triadic colors

1 #63D85C and #5C63D8 with #D85C63 are triadic colors.

2 #635CD8 and #5CD863 with #D85C63 are triadic colors.