COLOR #D64955

HEX: #D64955
RGB: (214,73,85)

Color info

#D64955 contains mainly red color. Web safe color of #D64955 is #CC3366 (or #C36).

RGB color model

#D64955 color RGB value is (214,73,85).

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

RGB channels and saturation

R 214 of 255 = 84%
G 73 of 255 = 29%
B 85 of 255 = 33%

214
73
85

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

Portions of RGB colors in percentages

R + G + B =
214 + 73 + 85 = 372 (100%)
R 214 of 372 ~ 57.53%
G 73 of 372 ~ 19.62%
B 85 of 372 ~ 22.85%

%57.53
%19.62
%22.85

CMYK color model

#D64955 color CMYK value is (0,66,60,16).

  • cyan value is 0.00%
  • magenta value is 65.89%
  • yellow value is 60.28%
  • key color value is 16.08%
CMYK:
(0,66,60,16)
C0M66Y60K16 
(0%,66%,60%,16%)
(0.00/0.66/0.60/0.16)	

CMYK percentages

%0
%65.89
%60.28
%16.08

Codes

Color #D64955 in popluar color models

D64955
RGB2147385
HSL355°63.23%56.27%
HSB/HSV355°65.89%83.92%
CMYK0.00%65.89%60.28%
16.08%

Color #D64955 in popluar number systems.

HEXD64955
Decimal2147385
Binary1101011010010011010101
Octal326111125

Shades and tints

Shades of #D64955

#D64955
(214,73,85)
#C3434E
(195,67,78)
#B03D47
(176,61,71)
#9D3740
(157,55,64)
#8A3139
(138,49,57)
#772B32
(119,43,50)
#64252B
(100,37,43)
#511F24
(81,31,36)
#3E191D
(62,25,29)
#2B1316
(43,19,22)
#180D0F
(24,13,15)
#000000
(0,0,0)

Tints of #D64955

#D64955
(214,73,85)
#D95964
(217,89,100)
#DC6973
(220,105,115)
#DF7982
(223,121,130)
#E28991
(226,137,145)
#E599A0
(229,153,160)
#E8A9AF
(232,169,175)
#EBB9BE
(235,185,190)
#EEC9CD
(238,201,205)
#F1D9DC
(241,217,220)
#F4E9EB
(244,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D64955; }

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

This text font color is #D64955.


Background Color

.myBgColor { background-color: #D64955; }

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

This div background color is #D64955.


Border color

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

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

This div border color is #D64955.


Opacity

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

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

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

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

This text has shadow with #D64955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D64955 on black background.


Color preview on white background

This text has color #D64955 on white background.



Black color preview on #D64955 background

This text has black color on #D64955 background.


White color preview on #D64955 background

This text has white color on #D64955 background.