COLOR #D001F6

HEX: #D001F6
RGB: (208,1,246)

Color info

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

RGB color model

#D001F6 color RGB value is (208,1,246).

  • red value is 208;
  • green value is 1;
  • blue value is 246.
RGB:
(208,1,246)
(82%,0%,96%)

RGB channels and saturation

R 208 of 255 = 82%
G 1 of 255 = 0%
B 246 of 255 = 96%

208
1
246

R + G + B ~ 59%. #D001F6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
208 + 1 + 246 = 455 (100%)
R 208 of 455 ~ 45.71%
G 1 of 455 ~ 0.22%
B 246 of 455 ~ 54.07%

%45.71
%54.07

CMYK color model

#D001F6 color CMYK value is (15,100,0,4).

  • cyan value is 15.45%
  • magenta value is 99.59%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(15,100,0,4)
C15M100Y0K4 
(15%,100%,0%,4%)
(0.15/1.00/0.00/0.04)	

CMYK percentages

%15.45
%99.59
%0
%3.53

Codes

Color #D001F6 in popluar color models

D001F6
RGB2081246
HSL291°99.19%48.43%
HSB/HSV291°99.59%96.47%
CMYK15.45%99.59%0.00%
3.53%

Color #D001F6 in popluar number systems.

HEXD001F6
Decimal2081246
Binary11010000111110110
Octal3201366

Shades and tints

Shades of #D001F6

#D001F6
(208,1,246)
#BE01E0
(190,1,224)
#AC01CA
(172,1,202)
#9A01B4
(154,1,180)
#88019E
(136,1,158)
#760188
(118,1,136)
#640172
(100,1,114)
#52015C
(82,1,92)
#400146
(64,1,70)
#2E0130
(46,1,48)
#1C011A
(28,1,26)
#000000
(0,0,0)

Tints of #D001F6

#D001F6
(208,1,246)
#D418F6
(212,24,246)
#D82FF6
(216,47,246)
#DC46F6
(220,70,246)
#E05DF6
(224,93,246)
#E474F6
(228,116,246)
#E88BF6
(232,139,246)
#ECA2F6
(236,162,246)
#F0B9F6
(240,185,246)
#F4D0F6
(244,208,246)
#F8E7F6
(248,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D001F6 color. Also use rgb(208,1,246) instead hex code.

Text Font Color

.myTextColor { color: #D001F6; }

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

This text font color is #D001F6.


Background Color

.myBgColor { background-color: #D001F6; }

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

This div background color is #D001F6.


Border color

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

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

This div border color is #D001F6.


Opacity

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

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

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

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

This text has shadow with #D001F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D001F6 on black background.


Color preview on white background

This text has color #D001F6 on white background.



Black color preview on #D001F6 background

This text has black color on #D001F6 background.


White color preview on #D001F6 background

This text has white color on #D001F6 background.