COLOR #D47FC3

HEX: #D47FC3 RGB: (212,127,195)

Color info

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

RGB color model

#D47FC3 color RGB value is (212,127,195).

RGB: (212,127,195) (83%, 50%, 76%)

RGB channels and saturation

R 212 of 255 = 83%
G 127 of 255 = 50%
B 195 of 255 = 76%

212
127
195

R + G + B ~ 70%. #D47FC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 127 + 195 = 534 (100%)
R 212 of 534 ~ 39.7%
G 127 of 534 ~ 23.78%
B 195 of 534 ~ 36.52'%

%39.7
%23.78
%36.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 40.09%
  • yellow value is 8.02%
  • key color value is 16.86%

CMYK: (0,40,8,17)
C0M40Y8K17 (0%, 40%, 8%, 17%)
(0.00 / 0.40 / 0.08 / 0.17)

CMYK percentages

%0
%40.09
%8.02
%16.86

Codes

Color #D47FC3 in popluar color models

D4 7F C3
RGB 212 127 195
HSL 312° 49.71% 66.47%
HSB/HSV 312° 40.09% 83.14%
CMYK 0.00% 40.09% 8.02%
16.86%

Color #D47FC3 in popluar number systems.

HEX D4 7F C3
Decimal 212 127 195
Binary 11010100 1111111 11000011
Octal 324 177 303

Shades and tints

Shades of #D47FC3

#D47FC3
(212,127,195)
#C174B2
(193,116,178)
#AE69A1
(174,105,161)
#9B5E90
(155,94,144)
#88537F
(136,83,127)
#75486E
(117,72,110)
#623D5D
(98,61,93)
#4F324C
(79,50,76)
#3C273B
(60,39,59)
#291C2A
(41,28,42)
#161119
(22,17,25)
#000000
(0,0,0)

Tints of #D47FC3

#D47FC3
(212,127,195)
#D78AC8
(215,138,200)
#DA95CD
(218,149,205)
#DDA0D2
(221,160,210)
#E0ABD7
(224,171,215)
#E3B6DC
(227,182,220)
#E6C1E1
(230,193,225)
#E9CCE6
(233,204,230)
#ECD7EB
(236,215,235)
#EFE2F0
(239,226,240)
#F2EDF5
(242,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D47FC3; }

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

This text font color is #D47FC3.

Background Color

.myBgColor { background-color: #D47FC3; }

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

This div background color is #D47FC3.

Border color

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

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

This div border color is #D47FC3.

Opacity

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

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

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

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

This text has shadow with #D47FC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D47FC3.

Preview

Color preview on black background

This text has color #D47FC3 on black background.


Color preview on white background

This text has color #D47FC3 on white background.


Black color preview on #D47FC3 background

This text has black color on #D47FC3 background.


White color preview on #D47FC3 background

This text has white color on #D47FC3 background.


Related colors

Complementary color

Complementary color for #hex is #2B803C.


I love getcolorcode.com

Triadic colors

1 #C3D47F and #7FC3D4 with #D47FC3 are triadic colors.

2 #C37FD4 and #7FD4C3 with #D47FC3 are triadic colors.