COLOR #D492A5

HEX: #D492A5
RGB: (212,146,165)

Color info

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

RGB color model

#D492A5 color RGB value is (212,146,165).

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

RGB channels and saturation

R 212 of 255 = 83%
G 146 of 255 = 57%
B 165 of 255 = 65%

212
146
165

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

Portions of RGB colors in percentages

R + G + B =
212 + 146 + 165 = 523 (100%)
R 212 of 523 ~ 40.54%
G 146 of 523 ~ 27.92%
B 165 of 523 ~ 31.55%

%40.54
%27.92
%31.55

CMYK color model

#D492A5 color CMYK value is (0,31,22,17).

  • cyan value is 0.00%
  • magenta value is 31.13%
  • yellow value is 22.17%
  • key color value is 16.86%
CMYK:
(0,31,22,17)
C0M31Y22K17 
(0%,31%,22%,17%)
(0.00/0.31/0.22/0.17)	

CMYK percentages

%0
%31.13
%22.17
%16.86

Codes

Color #D492A5 in popluar color models

D492A5
RGB212146165
HSL343°43.42%70.20%
HSB/HSV343°31.13%83.14%
CMYK0.00%31.13%22.17%
16.86%

Color #D492A5 in popluar number systems.

HEXD492A5
Decimal212146165
Binary110101001001001010100101
Octal324222245

Shades and tints

Shades of #D492A5

#D492A5
(212,146,165)
#C18596
(193,133,150)
#AE7887
(174,120,135)
#9B6B78
(155,107,120)
#885E69
(136,94,105)
#75515A
(117,81,90)
#62444B
(98,68,75)
#4F373C
(79,55,60)
#3C2A2D
(60,42,45)
#291D1E
(41,29,30)
#16100F
(22,16,15)
#000000
(0,0,0)

Tints of #D492A5

#D492A5
(212,146,165)
#D79BAD
(215,155,173)
#DAA4B5
(218,164,181)
#DDADBD
(221,173,189)
#E0B6C5
(224,182,197)
#E3BFCD
(227,191,205)
#E6C8D5
(230,200,213)
#E9D1DD
(233,209,221)
#ECDAE5
(236,218,229)
#EFE3ED
(239,227,237)
#F2ECF5
(242,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D492A5; }

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

This text font color is #D492A5.


Background Color

.myBgColor { background-color: #D492A5; }

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

This div background color is #D492A5.


Border color

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

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

This div border color is #D492A5.


Opacity

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

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

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

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

This text has shadow with #D492A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D492A5 on black background.


Color preview on white background

This text has color #D492A5 on white background.



Black color preview on #D492A5 background

This text has black color on #D492A5 background.


White color preview on #D492A5 background

This text has white color on #D492A5 background.