COLOR #D471DF

HEX: #D471DF
RGB: (212,113,223)

Color info

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

RGB color model

#D471DF color RGB value is (212,113,223).

  • red value is 212;
  • green value is 113;
  • blue value is 223.
RGB:
(212,113,223)
(83%,44%,87%)

RGB channels and saturation

R 212 of 255 = 83%
G 113 of 255 = 44%
B 223 of 255 = 87%

212
113
223

R + G + B ~ 71%. #D471DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 113 + 223 = 548 (100%)
R 212 of 548 ~ 38.69%
G 113 of 548 ~ 20.62%
B 223 of 548 ~ 40.69%

%38.69
%20.62
%40.69

CMYK color model

#D471DF color CMYK value is (5,49,0,13).

  • cyan value is 4.93%
  • magenta value is 49.33%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(5,49,0,13)
C5M49Y0K13 
(5%,49%,0%,13%)
(0.05/0.49/0.00/0.13)	

CMYK percentages

%4.93
%49.33
%0
%12.55

Codes

Color #D471DF in popluar color models

D471DF
RGB212113223
HSL294°63.22%65.88%
HSB/HSV294°49.33%87.45%
CMYK4.93%49.33%0.00%
12.55%

Color #D471DF in popluar number systems.

HEXD471DF
Decimal212113223
Binary11010100111000111011111
Octal324161337

Shades and tints

Shades of #D471DF

#D471DF
(212,113,223)
#C167CB
(193,103,203)
#AE5DB7
(174,93,183)
#9B53A3
(155,83,163)
#88498F
(136,73,143)
#753F7B
(117,63,123)
#623567
(98,53,103)
#4F2B53
(79,43,83)
#3C213F
(60,33,63)
#29172B
(41,23,43)
#160D17
(22,13,23)
#000000
(0,0,0)

Tints of #D471DF

#D471DF
(212,113,223)
#D77DE1
(215,125,225)
#DA89E3
(218,137,227)
#DD95E5
(221,149,229)
#E0A1E7
(224,161,231)
#E3ADE9
(227,173,233)
#E6B9EB
(230,185,235)
#E9C5ED
(233,197,237)
#ECD1EF
(236,209,239)
#EFDDF1
(239,221,241)
#F2E9F3
(242,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D471DF color. Also use rgb(212,113,223) instead hex code.

Text Font Color

.myTextColor { color: #D471DF; }

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

This text font color is #D471DF.


Background Color

.myBgColor { background-color: #D471DF; }

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

This div background color is #D471DF.


Border color

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

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

This div border color is #D471DF.


Opacity

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

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

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

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

This text has shadow with #D471DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D471DF on black background.


Color preview on white background

This text has color #D471DF on white background.



Black color preview on #D471DF background

This text has black color on #D471DF background.


White color preview on #D471DF background

This text has white color on #D471DF background.