COLOR #D47FB0

HEX: #D47FB0
RGB: (212,127,176)

Color info

#D47FB0 contains mainly red and blue colors. Web safe color of #D47FB0 is #CC6699 (or #C69).

RGB color model

#D47FB0 color RGB value is (212,127,176).

  • red value is 212;
  • green value is 127;
  • blue value is 176.
RGB:
(212,127,176)
(83%,50%,69%)

RGB channels and saturation

R 212 of 255 = 83%
G 127 of 255 = 50%
B 176 of 255 = 69%

212
127
176

R + G + B ~ 67%. #D47FB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 127 + 176 = 515 (100%)
R 212 of 515 ~ 41.17%
G 127 of 515 ~ 24.66%
B 176 of 515 ~ 34.17%

%41.17
%24.66
%34.17

CMYK color model

#D47FB0 color CMYK value is (0,40,17,17).

  • cyan value is 0.00%
  • magenta value is 40.09%
  • yellow value is 16.98%
  • key color value is 16.86%
CMYK:
(0,40,17,17)
C0M40Y17K17 
(0%,40%,17%,17%)
(0.00/0.40/0.17/0.17)	

CMYK percentages

%0
%40.09
%16.98
%16.86

Codes

Color #D47FB0 in popluar color models

D47FB0
RGB212127176
HSL325°49.71%66.47%
HSB/HSV325°40.09%83.14%
CMYK0.00%40.09%16.98%
16.86%

Color #D47FB0 in popluar number systems.

HEXD47FB0
Decimal212127176
Binary11010100111111110110000
Octal324177260

Shades and tints

Shades of #D47FB0

#D47FB0
(212,127,176)
#C174A0
(193,116,160)
#AE6990
(174,105,144)
#9B5E80
(155,94,128)
#885370
(136,83,112)
#754860
(117,72,96)
#623D50
(98,61,80)
#4F3240
(79,50,64)
#3C2730
(60,39,48)
#291C20
(41,28,32)
#161110
(22,17,16)
#000000
(0,0,0)

Tints of #D47FB0

#D47FB0
(212,127,176)
#D78AB7
(215,138,183)
#DA95BE
(218,149,190)
#DDA0C5
(221,160,197)
#E0ABCC
(224,171,204)
#E3B6D3
(227,182,211)
#E6C1DA
(230,193,218)
#E9CCE1
(233,204,225)
#ECD7E8
(236,215,232)
#EFE2EF
(239,226,239)
#F2EDF6
(242,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D47FB0 color. Also use rgb(212,127,176) instead hex code.

Text Font Color

.myTextColor { color: #D47FB0; }

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

This text font color is #D47FB0.


Background Color

.myBgColor { background-color: #D47FB0; }

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

This div background color is #D47FB0.


Border color

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

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

This div border color is #D47FB0.


Opacity

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

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

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

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

This text has shadow with #D47FB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D47FB0 on black background.


Color preview on white background

This text has color #D47FB0 on white background.



Black color preview on #D47FB0 background

This text has black color on #D47FB0 background.


White color preview on #D47FB0 background

This text has white color on #D47FB0 background.