COLOR #D492D1

HEX: #D492D1
RGB: (212,146,209)

Color info

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

RGB color model

#D492D1 color RGB value is (212,146,209).

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

RGB channels and saturation

R 212 of 255 = 83%
G 146 of 255 = 57%
B 209 of 255 = 82%

212
146
209

R + G + B ~ 74%. #D492D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 146 + 209 = 567 (100%)
R 212 of 567 ~ 37.39%
G 146 of 567 ~ 25.75%
B 209 of 567 ~ 36.86%

%37.39
%25.75
%36.86

CMYK color model

#D492D1 color CMYK value is (0,31,1,17).

  • cyan value is 0.00%
  • magenta value is 31.13%
  • yellow value is 1.42%
  • key color value is 16.86%
CMYK:
(0,31,1,17)
C0M31Y1K17 
(0%,31%,1%,17%)
(0.00/0.31/0.01/0.17)	

CMYK percentages

%0
%31.13
%1.42
%16.86

Codes

Color #D492D1 in popluar color models

D492D1
RGB212146209
HSL303°43.42%70.20%
HSB/HSV303°31.13%83.14%
CMYK0.00%31.13%1.42%
16.86%

Color #D492D1 in popluar number systems.

HEXD492D1
Decimal212146209
Binary110101001001001011010001
Octal324222321

Shades and tints

Shades of #D492D1

#D492D1
(212,146,209)
#C185BE
(193,133,190)
#AE78AB
(174,120,171)
#9B6B98
(155,107,152)
#885E85
(136,94,133)
#755172
(117,81,114)
#62445F
(98,68,95)
#4F374C
(79,55,76)
#3C2A39
(60,42,57)
#291D26
(41,29,38)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #D492D1

#D492D1
(212,146,209)
#D79BD5
(215,155,213)
#DAA4D9
(218,164,217)
#DDADDD
(221,173,221)
#E0B6E1
(224,182,225)
#E3BFE5
(227,191,229)
#E6C8E9
(230,200,233)
#E9D1ED
(233,209,237)
#ECDAF1
(236,218,241)
#EFE3F5
(239,227,245)
#F2ECF9
(242,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D492D1; }

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

This text font color is #D492D1.


Background Color

.myBgColor { background-color: #D492D1; }

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

This div background color is #D492D1.


Border color

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

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

This div border color is #D492D1.


Opacity

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

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

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

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

This text has shadow with #D492D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D492D1 on black background.


Color preview on white background

This text has color #D492D1 on white background.



Black color preview on #D492D1 background

This text has black color on #D492D1 background.


White color preview on #D492D1 background

This text has white color on #D492D1 background.