COLOR #D65F6D

HEX: #D65F6D
RGB: (214,95,109)

Color info

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

RGB color model

#D65F6D color RGB value is (214,95,109).

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

RGB channels and saturation

R 214 of 255 = 84%
G 95 of 255 = 37%
B 109 of 255 = 43%

214
95
109

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

Portions of RGB colors in percentages

R + G + B =
214 + 95 + 109 = 418 (100%)
R 214 of 418 ~ 51.2%
G 95 of 418 ~ 22.73%
B 109 of 418 ~ 26.08%

%51.2
%22.73
%26.08

CMYK color model

#D65F6D color CMYK value is (0,56,49,16).

  • cyan value is 0.00%
  • magenta value is 55.61%
  • yellow value is 49.07%
  • key color value is 16.08%
CMYK:
(0,56,49,16)
C0M56Y49K16 
(0%,56%,49%,16%)
(0.00/0.56/0.49/0.16)	

CMYK percentages

%0
%55.61
%49.07
%16.08

Codes

Color #D65F6D in popluar color models

D65F6D
RGB21495109
HSL353°59.20%60.59%
HSB/HSV353°55.61%83.92%
CMYK0.00%55.61%49.07%
16.08%

Color #D65F6D in popluar number systems.

HEXD65F6D
Decimal21495109
Binary1101011010111111101101
Octal326137155

Shades and tints

Shades of #D65F6D

#D65F6D
(214,95,109)
#C35764
(195,87,100)
#B04F5B
(176,79,91)
#9D4752
(157,71,82)
#8A3F49
(138,63,73)
#773740
(119,55,64)
#642F37
(100,47,55)
#51272E
(81,39,46)
#3E1F25
(62,31,37)
#2B171C
(43,23,28)
#180F13
(24,15,19)
#000000
(0,0,0)

Tints of #D65F6D

#D65F6D
(214,95,109)
#D96D7A
(217,109,122)
#DC7B87
(220,123,135)
#DF8994
(223,137,148)
#E297A1
(226,151,161)
#E5A5AE
(229,165,174)
#E8B3BB
(232,179,187)
#EBC1C8
(235,193,200)
#EECFD5
(238,207,213)
#F1DDE2
(241,221,226)
#F4EBEF
(244,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D65F6D; }

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

This text font color is #D65F6D.


Background Color

.myBgColor { background-color: #D65F6D; }

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

This div background color is #D65F6D.


Border color

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

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

This div border color is #D65F6D.


Opacity

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

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

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

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

This text has shadow with #D65F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D65F6D on black background.


Color preview on white background

This text has color #D65F6D on white background.



Black color preview on #D65F6D background

This text has black color on #D65F6D background.


White color preview on #D65F6D background

This text has white color on #D65F6D background.