COLOR #D4196F

HEX: #D4196F
RGB: (212,25,111)

Color info

#D4196F contains mainly red color. Web safe color of #D4196F is #CC0066 (or #C06).

RGB color model

#D4196F color RGB value is (212,25,111).

  • red value is 212;
  • green value is 25;
  • blue value is 111.
RGB:
(212,25,111)
(83%,10%,44%)

RGB channels and saturation

R 212 of 255 = 83%
G 25 of 255 = 10%
B 111 of 255 = 44%

212
25
111

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

Portions of RGB colors in percentages

R + G + B =
212 + 25 + 111 = 348 (100%)
R 212 of 348 ~ 60.92%
G 25 of 348 ~ 7.18%
B 111 of 348 ~ 31.9%

%60.92
%31.9

CMYK color model

#D4196F color CMYK value is (0,88,48,17).

  • cyan value is 0.00%
  • magenta value is 88.21%
  • yellow value is 47.64%
  • key color value is 16.86%
CMYK:
(0,88,48,17)
C0M88Y48K17 
(0%,88%,48%,17%)
(0.00/0.88/0.48/0.17)	

CMYK percentages

%0
%88.21
%47.64
%16.86

Codes

Color #D4196F in popluar color models

D4196F
RGB21225111
HSL332°78.90%46.47%
HSB/HSV332°88.21%83.14%
CMYK0.00%88.21%47.64%
16.86%

Color #D4196F in popluar number systems.

HEXD4196F
Decimal21225111
Binary11010100110011101111
Octal32431157

Shades and tints

Shades of #D4196F

#D4196F
(212,25,111)
#C11765
(193,23,101)
#AE155B
(174,21,91)
#9B1351
(155,19,81)
#881147
(136,17,71)
#750F3D
(117,15,61)
#620D33
(98,13,51)
#4F0B29
(79,11,41)
#3C091F
(60,9,31)
#290715
(41,7,21)
#16050B
(22,5,11)
#000000
(0,0,0)

Tints of #D4196F

#D4196F
(212,25,111)
#D72D7C
(215,45,124)
#DA4189
(218,65,137)
#DD5596
(221,85,150)
#E069A3
(224,105,163)
#E37DB0
(227,125,176)
#E691BD
(230,145,189)
#E9A5CA
(233,165,202)
#ECB9D7
(236,185,215)
#EFCDE4
(239,205,228)
#F2E1F1
(242,225,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4196F color. Also use rgb(212,25,111) instead hex code.

Text Font Color

.myTextColor { color: #D4196F; }

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

This text font color is #D4196F.


Background Color

.myBgColor { background-color: #D4196F; }

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

This div background color is #D4196F.


Border color

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

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

This div border color is #D4196F.


Opacity

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

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

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

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

This text has shadow with #D4196F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4196F on black background.


Color preview on white background

This text has color #D4196F on white background.



Black color preview on #D4196F background

This text has black color on #D4196F background.


White color preview on #D4196F background

This text has white color on #D4196F background.