COLOR #D491B1

HEX: #D491B1
RGB: (212,145,177)

Color info

#D491B1 contains mainly red and blue colors. Web safe color of #D491B1 is #CC9999 (or #C99).

RGB color model

#D491B1 color RGB value is (212,145,177).

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

RGB channels and saturation

R 212 of 255 = 83%
G 145 of 255 = 57%
B 177 of 255 = 69%

212
145
177

R + G + B ~ 70%. #D491B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 145 + 177 = 534 (100%)
R 212 of 534 ~ 39.7%
G 145 of 534 ~ 27.15%
B 177 of 534 ~ 33.15%

%39.7
%27.15
%33.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.60%
  • yellow value is 16.51%
  • key color value is 16.86%
CMYK:
(0,32,17,17)
C0M32Y17K17 
(0%,32%,17%,17%)
(0.00/0.32/0.17/0.17)	

CMYK percentages

%0
%31.6
%16.51
%16.86

Codes

Color #D491B1 in popluar color models

D491B1
RGB212145177
HSL331°43.79%70.00%
HSB/HSV331°31.60%83.14%
CMYK0.00%31.60%16.51%
16.86%

Color #D491B1 in popluar number systems.

HEXD491B1
Decimal212145177
Binary110101001001000110110001
Octal324221261

Shades and tints

Shades of #D491B1

#D491B1
(212,145,177)
#C184A1
(193,132,161)
#AE7791
(174,119,145)
#9B6A81
(155,106,129)
#885D71
(136,93,113)
#755061
(117,80,97)
#624351
(98,67,81)
#4F3641
(79,54,65)
#3C2931
(60,41,49)
#291C21
(41,28,33)
#160F11
(22,15,17)
#000000
(0,0,0)

Tints of #D491B1

#D491B1
(212,145,177)
#D79BB8
(215,155,184)
#DAA5BF
(218,165,191)
#DDAFC6
(221,175,198)
#E0B9CD
(224,185,205)
#E3C3D4
(227,195,212)
#E6CDDB
(230,205,219)
#E9D7E2
(233,215,226)
#ECE1E9
(236,225,233)
#EFEBF0
(239,235,240)
#F2F5F7
(242,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D491B1; }

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

This text font color is #D491B1.


Background Color

.myBgColor { background-color: #D491B1; }

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

This div background color is #D491B1.


Border color

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

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

This div border color is #D491B1.


Opacity

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

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

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

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

This text has shadow with #D491B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D491B1 on black background.


Color preview on white background

This text has color #D491B1 on white background.



Black color preview on #D491B1 background

This text has black color on #D491B1 background.


White color preview on #D491B1 background

This text has white color on #D491B1 background.