COLOR #D601FA

HEX: #D601FA
RGB: (214,1,250)

Color info

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

RGB color model

#D601FA color RGB value is (214,1,250).

  • red value is 214;
  • green value is 1;
  • blue value is 250.
RGB:
(214,1,250)
(84%,0%,98%)

RGB channels and saturation

R 214 of 255 = 84%
G 1 of 255 = 0%
B 250 of 255 = 98%

214
1
250

R + G + B ~ 61%. #D601FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 1 + 250 = 465 (100%)
R 214 of 465 ~ 46.02%
G 1 of 465 ~ 0.22%
B 250 of 465 ~ 53.76%

%46.02
%53.76

CMYK color model

#D601FA color CMYK value is (14,100,0,2).

  • cyan value is 14.40%
  • magenta value is 99.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(14,100,0,2)
C14M100Y0K2 
(14%,100%,0%,2%)
(0.14/1.00/0.00/0.02)	

CMYK percentages

%14.4
%99.6
%0
%1.96

Codes

Color #D601FA in popluar color models

D601FA
RGB2141250
HSL291°99.20%49.22%
HSB/HSV291°99.60%98.04%
CMYK14.40%99.60%0.00%
1.96%

Color #D601FA in popluar number systems.

HEXD601FA
Decimal2141250
Binary11010110111111010
Octal3261372

Shades and tints

Shades of #D601FA

#D601FA
(214,1,250)
#C301E4
(195,1,228)
#B001CE
(176,1,206)
#9D01B8
(157,1,184)
#8A01A2
(138,1,162)
#77018C
(119,1,140)
#640176
(100,1,118)
#510160
(81,1,96)
#3E014A
(62,1,74)
#2B0134
(43,1,52)
#18011E
(24,1,30)
#000000
(0,0,0)

Tints of #D601FA

#D601FA
(214,1,250)
#D918FA
(217,24,250)
#DC2FFA
(220,47,250)
#DF46FA
(223,70,250)
#E25DFA
(226,93,250)
#E574FA
(229,116,250)
#E88BFA
(232,139,250)
#EBA2FA
(235,162,250)
#EEB9FA
(238,185,250)
#F1D0FA
(241,208,250)
#F4E7FA
(244,231,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D601FA color. Also use rgb(214,1,250) instead hex code.

Text Font Color

.myTextColor { color: #D601FA; }

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

This text font color is #D601FA.


Background Color

.myBgColor { background-color: #D601FA; }

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

This div background color is #D601FA.


Border color

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

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

This div border color is #D601FA.


Opacity

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

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

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

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

This text has shadow with #D601FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D601FA on black background.


Color preview on white background

This text has color #D601FA on white background.



Black color preview on #D601FA background

This text has black color on #D601FA background.


White color preview on #D601FA background

This text has white color on #D601FA background.