COLOR #D47BF1

HEX: #D47BF1
RGB: (212,123,241)

Color info

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

RGB color model

#D47BF1 color RGB value is (212,123,241).

  • red value is 212;
  • green value is 123;
  • blue value is 241.
RGB:
(212,123,241)
(83%,48%,95%)

RGB channels and saturation

R 212 of 255 = 83%
G 123 of 255 = 48%
B 241 of 255 = 95%

212
123
241

R + G + B ~ 75%. #D47BF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 123 + 241 = 576 (100%)
R 212 of 576 ~ 36.81%
G 123 of 576 ~ 21.35%
B 241 of 576 ~ 41.84%

%36.81
%21.35
%41.84

CMYK color model

#D47BF1 color CMYK value is (12,49,0,5).

  • cyan value is 12.03%
  • magenta value is 48.96%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(12,49,0,5)
C12M49Y0K5 
(12%,49%,0%,5%)
(0.12/0.49/0.00/0.05)	

CMYK percentages

%12.03
%48.96
%0
%5.49

Codes

Color #D47BF1 in popluar color models

D47BF1
RGB212123241
HSL285°80.82%71.37%
HSB/HSV285°48.96%94.51%
CMYK12.03%48.96%0.00%
5.49%

Color #D47BF1 in popluar number systems.

HEXD47BF1
Decimal212123241
Binary11010100111101111110001
Octal324173361

Shades and tints

Shades of #D47BF1

#D47BF1
(212,123,241)
#C170DC
(193,112,220)
#AE65C7
(174,101,199)
#9B5AB2
(155,90,178)
#884F9D
(136,79,157)
#754488
(117,68,136)
#623973
(98,57,115)
#4F2E5E
(79,46,94)
#3C2349
(60,35,73)
#291834
(41,24,52)
#160D1F
(22,13,31)
#000000
(0,0,0)

Tints of #D47BF1

#D47BF1
(212,123,241)
#D787F2
(215,135,242)
#DA93F3
(218,147,243)
#DD9FF4
(221,159,244)
#E0ABF5
(224,171,245)
#E3B7F6
(227,183,246)
#E6C3F7
(230,195,247)
#E9CFF8
(233,207,248)
#ECDBF9
(236,219,249)
#EFE7FA
(239,231,250)
#F2F3FB
(242,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D47BF1 color. Also use rgb(212,123,241) instead hex code.

Text Font Color

.myTextColor { color: #D47BF1; }

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

This text font color is #D47BF1.


Background Color

.myBgColor { background-color: #D47BF1; }

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

This div background color is #D47BF1.


Border color

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

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

This div border color is #D47BF1.


Opacity

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

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

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

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

This text has shadow with #D47BF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D47BF1 on black background.


Color preview on white background

This text has color #D47BF1 on white background.



Black color preview on #D47BF1 background

This text has black color on #D47BF1 background.


White color preview on #D47BF1 background

This text has white color on #D47BF1 background.