COLOR #D017D0

HEX: #D017D0
RGB: (208,23,208)

Color info

#D017D0 contains mainly red and blue colors. Web safe color of #D017D0 is #CC00CC (or #C0C).

RGB color model

#D017D0 color RGB value is (208,23,208).

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

RGB channels and saturation

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

208
23
208

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

Portions of RGB colors in percentages

R + G + B =
208 + 23 + 208 = 439 (100%)
R 208 of 439 ~ 47.38%
G 23 of 439 ~ 5.24%
B 208 of 439 ~ 47.38%

%47.38
%47.38

CMYK color model

#D017D0 color CMYK value is (0,89,0,18).

  • cyan value is 0.00%
  • magenta value is 88.94%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(0,89,0,18)
C0M89Y0K18 
(0%,89%,0%,18%)
(0.00/0.89/0.00/0.18)	

CMYK percentages

%0
%88.94
%0
%18.43

Codes

Color #D017D0 in popluar color models

D017D0
RGB20823208
HSL300°80.09%45.29%
HSB/HSV300°88.94%81.57%
CMYK0.00%88.94%0.00%
18.43%

Color #D017D0 in popluar number systems.

HEXD017D0
Decimal20823208
Binary110100001011111010000
Octal32027320

Shades and tints

Shades of #D017D0

#D017D0
(208,23,208)
#BE15BE
(190,21,190)
#AC13AC
(172,19,172)
#9A119A
(154,17,154)
#880F88
(136,15,136)
#760D76
(118,13,118)
#640B64
(100,11,100)
#520952
(82,9,82)
#400740
(64,7,64)
#2E052E
(46,5,46)
#1C031C
(28,3,28)
#000000
(0,0,0)

Tints of #D017D0

#D017D0
(208,23,208)
#D42CD4
(212,44,212)
#D841D8
(216,65,216)
#DC56DC
(220,86,220)
#E06BE0
(224,107,224)
#E480E4
(228,128,228)
#E895E8
(232,149,232)
#ECAAEC
(236,170,236)
#F0BFF0
(240,191,240)
#F4D4F4
(244,212,244)
#F8E9F8
(248,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D017D0; }

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

This text font color is #D017D0.


Background Color

.myBgColor { background-color: #D017D0; }

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

This div background color is #D017D0.


Border color

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

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

This div border color is #D017D0.


Opacity

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

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

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

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

This text has shadow with #D017D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D017D0 on black background.


Color preview on white background

This text has color #D017D0 on white background.



Black color preview on #D017D0 background

This text has black color on #D017D0 background.


White color preview on #D017D0 background

This text has white color on #D017D0 background.