COLOR #D64E82

HEX: #D64E82
RGB: (214,78,130)

Color info

#D64E82 contains mainly red color. Web safe color of #D64E82 is #CC6699 (or #C69).

RGB color model

#D64E82 color RGB value is (214,78,130).

  • red value is 214;
  • green value is 78;
  • blue value is 130.
RGB:
(214,78,130)
(84%,31%,51%)

RGB channels and saturation

R 214 of 255 = 84%
G 78 of 255 = 31%
B 130 of 255 = 51%

214
78
130

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

Portions of RGB colors in percentages

R + G + B =
214 + 78 + 130 = 422 (100%)
R 214 of 422 ~ 50.71%
G 78 of 422 ~ 18.48%
B 130 of 422 ~ 30.81%

%50.71
%18.48
%30.81

CMYK color model

#D64E82 color CMYK value is (0,64,39,16).

  • cyan value is 0.00%
  • magenta value is 63.55%
  • yellow value is 39.25%
  • key color value is 16.08%
CMYK:
(0,64,39,16)
C0M64Y39K16 
(0%,64%,39%,16%)
(0.00/0.64/0.39/0.16)	

CMYK percentages

%0
%63.55
%39.25
%16.08

Codes

Color #D64E82 in popluar color models

D64E82
RGB21478130
HSL337°62.39%57.25%
HSB/HSV337°63.55%83.92%
CMYK0.00%63.55%39.25%
16.08%

Color #D64E82 in popluar number systems.

HEXD64E82
Decimal21478130
Binary11010110100111010000010
Octal326116202

Shades and tints

Shades of #D64E82

#D64E82
(214,78,130)
#C34777
(195,71,119)
#B0406C
(176,64,108)
#9D3961
(157,57,97)
#8A3256
(138,50,86)
#772B4B
(119,43,75)
#642440
(100,36,64)
#511D35
(81,29,53)
#3E162A
(62,22,42)
#2B0F1F
(43,15,31)
#180814
(24,8,20)
#000000
(0,0,0)

Tints of #D64E82

#D64E82
(214,78,130)
#D95E8D
(217,94,141)
#DC6E98
(220,110,152)
#DF7EA3
(223,126,163)
#E28EAE
(226,142,174)
#E59EB9
(229,158,185)
#E8AEC4
(232,174,196)
#EBBECF
(235,190,207)
#EECEDA
(238,206,218)
#F1DEE5
(241,222,229)
#F4EEF0
(244,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D64E82 color. Also use rgb(214,78,130) instead hex code.

Text Font Color

.myTextColor { color: #D64E82; }

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

This text font color is #D64E82.


Background Color

.myBgColor { background-color: #D64E82; }

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

This div background color is #D64E82.


Border color

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

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

This div border color is #D64E82.


Opacity

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

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

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

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

This text has shadow with #D64E82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D64E82 on black background.


Color preview on white background

This text has color #D64E82 on white background.



Black color preview on #D64E82 background

This text has black color on #D64E82 background.


White color preview on #D64E82 background

This text has white color on #D64E82 background.