COLOR #D700FF

HEX: #D700FF
RGB: (215,0,255)

Color info

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

RGB color model

#D700FF color RGB value is (215,0,255).

  • red value is 215;
  • green value is 0;
  • blue value is 255.
RGB:
(215,0,255)
(84%,0%,100%)

RGB channels and saturation

R 215 of 255 = 84%
G 0 of 255 = 0%
B 255 of 255 = 100%

215
0
255

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

Portions of RGB colors in percentages

R + G + B =
215 + 0 + 255 = 470 (100%)
R 215 of 470 ~ 45.74%
G 0 of 470 ~ 0%
B 255 of 470 ~ 54.26%

%45.74
%54.26

CMYK color model

#D700FF color CMYK value is (16,100,0,0).

  • cyan value is 15.69%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(16,100,0,0)
C16M100Y0K0 
(16%,100%,0%,0%)
(0.16/1.00/0.00/0.00)	

CMYK percentages

%15.69
%100
%0
%0

Codes

Color #D700FF in popluar color models

D700FF
RGB2150255
HSL291°100.00%50.00%
HSB/HSV291°100.00%100.00%
CMYK15.69%100.00%0.00%
0.00%

Color #D700FF in popluar number systems.

HEXD700FF
Decimal2150255
Binary11010111011111111
Octal3270377

Shades and tints

Shades of #D700FF

#D700FF
(215,0,255)
#C400E8
(196,0,232)
#B100D1
(177,0,209)
#9E00BA
(158,0,186)
#8B00A3
(139,0,163)
#78008C
(120,0,140)
#650075
(101,0,117)
#52005E
(82,0,94)
#3F0047
(63,0,71)
#2C0030
(44,0,48)
#190019
(25,0,25)
#000000
(0,0,0)

Tints of #D700FF

#D700FF
(215,0,255)
#DA17FF
(218,23,255)
#DD2EFF
(221,46,255)
#E045FF
(224,69,255)
#E35CFF
(227,92,255)
#E673FF
(230,115,255)
#E98AFF
(233,138,255)
#ECA1FF
(236,161,255)
#EFB8FF
(239,184,255)
#F2CFFF
(242,207,255)
#F5E6FF
(245,230,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D700FF color. Also use rgb(215,0,255) instead hex code.

Text Font Color

.myTextColor { color: #D700FF; }

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

This text font color is #D700FF.


Background Color

.myBgColor { background-color: #D700FF; }

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

This div background color is #D700FF.


Border color

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

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

This div border color is #D700FF.


Opacity

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

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

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

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

This text has shadow with #D700FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D700FF on black background.


Color preview on white background

This text has color #D700FF on white background.



Black color preview on #D700FF background

This text has black color on #D700FF background.


White color preview on #D700FF background

This text has white color on #D700FF background.