COLOR #D65D59

HEX: #D65D59 RGB: (214,93,89)

Color info

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

RGB color model

#D65D59 color RGB value is (214,93,89).

RGB: (214,93,89) (84%, 36%, 35%)

RGB channels and saturation

R 214 of 255 = 84%
G 93 of 255 = 36%
B 89 of 255 = 35%

214
93
89

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

Portions of RGB colors in percentages

R + G + B = 214 + 93 + 89 = 396 (100%)
R 214 of 396 ~ 54.04%
G 93 of 396 ~ 23.48%
B 89 of 396 ~ 22.47'%

%54.04
%23.48
%22.47

CMYK color model

#D65D59 color CMYK value is (0,57,58,16).

  • cyan value is 0.00%
  • magenta value is 56.54%
  • yellow value is 58.41%
  • key color value is 16.08%

CMYK: (0,57,58,16)
C0M57Y58K16 (0%, 57%, 58%, 16%)
(0.00 / 0.57 / 0.58 / 0.16)

CMYK percentages

%0
%56.54
%58.41
%16.08

Codes

Color #D65D59 in popluar color models

D6 5D 59
RGB 214 93 89
HSL 60.39% 59.41%
HSB/HSV 58.41% 83.92%
CMYK 0.00% 56.54% 58.41%
16.08%

Color #D65D59 in popluar number systems.

HEX D6 5D 59
Decimal 214 93 89
Binary 11010110 1011101 1011001
Octal 326 135 131

Shades and tints

Shades of #D65D59

#D65D59
(214,93,89)
#C35551
(195,85,81)
#B04D49
(176,77,73)
#9D4541
(157,69,65)
#8A3D39
(138,61,57)
#773531
(119,53,49)
#642D29
(100,45,41)
#512521
(81,37,33)
#3E1D19
(62,29,25)
#2B1511
(43,21,17)
#180D09
(24,13,9)
#000000
(0,0,0)

Tints of #D65D59

#D65D59
(214,93,89)
#D96B68
(217,107,104)
#DC7977
(220,121,119)
#DF8786
(223,135,134)
#E29595
(226,149,149)
#E5A3A4
(229,163,164)
#E8B1B3
(232,177,179)
#EBBFC2
(235,191,194)
#EECDD1
(238,205,209)
#F1DBE0
(241,219,224)
#F4E9EF
(244,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D65D59 color. Also use rgb(214,93,89) instead hex code.

Text Font Color

.myTextColor { color: #D65D59; }

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

This text font color is #D65D59.

Background Color

.myBgColor { background-color: #D65D59; }

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

This div background color is #D65D59.

Border color

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

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

This div border color is #D65D59.

Opacity

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

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

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

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

This text has shadow with #D65D59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D65D59.

Preview

Color preview on black background

This text has color #D65D59 on black background.


Color preview on white background

This text has color #D65D59 on white background.


Black color preview on #D65D59 background

This text has black color on #D65D59 background.


White color preview on #D65D59 background

This text has white color on #D65D59 background.


Related colors

Complementary color

Complementary color for #hex is #29A2A6.


I love getcolorcode.com

Triadic colors

1 #59D65D and #5D59D6 with #D65D59 are triadic colors.

2 #595DD6 and #5DD659 with #D65D59 are triadic colors.