COLOR #D391A2

HEX: #D391A2
RGB: (211,145,162)

Color info

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

RGB color model

#D391A2 color RGB value is (211,145,162).

  • red value is 211;
  • green value is 145;
  • blue value is 162.
RGB:
(211,145,162)
(83%,57%,64%)

RGB channels and saturation

R 211 of 255 = 83%
G 145 of 255 = 57%
B 162 of 255 = 64%

211
145
162

R + G + B ~ 68%. #D391A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 145 + 162 = 518 (100%)
R 211 of 518 ~ 40.73%
G 145 of 518 ~ 27.99%
B 162 of 518 ~ 31.27%

%40.73
%27.99
%31.27

CMYK color model

#D391A2 color CMYK value is (0,31,23,17).

  • cyan value is 0.00%
  • magenta value is 31.28%
  • yellow value is 23.22%
  • key color value is 17.25%
CMYK:
(0,31,23,17)
C0M31Y23K17 
(0%,31%,23%,17%)
(0.00/0.31/0.23/0.17)	

CMYK percentages

%0
%31.28
%23.22
%17.25

Codes

Color #D391A2 in popluar color models

D391A2
RGB211145162
HSL345°42.86%69.80%
HSB/HSV345°31.28%82.75%
CMYK0.00%31.28%23.22%
17.25%

Color #D391A2 in popluar number systems.

HEXD391A2
Decimal211145162
Binary110100111001000110100010
Octal323221242

Shades and tints

Shades of #D391A2

#D391A2
(211,145,162)
#C08494
(192,132,148)
#AD7786
(173,119,134)
#9A6A78
(154,106,120)
#875D6A
(135,93,106)
#74505C
(116,80,92)
#61434E
(97,67,78)
#4E3640
(78,54,64)
#3B2932
(59,41,50)
#281C24
(40,28,36)
#150F16
(21,15,22)
#000000
(0,0,0)

Tints of #D391A2

#D391A2
(211,145,162)
#D79BAA
(215,155,170)
#DBA5B2
(219,165,178)
#DFAFBA
(223,175,186)
#E3B9C2
(227,185,194)
#E7C3CA
(231,195,202)
#EBCDD2
(235,205,210)
#EFD7DA
(239,215,218)
#F3E1E2
(243,225,226)
#F7EBEA
(247,235,234)
#FBF5F2
(251,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D391A2 color. Also use rgb(211,145,162) instead hex code.

Text Font Color

.myTextColor { color: #D391A2; }

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

This text font color is #D391A2.


Background Color

.myBgColor { background-color: #D391A2; }

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

This div background color is #D391A2.


Border color

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

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

This div border color is #D391A2.


Opacity

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

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

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

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

This text has shadow with #D391A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D391A2 on black background.


Color preview on white background

This text has color #D391A2 on white background.



Black color preview on #D391A2 background

This text has black color on #D391A2 background.


White color preview on #D391A2 background

This text has white color on #D391A2 background.