COLOR #D47FFF

HEX: #D47FFF
RGB: (212,127,255)

Color info

#D47FFF contains mainly red and blue colors. Web safe color of #D47FFF is #CC66FF (or #C6F).

RGB color model

#D47FFF color RGB value is (212,127,255).

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

RGB channels and saturation

R 212 of 255 = 83%
G 127 of 255 = 50%
B 255 of 255 = 100%

212
127
255

R + G + B ~ 78%. #D47FFF is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 127 + 255 = 594 (100%)
R 212 of 594 ~ 35.69%
G 127 of 594 ~ 21.38%
B 255 of 594 ~ 42.93%

%35.69
%21.38
%42.93

CMYK color model

#D47FFF color CMYK value is (17,50,0,0).

  • cyan value is 16.86%
  • magenta value is 50.20%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(17,50,0,0)
C17M50Y0K0 
(17%,50%,0%,0%)
(0.17/0.50/0.00/0.00)	

CMYK percentages

%16.86
%50.2
%0
%0

Codes

Color #D47FFF in popluar color models

D47FFF
RGB212127255
HSL280°100.00%74.90%
HSB/HSV280°50.20%100.00%
CMYK16.86%50.20%0.00%
0.00%

Color #D47FFF in popluar number systems.

HEXD47FFF
Decimal212127255
Binary11010100111111111111111
Octal324177377

Shades and tints

Shades of #D47FFF

#D47FFF
(212,127,255)
#C174E8
(193,116,232)
#AE69D1
(174,105,209)
#9B5EBA
(155,94,186)
#8853A3
(136,83,163)
#75488C
(117,72,140)
#623D75
(98,61,117)
#4F325E
(79,50,94)
#3C2747
(60,39,71)
#291C30
(41,28,48)
#161119
(22,17,25)
#000000
(0,0,0)

Tints of #D47FFF

#D47FFF
(212,127,255)
#D78AFF
(215,138,255)
#DA95FF
(218,149,255)
#DDA0FF
(221,160,255)
#E0ABFF
(224,171,255)
#E3B6FF
(227,182,255)
#E6C1FF
(230,193,255)
#E9CCFF
(233,204,255)
#ECD7FF
(236,215,255)
#EFE2FF
(239,226,255)
#F2EDFF
(242,237,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D47FFF; }

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

This text font color is #D47FFF.


Background Color

.myBgColor { background-color: #D47FFF; }

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

This div background color is #D47FFF.


Border color

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

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

This div border color is #D47FFF.


Opacity

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

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

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

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

This text has shadow with #D47FFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D47FFF on black background.


Color preview on white background

This text has color #D47FFF on white background.



Black color preview on #D47FFF background

This text has black color on #D47FFF background.


White color preview on #D47FFF background

This text has white color on #D47FFF background.