COLOR #D490A5

HEX: #D490A5
RGB: (212,144,165)

Color info

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

RGB color model

#D490A5 color RGB value is (212,144,165).

  • red value is 212;
  • green value is 144;
  • blue value is 165.
RGB: (212,144,165) (83%,56%,65%)

RGB channels and saturation

R 212 of 255 = 83%
G 144 of 255 = 56%
B 165 of 255 = 65%

212
144
165

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

Portions of RGB colors in percentages

R + G + B =
212 + 144 + 165 = 521 (100%)
R 212 of 521 ~ 40.69%
G 144 of 521 ~ 27.64%
B 165 of 521 ~ 31.67%

%40.69
%27.64
%31.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.08%
  • yellow value is 22.17%
  • key color value is 16.86%
CMYK: (0,32,22,17) C0M32Y22K17 (0%,32%,22%,17%) (0.00/0.32/0.22/0.17)

CMYK percentages

%0
%32.08
%22.17
%16.86

Codes

Color #D490A5 in popluar color models

D490A5
RGB212144165
HSL341°44.16%69.80%
HSB/HSV341°32.08%83.14%
CMYK0.00%32.08%22.17%
16.86%

Color #D490A5 in popluar number systems.

HEXD490A5
Decimal212144165
Binary110101001001000010100101
Octal324220245

Shades and tints

Shades of #D490A5

#D490A5
(212,144,165)
#C18396
(193,131,150)
#AE7687
(174,118,135)
#9B6978
(155,105,120)
#885C69
(136,92,105)
#754F5A
(117,79,90)
#62424B
(98,66,75)
#4F353C
(79,53,60)
#3C282D
(60,40,45)
#291B1E
(41,27,30)
#160E0F
(22,14,15)
#000000
(0,0,0)

Tints of #D490A5

#D490A5
(212,144,165)
#D79AAD
(215,154,173)
#DAA4B5
(218,164,181)
#DDAEBD
(221,174,189)
#E0B8C5
(224,184,197)
#E3C2CD
(227,194,205)
#E6CCD5
(230,204,213)
#E9D6DD
(233,214,221)
#ECE0E5
(236,224,229)
#EFEAED
(239,234,237)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D490A5 color. Also use rgb(212,144,165) instead hex code.

Text Font Color

.myTextColor { color: #D490A5; }

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

This text font color is #D490A5.


Background Color

.myBgColor { background-color: #D490A5; }

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

This div background color is #D490A5.


Border color

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

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

This div border color is #D490A5.


Opacity

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

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

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

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

This text has shadow with #D490A5 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D490A5 on black background.


Color preview on white background

This text has color #D490A5 on white background.



Black color preview on #D490A5 background

This text has black color on #D490A5 background.


White color preview on #D490A5 background

This text has white color on #D490A5 background.