COLOR #D65F74

HEX: #D65F74
RGB: (214,95,116)

Color info

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

RGB color model

#D65F74 color RGB value is (214,95,116).

  • red value is 214;
  • green value is 95;
  • blue value is 116.
RGB:
(214,95,116)
(84%,37%,45%)

RGB channels and saturation

R 214 of 255 = 84%
G 95 of 255 = 37%
B 116 of 255 = 45%

214
95
116

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

Portions of RGB colors in percentages

R + G + B =
214 + 95 + 116 = 425 (100%)
R 214 of 425 ~ 50.35%
G 95 of 425 ~ 22.35%
B 116 of 425 ~ 27.29%

%50.35
%22.35
%27.29

CMYK color model

#D65F74 color CMYK value is (0,56,46,16).

  • cyan value is 0.00%
  • magenta value is 55.61%
  • yellow value is 45.79%
  • key color value is 16.08%
CMYK:
(0,56,46,16)
C0M56Y46K16 
(0%,56%,46%,16%)
(0.00/0.56/0.46/0.16)	

CMYK percentages

%0
%55.61
%45.79
%16.08

Codes

Color #D65F74 in popluar color models

D65F74
RGB21495116
HSL349°59.20%60.59%
HSB/HSV349°55.61%83.92%
CMYK0.00%55.61%45.79%
16.08%

Color #D65F74 in popluar number systems.

HEXD65F74
Decimal21495116
Binary1101011010111111110100
Octal326137164

Shades and tints

Shades of #D65F74

#D65F74
(214,95,116)
#C3576A
(195,87,106)
#B04F60
(176,79,96)
#9D4756
(157,71,86)
#8A3F4C
(138,63,76)
#773742
(119,55,66)
#642F38
(100,47,56)
#51272E
(81,39,46)
#3E1F24
(62,31,36)
#2B171A
(43,23,26)
#180F10
(24,15,16)
#000000
(0,0,0)

Tints of #D65F74

#D65F74
(214,95,116)
#D96D80
(217,109,128)
#DC7B8C
(220,123,140)
#DF8998
(223,137,152)
#E297A4
(226,151,164)
#E5A5B0
(229,165,176)
#E8B3BC
(232,179,188)
#EBC1C8
(235,193,200)
#EECFD4
(238,207,212)
#F1DDE0
(241,221,224)
#F4EBEC
(244,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D65F74 color. Also use rgb(214,95,116) instead hex code.

Text Font Color

.myTextColor { color: #D65F74; }

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

This text font color is #D65F74.


Background Color

.myBgColor { background-color: #D65F74; }

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

This div background color is #D65F74.


Border color

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

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

This div border color is #D65F74.


Opacity

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

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

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

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

This text has shadow with #D65F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D65F74 on black background.


Color preview on white background

This text has color #D65F74 on white background.



Black color preview on #D65F74 background

This text has black color on #D65F74 background.


White color preview on #D65F74 background

This text has white color on #D65F74 background.