COLOR #D46F92

HEX: #D46F92
RGB: (212,111,146)

Color info

#D46F92 contains mainly red color. Web safe color of #D46F92 is #CC6699 (or #C69).

RGB color model

#D46F92 color RGB value is (212,111,146).

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

RGB channels and saturation

R 212 of 255 = 83%
G 111 of 255 = 44%
B 146 of 255 = 57%

212
111
146

R + G + B ~ 61%. #D46F92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 111 + 146 = 469 (100%)
R 212 of 469 ~ 45.2%
G 111 of 469 ~ 23.67%
B 146 of 469 ~ 31.13%

%45.2
%23.67
%31.13

CMYK color model

#D46F92 color CMYK value is (0,48,31,17).

  • cyan value is 0.00%
  • magenta value is 47.64%
  • yellow value is 31.13%
  • key color value is 16.86%
CMYK:
(0,48,31,17)
C0M48Y31K17 
(0%,48%,31%,17%)
(0.00/0.48/0.31/0.17)	

CMYK percentages

%0
%47.64
%31.13
%16.86

Codes

Color #D46F92 in popluar color models

D46F92
RGB212111146
HSL339°54.01%63.33%
HSB/HSV339°47.64%83.14%
CMYK0.00%47.64%31.13%
16.86%

Color #D46F92 in popluar number systems.

HEXD46F92
Decimal212111146
Binary11010100110111110010010
Octal324157222

Shades and tints

Shades of #D46F92

#D46F92
(212,111,146)
#C16585
(193,101,133)
#AE5B78
(174,91,120)
#9B516B
(155,81,107)
#88475E
(136,71,94)
#753D51
(117,61,81)
#623344
(98,51,68)
#4F2937
(79,41,55)
#3C1F2A
(60,31,42)
#29151D
(41,21,29)
#160B10
(22,11,16)
#000000
(0,0,0)

Tints of #D46F92

#D46F92
(212,111,146)
#D77C9B
(215,124,155)
#DA89A4
(218,137,164)
#DD96AD
(221,150,173)
#E0A3B6
(224,163,182)
#E3B0BF
(227,176,191)
#E6BDC8
(230,189,200)
#E9CAD1
(233,202,209)
#ECD7DA
(236,215,218)
#EFE4E3
(239,228,227)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D46F92; }

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

This text font color is #D46F92.


Background Color

.myBgColor { background-color: #D46F92; }

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

This div background color is #D46F92.


Border color

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

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

This div border color is #D46F92.


Opacity

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

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

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

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

This text has shadow with #D46F92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D46F92 on black background.


Color preview on white background

This text has color #D46F92 on white background.



Black color preview on #D46F92 background

This text has black color on #D46F92 background.


White color preview on #D46F92 background

This text has white color on #D46F92 background.