COLOR #D517D5

HEX: #D517D5
RGB: (213,23,213)

Color info

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

RGB color model

#D517D5 color RGB value is (213,23,213).

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

RGB channels and saturation

R 213 of 255 = 84%
G 23 of 255 = 9%
B 213 of 255 = 84%

213
23
213

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

Portions of RGB colors in percentages

R + G + B =
213 + 23 + 213 = 449 (100%)
R 213 of 449 ~ 47.44%
G 23 of 449 ~ 5.12%
B 213 of 449 ~ 47.44%

%47.44
%47.44

CMYK color model

#D517D5 color CMYK value is (0,89,0,16).

  • cyan value is 0.00%
  • magenta value is 89.20%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(0,89,0,16)
C0M89Y0K16 
(0%,89%,0%,16%)
(0.00/0.89/0.00/0.16)	

CMYK percentages

%0
%89.2
%0
%16.47

Codes

Color #D517D5 in popluar color models

D517D5
RGB21323213
HSL300°80.51%46.27%
HSB/HSV300°89.20%83.53%
CMYK0.00%89.20%0.00%
16.47%

Color #D517D5 in popluar number systems.

HEXD517D5
Decimal21323213
Binary110101011011111010101
Octal32527325

Shades and tints

Shades of #D517D5

#D517D5
(213,23,213)
#C215C2
(194,21,194)
#AF13AF
(175,19,175)
#9C119C
(156,17,156)
#890F89
(137,15,137)
#760D76
(118,13,118)
#630B63
(99,11,99)
#500950
(80,9,80)
#3D073D
(61,7,61)
#2A052A
(42,5,42)
#170317
(23,3,23)
#000000
(0,0,0)

Tints of #D517D5

#D517D5
(213,23,213)
#D82CD8
(216,44,216)
#DB41DB
(219,65,219)
#DE56DE
(222,86,222)
#E16BE1
(225,107,225)
#E480E4
(228,128,228)
#E795E7
(231,149,231)
#EAAAEA
(234,170,234)
#EDBFED
(237,191,237)
#F0D4F0
(240,212,240)
#F3E9F3
(243,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D517D5; }

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

This text font color is #D517D5.


Background Color

.myBgColor { background-color: #D517D5; }

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

This div background color is #D517D5.


Border color

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

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

This div border color is #D517D5.


Opacity

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

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

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

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

This text has shadow with #D517D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D517D5 on black background.


Color preview on white background

This text has color #D517D5 on white background.



Black color preview on #D517D5 background

This text has black color on #D517D5 background.


White color preview on #D517D5 background

This text has white color on #D517D5 background.