COLOR #D64989

HEX: #D64989
RGB: (214,73,137)

Color info

#D64989 contains mainly red color. Web safe color of #D64989 is #CC3399 (or #C39).

RGB color model

#D64989 color RGB value is (214,73,137).

  • red value is 214;
  • green value is 73;
  • blue value is 137.
RGB:
(214,73,137)
(84%,29%,54%)

RGB channels and saturation

R 214 of 255 = 84%
G 73 of 255 = 29%
B 137 of 255 = 54%

214
73
137

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

Portions of RGB colors in percentages

R + G + B =
214 + 73 + 137 = 424 (100%)
R 214 of 424 ~ 50.47%
G 73 of 424 ~ 17.22%
B 137 of 424 ~ 32.31%

%50.47
%17.22
%32.31

CMYK color model

#D64989 color CMYK value is (0,66,36,16).

  • cyan value is 0.00%
  • magenta value is 65.89%
  • yellow value is 35.98%
  • key color value is 16.08%
CMYK:
(0,66,36,16)
C0M66Y36K16 
(0%,66%,36%,16%)
(0.00/0.66/0.36/0.16)	

CMYK percentages

%0
%65.89
%35.98
%16.08

Codes

Color #D64989 in popluar color models

D64989
RGB21473137
HSL333°63.23%56.27%
HSB/HSV333°65.89%83.92%
CMYK0.00%65.89%35.98%
16.08%

Color #D64989 in popluar number systems.

HEXD64989
Decimal21473137
Binary11010110100100110001001
Octal326111211

Shades and tints

Shades of #D64989

#D64989
(214,73,137)
#C3437D
(195,67,125)
#B03D71
(176,61,113)
#9D3765
(157,55,101)
#8A3159
(138,49,89)
#772B4D
(119,43,77)
#642541
(100,37,65)
#511F35
(81,31,53)
#3E1929
(62,25,41)
#2B131D
(43,19,29)
#180D11
(24,13,17)
#000000
(0,0,0)

Tints of #D64989

#D64989
(214,73,137)
#D95993
(217,89,147)
#DC699D
(220,105,157)
#DF79A7
(223,121,167)
#E289B1
(226,137,177)
#E599BB
(229,153,187)
#E8A9C5
(232,169,197)
#EBB9CF
(235,185,207)
#EEC9D9
(238,201,217)
#F1D9E3
(241,217,227)
#F4E9ED
(244,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D64989 color. Also use rgb(214,73,137) instead hex code.

Text Font Color

.myTextColor { color: #D64989; }

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

This text font color is #D64989.


Background Color

.myBgColor { background-color: #D64989; }

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

This div background color is #D64989.


Border color

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

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

This div border color is #D64989.


Opacity

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

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

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

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

This text has shadow with #D64989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D64989 on black background.


Color preview on white background

This text has color #D64989 on white background.



Black color preview on #D64989 background

This text has black color on #D64989 background.


White color preview on #D64989 background

This text has white color on #D64989 background.