COLOR #D494B7

HEX: #D494B7
RGB: (212,148,183)

Color info

#D494B7 contains mainly red and blue colors. Web safe color of #D494B7 is #CC99CC (or #C9C).

RGB color model

#D494B7 color RGB value is (212,148,183).

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

RGB channels and saturation

R 212 of 255 = 83%
G 148 of 255 = 58%
B 183 of 255 = 72%

212
148
183

R + G + B ~ 71%. #D494B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 148 + 183 = 543 (100%)
R 212 of 543 ~ 39.04%
G 148 of 543 ~ 27.26%
B 183 of 543 ~ 33.7%

%39.04
%27.26
%33.7

CMYK color model

#D494B7 color CMYK value is (0,30,14,17).

  • cyan value is 0.00%
  • magenta value is 30.19%
  • yellow value is 13.68%
  • key color value is 16.86%
CMYK:
(0,30,14,17)
C0M30Y14K17 
(0%,30%,14%,17%)
(0.00/0.30/0.14/0.17)	

CMYK percentages

%0
%30.19
%13.68
%16.86

Codes

Color #D494B7 in popluar color models

D494B7
RGB212148183
HSL327°42.67%70.59%
HSB/HSV327°30.19%83.14%
CMYK0.00%30.19%13.68%
16.86%

Color #D494B7 in popluar number systems.

HEXD494B7
Decimal212148183
Binary110101001001010010110111
Octal324224267

Shades and tints

Shades of #D494B7

#D494B7
(212,148,183)
#C187A7
(193,135,167)
#AE7A97
(174,122,151)
#9B6D87
(155,109,135)
#886077
(136,96,119)
#755367
(117,83,103)
#624657
(98,70,87)
#4F3947
(79,57,71)
#3C2C37
(60,44,55)
#291F27
(41,31,39)
#161217
(22,18,23)
#000000
(0,0,0)

Tints of #D494B7

#D494B7
(212,148,183)
#D79DBD
(215,157,189)
#DAA6C3
(218,166,195)
#DDAFC9
(221,175,201)
#E0B8CF
(224,184,207)
#E3C1D5
(227,193,213)
#E6CADB
(230,202,219)
#E9D3E1
(233,211,225)
#ECDCE7
(236,220,231)
#EFE5ED
(239,229,237)
#F2EEF3
(242,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D494B7; }

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

This text font color is #D494B7.


Background Color

.myBgColor { background-color: #D494B7; }

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

This div background color is #D494B7.


Border color

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

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

This div border color is #D494B7.


Opacity

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

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

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

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

This text has shadow with #D494B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D494B7 on black background.


Color preview on white background

This text has color #D494B7 on white background.



Black color preview on #D494B7 background

This text has black color on #D494B7 background.


White color preview on #D494B7 background

This text has white color on #D494B7 background.