COLOR #D4616C

HEX: #D4616C
RGB: (212,97,108)

Color info

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

RGB color model

#D4616C color RGB value is (212,97,108).

  • red value is 212;
  • green value is 97;
  • blue value is 108.
RGB:
(212,97,108)
(83%,38%,42%)

RGB channels and saturation

R 212 of 255 = 83%
G 97 of 255 = 38%
B 108 of 255 = 42%

212
97
108

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

Portions of RGB colors in percentages

R + G + B =
212 + 97 + 108 = 417 (100%)
R 212 of 417 ~ 50.84%
G 97 of 417 ~ 23.26%
B 108 of 417 ~ 25.9%

%50.84
%23.26
%25.9

CMYK color model

#D4616C color CMYK value is (0,54,49,17).

  • cyan value is 0.00%
  • magenta value is 54.25%
  • yellow value is 49.06%
  • key color value is 16.86%
CMYK:
(0,54,49,17)
C0M54Y49K17 
(0%,54%,49%,17%)
(0.00/0.54/0.49/0.17)	

CMYK percentages

%0
%54.25
%49.06
%16.86

Codes

Color #D4616C in popluar color models

D4616C
RGB21297108
HSL354°57.21%60.59%
HSB/HSV354°54.25%83.14%
CMYK0.00%54.25%49.06%
16.86%

Color #D4616C in popluar number systems.

HEXD4616C
Decimal21297108
Binary1101010011000011101100
Octal324141154

Shades and tints

Shades of #D4616C

#D4616C
(212,97,108)
#C15963
(193,89,99)
#AE515A
(174,81,90)
#9B4951
(155,73,81)
#884148
(136,65,72)
#75393F
(117,57,63)
#623136
(98,49,54)
#4F292D
(79,41,45)
#3C2124
(60,33,36)
#29191B
(41,25,27)
#161112
(22,17,18)
#000000
(0,0,0)

Tints of #D4616C

#D4616C
(212,97,108)
#D76F79
(215,111,121)
#DA7D86
(218,125,134)
#DD8B93
(221,139,147)
#E099A0
(224,153,160)
#E3A7AD
(227,167,173)
#E6B5BA
(230,181,186)
#E9C3C7
(233,195,199)
#ECD1D4
(236,209,212)
#EFDFE1
(239,223,225)
#F2EDEE
(242,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4616C color. Also use rgb(212,97,108) instead hex code.

Text Font Color

.myTextColor { color: #D4616C; }

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

This text font color is #D4616C.


Background Color

.myBgColor { background-color: #D4616C; }

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

This div background color is #D4616C.


Border color

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

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

This div border color is #D4616C.


Opacity

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

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

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

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

This text has shadow with #D4616C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4616C on black background.


Color preview on white background

This text has color #D4616C on white background.



Black color preview on #D4616C background

This text has black color on #D4616C background.


White color preview on #D4616C background

This text has white color on #D4616C background.