COLOR #D489A6

HEX: #D489A6
RGB: (212,137,166)

Color info

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

RGB color model

#D489A6 color RGB value is (212,137,166).

  • red value is 212;
  • green value is 137;
  • blue value is 166.
RGB:
(212,137,166)
(83%,54%,65%)

RGB channels and saturation

R 212 of 255 = 83%
G 137 of 255 = 54%
B 166 of 255 = 65%

212
137
166

R + G + B ~ 67%. #D489A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 137 + 166 = 515 (100%)
R 212 of 515 ~ 41.17%
G 137 of 515 ~ 26.6%
B 166 of 515 ~ 32.23%

%41.17
%26.6
%32.23

CMYK color model

#D489A6 color CMYK value is (0,35,22,17).

  • cyan value is 0.00%
  • magenta value is 35.38%
  • yellow value is 21.70%
  • key color value is 16.86%
CMYK:
(0,35,22,17)
C0M35Y22K17 
(0%,35%,22%,17%)
(0.00/0.35/0.22/0.17)	

CMYK percentages

%0
%35.38
%21.7
%16.86

Codes

Color #D489A6 in popluar color models

D489A6
RGB212137166
HSL337°46.58%68.43%
HSB/HSV337°35.38%83.14%
CMYK0.00%35.38%21.70%
16.86%

Color #D489A6 in popluar number systems.

HEXD489A6
Decimal212137166
Binary110101001000100110100110
Octal324211246

Shades and tints

Shades of #D489A6

#D489A6
(212,137,166)
#C17D97
(193,125,151)
#AE7188
(174,113,136)
#9B6579
(155,101,121)
#88596A
(136,89,106)
#754D5B
(117,77,91)
#62414C
(98,65,76)
#4F353D
(79,53,61)
#3C292E
(60,41,46)
#291D1F
(41,29,31)
#161110
(22,17,16)
#000000
(0,0,0)

Tints of #D489A6

#D489A6
(212,137,166)
#D793AE
(215,147,174)
#DA9DB6
(218,157,182)
#DDA7BE
(221,167,190)
#E0B1C6
(224,177,198)
#E3BBCE
(227,187,206)
#E6C5D6
(230,197,214)
#E9CFDE
(233,207,222)
#ECD9E6
(236,217,230)
#EFE3EE
(239,227,238)
#F2EDF6
(242,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D489A6 color. Also use rgb(212,137,166) instead hex code.

Text Font Color

.myTextColor { color: #D489A6; }

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

This text font color is #D489A6.


Background Color

.myBgColor { background-color: #D489A6; }

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

This div background color is #D489A6.


Border color

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

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

This div border color is #D489A6.


Opacity

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

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

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

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

This text has shadow with #D489A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D489A6 on black background.


Color preview on white background

This text has color #D489A6 on white background.



Black color preview on #D489A6 background

This text has black color on #D489A6 background.


White color preview on #D489A6 background

This text has white color on #D489A6 background.