COLOR #D64EC5

HEX: #D64EC5
RGB: (214,78,197)

Color info

#D64EC5 contains mainly red and blue colors. Web safe color of #D64EC5 is #CC66CC (or #C6C).

RGB color model

#D64EC5 color RGB value is (214,78,197).

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

RGB channels and saturation

R 214 of 255 = 84%
G 78 of 255 = 31%
B 197 of 255 = 77%

214
78
197

R + G + B ~ 64%. #D64EC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 78 + 197 = 489 (100%)
R 214 of 489 ~ 43.76%
G 78 of 489 ~ 15.95%
B 197 of 489 ~ 40.29%

%43.76
%15.95
%40.29

CMYK color model

#D64EC5 color CMYK value is (0,64,8,16).

  • cyan value is 0.00%
  • magenta value is 63.55%
  • yellow value is 7.94%
  • key color value is 16.08%
CMYK:
(0,64,8,16)
C0M64Y8K16 
(0%,64%,8%,16%)
(0.00/0.64/0.08/0.16)	

CMYK percentages

%0
%63.55
%7.94
%16.08

Codes

Color #D64EC5 in popluar color models

D64EC5
RGB21478197
HSL308°62.39%57.25%
HSB/HSV308°63.55%83.92%
CMYK0.00%63.55%7.94%
16.08%

Color #D64EC5 in popluar number systems.

HEXD64EC5
Decimal21478197
Binary11010110100111011000101
Octal326116305

Shades and tints

Shades of #D64EC5

#D64EC5
(214,78,197)
#C347B4
(195,71,180)
#B040A3
(176,64,163)
#9D3992
(157,57,146)
#8A3281
(138,50,129)
#772B70
(119,43,112)
#64245F
(100,36,95)
#511D4E
(81,29,78)
#3E163D
(62,22,61)
#2B0F2C
(43,15,44)
#18081B
(24,8,27)
#000000
(0,0,0)

Tints of #D64EC5

#D64EC5
(214,78,197)
#D95ECA
(217,94,202)
#DC6ECF
(220,110,207)
#DF7ED4
(223,126,212)
#E28ED9
(226,142,217)
#E59EDE
(229,158,222)
#E8AEE3
(232,174,227)
#EBBEE8
(235,190,232)
#EECEED
(238,206,237)
#F1DEF2
(241,222,242)
#F4EEF7
(244,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D64EC5; }

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

This text font color is #D64EC5.


Background Color

.myBgColor { background-color: #D64EC5; }

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

This div background color is #D64EC5.


Border color

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

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

This div border color is #D64EC5.


Opacity

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

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

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

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

This text has shadow with #D64EC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D64EC5 on black background.


Color preview on white background

This text has color #D64EC5 on white background.



Black color preview on #D64EC5 background

This text has black color on #D64EC5 background.


White color preview on #D64EC5 background

This text has white color on #D64EC5 background.