COLOR #D973FA

HEX: #D973FA
RGB: (217,115,250)

Color info

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

RGB color model

#D973FA color RGB value is (217,115,250).

  • red value is 217;
  • green value is 115;
  • blue value is 250.
RGB:
(217,115,250)
(85%,45%,98%)

RGB channels and saturation

R 217 of 255 = 85%
G 115 of 255 = 45%
B 250 of 255 = 98%

217
115
250

R + G + B ~ 76%. #D973FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 115 + 250 = 582 (100%)
R 217 of 582 ~ 37.29%
G 115 of 582 ~ 19.76%
B 250 of 582 ~ 42.96%

%37.29
%19.76
%42.96

CMYK color model

#D973FA color CMYK value is (13,54,0,2).

  • cyan value is 13.20%
  • magenta value is 54.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(13,54,0,2)
C13M54Y0K2 
(13%,54%,0%,2%)
(0.13/0.54/0.00/0.02)	

CMYK percentages

%13.2
%54
%0
%1.96

Codes

Color #D973FA in popluar color models

D973FA
RGB217115250
HSL285°93.10%71.57%
HSB/HSV285°54.00%98.04%
CMYK13.20%54.00%0.00%
1.96%

Color #D973FA in popluar number systems.

HEXD973FA
Decimal217115250
Binary11011001111001111111010
Octal331163372

Shades and tints

Shades of #D973FA

#D973FA
(217,115,250)
#C669E4
(198,105,228)
#B35FCE
(179,95,206)
#A055B8
(160,85,184)
#8D4BA2
(141,75,162)
#7A418C
(122,65,140)
#673776
(103,55,118)
#542D60
(84,45,96)
#41234A
(65,35,74)
#2E1934
(46,25,52)
#1B0F1E
(27,15,30)
#000000
(0,0,0)

Tints of #D973FA

#D973FA
(217,115,250)
#DC7FFA
(220,127,250)
#DF8BFA
(223,139,250)
#E297FA
(226,151,250)
#E5A3FA
(229,163,250)
#E8AFFA
(232,175,250)
#EBBBFA
(235,187,250)
#EEC7FA
(238,199,250)
#F1D3FA
(241,211,250)
#F4DFFA
(244,223,250)
#F7EBFA
(247,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D973FA color. Also use rgb(217,115,250) instead hex code.

Text Font Color

.myTextColor { color: #D973FA; }

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

This text font color is #D973FA.


Background Color

.myBgColor { background-color: #D973FA; }

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

This div background color is #D973FA.


Border color

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

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

This div border color is #D973FA.


Opacity

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

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

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

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

This text has shadow with #D973FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D973FA on black background.


Color preview on white background

This text has color #D973FA on white background.



Black color preview on #D973FA background

This text has black color on #D973FA background.


White color preview on #D973FA background

This text has white color on #D973FA background.