COLOR #D46E94

HEX: #D46E94
RGB: (212,110,148)

Color info

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

RGB color model

#D46E94 color RGB value is (212,110,148).

  • red value is 212;
  • green value is 110;
  • blue value is 148.
RGB:
(212,110,148)
(83%,43%,58%)

RGB channels and saturation

R 212 of 255 = 83%
G 110 of 255 = 43%
B 148 of 255 = 58%

212
110
148

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

Portions of RGB colors in percentages

R + G + B =
212 + 110 + 148 = 470 (100%)
R 212 of 470 ~ 45.11%
G 110 of 470 ~ 23.4%
B 148 of 470 ~ 31.49%

%45.11
%23.4
%31.49

CMYK color model

#D46E94 color CMYK value is (0,48,30,17).

  • cyan value is 0.00%
  • magenta value is 48.11%
  • yellow value is 30.19%
  • key color value is 16.86%
CMYK:
(0,48,30,17)
C0M48Y30K17 
(0%,48%,30%,17%)
(0.00/0.48/0.30/0.17)	

CMYK percentages

%0
%48.11
%30.19
%16.86

Codes

Color #D46E94 in popluar color models

D46E94
RGB212110148
HSL338°54.26%63.14%
HSB/HSV338°48.11%83.14%
CMYK0.00%48.11%30.19%
16.86%

Color #D46E94 in popluar number systems.

HEXD46E94
Decimal212110148
Binary11010100110111010010100
Octal324156224

Shades and tints

Shades of #D46E94

#D46E94
(212,110,148)
#C16487
(193,100,135)
#AE5A7A
(174,90,122)
#9B506D
(155,80,109)
#884660
(136,70,96)
#753C53
(117,60,83)
#623246
(98,50,70)
#4F2839
(79,40,57)
#3C1E2C
(60,30,44)
#29141F
(41,20,31)
#160A12
(22,10,18)
#000000
(0,0,0)

Tints of #D46E94

#D46E94
(212,110,148)
#D77B9D
(215,123,157)
#DA88A6
(218,136,166)
#DD95AF
(221,149,175)
#E0A2B8
(224,162,184)
#E3AFC1
(227,175,193)
#E6BCCA
(230,188,202)
#E9C9D3
(233,201,211)
#ECD6DC
(236,214,220)
#EFE3E5
(239,227,229)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D46E94 color. Also use rgb(212,110,148) instead hex code.

Text Font Color

.myTextColor { color: #D46E94; }

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

This text font color is #D46E94.


Background Color

.myBgColor { background-color: #D46E94; }

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

This div background color is #D46E94.


Border color

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

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

This div border color is #D46E94.


Opacity

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

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

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

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

This text has shadow with #D46E94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D46E94 on black background.


Color preview on white background

This text has color #D46E94 on white background.



Black color preview on #D46E94 background

This text has black color on #D46E94 background.


White color preview on #D46E94 background

This text has white color on #D46E94 background.