COLOR #D017FF

HEX: #D017FF
RGB: (208,23,255)

Color info

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

RGB color model

#D017FF color RGB value is (208,23,255).

  • red value is 208;
  • green value is 23;
  • blue value is 255.
RGB:
(208,23,255)
(82%,9%,100%)

RGB channels and saturation

R 208 of 255 = 82%
G 23 of 255 = 9%
B 255 of 255 = 100%

208
23
255

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

Portions of RGB colors in percentages

R + G + B =
208 + 23 + 255 = 486 (100%)
R 208 of 486 ~ 42.8%
G 23 of 486 ~ 4.73%
B 255 of 486 ~ 52.47%

%42.8
%52.47

CMYK color model

#D017FF color CMYK value is (18,91,0,0).

  • cyan value is 18.43%
  • magenta value is 90.98%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(18,91,0,0)
C18M91Y0K0 
(18%,91%,0%,0%)
(0.18/0.91/0.00/0.00)	

CMYK percentages

%18.43
%90.98
%0
%0

Codes

Color #D017FF in popluar color models

D017FF
RGB20823255
HSL288°100.00%54.51%
HSB/HSV288°90.98%100.00%
CMYK18.43%90.98%0.00%
0.00%

Color #D017FF in popluar number systems.

HEXD017FF
Decimal20823255
Binary110100001011111111111
Octal32027377

Shades and tints

Shades of #D017FF

#D017FF
(208,23,255)
#BE15E8
(190,21,232)
#AC13D1
(172,19,209)
#9A11BA
(154,17,186)
#880FA3
(136,15,163)
#760D8C
(118,13,140)
#640B75
(100,11,117)
#52095E
(82,9,94)
#400747
(64,7,71)
#2E0530
(46,5,48)
#1C0319
(28,3,25)
#000000
(0,0,0)

Tints of #D017FF

#D017FF
(208,23,255)
#D42CFF
(212,44,255)
#D841FF
(216,65,255)
#DC56FF
(220,86,255)
#E06BFF
(224,107,255)
#E480FF
(228,128,255)
#E895FF
(232,149,255)
#ECAAFF
(236,170,255)
#F0BFFF
(240,191,255)
#F4D4FF
(244,212,255)
#F8E9FF
(248,233,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D017FF color. Also use rgb(208,23,255) instead hex code.

Text Font Color

.myTextColor { color: #D017FF; }

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

This text font color is #D017FF.


Background Color

.myBgColor { background-color: #D017FF; }

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

This div background color is #D017FF.


Border color

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

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

This div border color is #D017FF.


Opacity

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

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

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

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

This text has shadow with #D017FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D017FF on black background.


Color preview on white background

This text has color #D017FF on white background.



Black color preview on #D017FF background

This text has black color on #D017FF background.


White color preview on #D017FF background

This text has white color on #D017FF background.