COLOR #D71AFA

HEX: #D71AFA
RGB: (215,26,250)

Color info

#D71AFA contains mainly red and blue colors. Web safe color of #D71AFA is #CC00FF (or #C0F).

RGB color model

#D71AFA color RGB value is (215,26,250).

  • red value is 215;
  • green value is 26;
  • blue value is 250.
RGB:
(215,26,250)
(84%,10%,98%)

RGB channels and saturation

R 215 of 255 = 84%
G 26 of 255 = 10%
B 250 of 255 = 98%

215
26
250

R + G + B ~ 64%. #D71AFA is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 26 + 250 = 491 (100%)
R 215 of 491 ~ 43.79%
G 26 of 491 ~ 5.3%
B 250 of 491 ~ 50.92%

%43.79
%50.92

CMYK color model

#D71AFA color CMYK value is (14,90,0,2).

  • cyan value is 14.00%
  • magenta value is 89.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(14,90,0,2)
C14M90Y0K2 
(14%,90%,0%,2%)
(0.14/0.90/0.00/0.02)	

CMYK percentages

%14
%89.6
%0
%1.96

Codes

Color #D71AFA in popluar color models

D71AFA
RGB21526250
HSL291°95.73%54.12%
HSB/HSV291°89.60%98.04%
CMYK14.00%89.60%0.00%
1.96%

Color #D71AFA in popluar number systems.

HEXD71AFA
Decimal21526250
Binary110101111101011111010
Octal32732372

Shades and tints

Shades of #D71AFA

#D71AFA
(215,26,250)
#C418E4
(196,24,228)
#B116CE
(177,22,206)
#9E14B8
(158,20,184)
#8B12A2
(139,18,162)
#78108C
(120,16,140)
#650E76
(101,14,118)
#520C60
(82,12,96)
#3F0A4A
(63,10,74)
#2C0834
(44,8,52)
#19061E
(25,6,30)
#000000
(0,0,0)

Tints of #D71AFA

#D71AFA
(215,26,250)
#DA2EFA
(218,46,250)
#DD42FA
(221,66,250)
#E056FA
(224,86,250)
#E36AFA
(227,106,250)
#E67EFA
(230,126,250)
#E992FA
(233,146,250)
#ECA6FA
(236,166,250)
#EFBAFA
(239,186,250)
#F2CEFA
(242,206,250)
#F5E2FA
(245,226,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D71AFA color. Also use rgb(215,26,250) instead hex code.

Text Font Color

.myTextColor { color: #D71AFA; }

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

This text font color is #D71AFA.


Background Color

.myBgColor { background-color: #D71AFA; }

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

This div background color is #D71AFA.


Border color

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

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

This div border color is #D71AFA.


Opacity

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

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

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

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

This text has shadow with #D71AFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D71AFA on black background.


Color preview on white background

This text has color #D71AFA on white background.



Black color preview on #D71AFA background

This text has black color on #D71AFA background.


White color preview on #D71AFA background

This text has white color on #D71AFA background.