COLOR #D64F64

HEX: #D64F64
RGB: (214,79,100)

Color info

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

RGB color model

#D64F64 color RGB value is (214,79,100).

  • red value is 214;
  • green value is 79;
  • blue value is 100.
RGB:
(214,79,100)
(84%,31%,39%)

RGB channels and saturation

R 214 of 255 = 84%
G 79 of 255 = 31%
B 100 of 255 = 39%

214
79
100

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

Portions of RGB colors in percentages

R + G + B =
214 + 79 + 100 = 393 (100%)
R 214 of 393 ~ 54.45%
G 79 of 393 ~ 20.1%
B 100 of 393 ~ 25.45%

%54.45
%20.1
%25.45

CMYK color model

#D64F64 color CMYK value is (0,63,53,16).

  • cyan value is 0.00%
  • magenta value is 63.08%
  • yellow value is 53.27%
  • key color value is 16.08%
CMYK:
(0,63,53,16)
C0M63Y53K16 
(0%,63%,53%,16%)
(0.00/0.63/0.53/0.16)	

CMYK percentages

%0
%63.08
%53.27
%16.08

Codes

Color #D64F64 in popluar color models

D64F64
RGB21479100
HSL351°62.21%57.45%
HSB/HSV351°63.08%83.92%
CMYK0.00%63.08%53.27%
16.08%

Color #D64F64 in popluar number systems.

HEXD64F64
Decimal21479100
Binary1101011010011111100100
Octal326117144

Shades and tints

Shades of #D64F64

#D64F64
(214,79,100)
#C3485B
(195,72,91)
#B04152
(176,65,82)
#9D3A49
(157,58,73)
#8A3340
(138,51,64)
#772C37
(119,44,55)
#64252E
(100,37,46)
#511E25
(81,30,37)
#3E171C
(62,23,28)
#2B1013
(43,16,19)
#18090A
(24,9,10)
#000000
(0,0,0)

Tints of #D64F64

#D64F64
(214,79,100)
#D95F72
(217,95,114)
#DC6F80
(220,111,128)
#DF7F8E
(223,127,142)
#E28F9C
(226,143,156)
#E59FAA
(229,159,170)
#E8AFB8
(232,175,184)
#EBBFC6
(235,191,198)
#EECFD4
(238,207,212)
#F1DFE2
(241,223,226)
#F4EFF0
(244,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D64F64 color. Also use rgb(214,79,100) instead hex code.

Text Font Color

.myTextColor { color: #D64F64; }

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

This text font color is #D64F64.


Background Color

.myBgColor { background-color: #D64F64; }

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

This div background color is #D64F64.


Border color

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

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

This div border color is #D64F64.


Opacity

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

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

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

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

This text has shadow with #D64F64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D64F64 on black background.


Color preview on white background

This text has color #D64F64 on white background.



Black color preview on #D64F64 background

This text has black color on #D64F64 background.


White color preview on #D64F64 background

This text has white color on #D64F64 background.