COLOR #D47DB6

HEX: #D47DB6
RGB: (212,125,182)

Color info

#D47DB6 contains mainly red and blue colors. Web safe color of #D47DB6 is #CC66CC (or #C6C).

RGB color model

#D47DB6 color RGB value is (212,125,182).

  • red value is 212;
  • green value is 125;
  • blue value is 182.
RGB:
(212,125,182)
(83%,49%,71%)

RGB channels and saturation

R 212 of 255 = 83%
G 125 of 255 = 49%
B 182 of 255 = 71%

212
125
182

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

Portions of RGB colors in percentages

R + G + B =
212 + 125 + 182 = 519 (100%)
R 212 of 519 ~ 40.85%
G 125 of 519 ~ 24.08%
B 182 of 519 ~ 35.07%

%40.85
%24.08
%35.07

CMYK color model

#D47DB6 color CMYK value is (0,41,14,17).

  • cyan value is 0.00%
  • magenta value is 41.04%
  • yellow value is 14.15%
  • key color value is 16.86%
CMYK:
(0,41,14,17)
C0M41Y14K17 
(0%,41%,14%,17%)
(0.00/0.41/0.14/0.17)	

CMYK percentages

%0
%41.04
%14.15
%16.86

Codes

Color #D47DB6 in popluar color models

D47DB6
RGB212125182
HSL321°50.29%66.08%
HSB/HSV321°41.04%83.14%
CMYK0.00%41.04%14.15%
16.86%

Color #D47DB6 in popluar number systems.

HEXD47DB6
Decimal212125182
Binary11010100111110110110110
Octal324175266

Shades and tints

Shades of #D47DB6

#D47DB6
(212,125,182)
#C172A6
(193,114,166)
#AE6796
(174,103,150)
#9B5C86
(155,92,134)
#885176
(136,81,118)
#754666
(117,70,102)
#623B56
(98,59,86)
#4F3046
(79,48,70)
#3C2536
(60,37,54)
#291A26
(41,26,38)
#160F16
(22,15,22)
#000000
(0,0,0)

Tints of #D47DB6

#D47DB6
(212,125,182)
#D788BC
(215,136,188)
#DA93C2
(218,147,194)
#DD9EC8
(221,158,200)
#E0A9CE
(224,169,206)
#E3B4D4
(227,180,212)
#E6BFDA
(230,191,218)
#E9CAE0
(233,202,224)
#ECD5E6
(236,213,230)
#EFE0EC
(239,224,236)
#F2EBF2
(242,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D47DB6 color. Also use rgb(212,125,182) instead hex code.

Text Font Color

.myTextColor { color: #D47DB6; }

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

This text font color is #D47DB6.


Background Color

.myBgColor { background-color: #D47DB6; }

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

This div background color is #D47DB6.


Border color

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

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

This div border color is #D47DB6.


Opacity

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

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

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

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

This text has shadow with #D47DB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D47DB6 on black background.


Color preview on white background

This text has color #D47DB6 on white background.



Black color preview on #D47DB6 background

This text has black color on #D47DB6 background.


White color preview on #D47DB6 background

This text has white color on #D47DB6 background.