COLOR #D46591

HEX: #D46591
RGB: (212,101,145)

Color info

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

RGB color model

#D46591 color RGB value is (212,101,145).

  • red value is 212;
  • green value is 101;
  • blue value is 145.
RGB:
(212,101,145)
(83%,40%,57%)

RGB channels and saturation

R 212 of 255 = 83%
G 101 of 255 = 40%
B 145 of 255 = 57%

212
101
145

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

Portions of RGB colors in percentages

R + G + B =
212 + 101 + 145 = 458 (100%)
R 212 of 458 ~ 46.29%
G 101 of 458 ~ 22.05%
B 145 of 458 ~ 31.66%

%46.29
%22.05
%31.66

CMYK color model

#D46591 color CMYK value is (0,52,32,17).

  • cyan value is 0.00%
  • magenta value is 52.36%
  • yellow value is 31.60%
  • key color value is 16.86%
CMYK:
(0,52,32,17)
C0M52Y32K17 
(0%,52%,32%,17%)
(0.00/0.52/0.32/0.17)	

CMYK percentages

%0
%52.36
%31.6
%16.86

Codes

Color #D46591 in popluar color models

D46591
RGB212101145
HSL336°56.35%61.37%
HSB/HSV336°52.36%83.14%
CMYK0.00%52.36%31.60%
16.86%

Color #D46591 in popluar number systems.

HEXD46591
Decimal212101145
Binary11010100110010110010001
Octal324145221

Shades and tints

Shades of #D46591

#D46591
(212,101,145)
#C15C84
(193,92,132)
#AE5377
(174,83,119)
#9B4A6A
(155,74,106)
#88415D
(136,65,93)
#753850
(117,56,80)
#622F43
(98,47,67)
#4F2636
(79,38,54)
#3C1D29
(60,29,41)
#29141C
(41,20,28)
#160B0F
(22,11,15)
#000000
(0,0,0)

Tints of #D46591

#D46591
(212,101,145)
#D7739B
(215,115,155)
#DA81A5
(218,129,165)
#DD8FAF
(221,143,175)
#E09DB9
(224,157,185)
#E3ABC3
(227,171,195)
#E6B9CD
(230,185,205)
#E9C7D7
(233,199,215)
#ECD5E1
(236,213,225)
#EFE3EB
(239,227,235)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D46591 color. Also use rgb(212,101,145) instead hex code.

Text Font Color

.myTextColor { color: #D46591; }

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

This text font color is #D46591.


Background Color

.myBgColor { background-color: #D46591; }

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

This div background color is #D46591.


Border color

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

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

This div border color is #D46591.


Opacity

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

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

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

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

This text has shadow with #D46591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D46591 on black background.


Color preview on white background

This text has color #D46591 on white background.



Black color preview on #D46591 background

This text has black color on #D46591 background.


White color preview on #D46591 background

This text has white color on #D46591 background.