COLOR #D490AD

HEX: #D490AD
RGB: (212,144,173)

Color info

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

RGB color model

#D490AD color RGB value is (212,144,173).

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

RGB channels and saturation

R 212 of 255 = 83%
G 144 of 255 = 56%
B 173 of 255 = 68%

212
144
173

R + G + B ~ 69%. #D490AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 144 + 173 = 529 (100%)
R 212 of 529 ~ 40.08%
G 144 of 529 ~ 27.22%
B 173 of 529 ~ 32.7%

%40.08
%27.22
%32.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.08%
  • yellow value is 18.40%
  • key color value is 16.86%
CMYK:
(0,32,18,17)
C0M32Y18K17 
(0%,32%,18%,17%)
(0.00/0.32/0.18/0.17)	

CMYK percentages

%0
%32.08
%18.4
%16.86

Codes

Color #D490AD in popluar color models

D490AD
RGB212144173
HSL334°44.16%69.80%
HSB/HSV334°32.08%83.14%
CMYK0.00%32.08%18.40%
16.86%

Color #D490AD in popluar number systems.

HEXD490AD
Decimal212144173
Binary110101001001000010101101
Octal324220255

Shades and tints

Shades of #D490AD

#D490AD
(212,144,173)
#C1839E
(193,131,158)
#AE768F
(174,118,143)
#9B6980
(155,105,128)
#885C71
(136,92,113)
#754F62
(117,79,98)
#624253
(98,66,83)
#4F3544
(79,53,68)
#3C2835
(60,40,53)
#291B26
(41,27,38)
#160E17
(22,14,23)
#000000
(0,0,0)

Tints of #D490AD

#D490AD
(212,144,173)
#D79AB4
(215,154,180)
#DAA4BB
(218,164,187)
#DDAEC2
(221,174,194)
#E0B8C9
(224,184,201)
#E3C2D0
(227,194,208)
#E6CCD7
(230,204,215)
#E9D6DE
(233,214,222)
#ECE0E5
(236,224,229)
#EFEAEC
(239,234,236)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D490AD; }

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

This text font color is #D490AD.


Background Color

.myBgColor { background-color: #D490AD; }

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

This div background color is #D490AD.


Border color

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

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

This div border color is #D490AD.


Opacity

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

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

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

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

This text has shadow with #D490AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D490AD on black background.


Color preview on white background

This text has color #D490AD on white background.



Black color preview on #D490AD background

This text has black color on #D490AD background.


White color preview on #D490AD background

This text has white color on #D490AD background.