COLOR #DF17E1

HEX: #DF17E1
RGB: (223,23,225)

Color info

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

RGB color model

#DF17E1 color RGB value is (223,23,225).

  • red value is 223;
  • green value is 23;
  • blue value is 225.
RGB:
(223,23,225)
(87%,9%,88%)

RGB channels and saturation

R 223 of 255 = 87%
G 23 of 255 = 9%
B 225 of 255 = 88%

223
23
225

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

Portions of RGB colors in percentages

R + G + B =
223 + 23 + 225 = 471 (100%)
R 223 of 471 ~ 47.35%
G 23 of 471 ~ 4.88%
B 225 of 471 ~ 47.77%

%47.35
%47.77

CMYK color model

#DF17E1 color CMYK value is (1,90,0,12).

  • cyan value is 0.89%
  • magenta value is 89.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(1,90,0,12)
C1M90Y0K12 
(1%,90%,0%,12%)
(0.01/0.90/0.00/0.12)	

CMYK percentages

%0.89
%89.78
%0
%11.76

Codes

Color #DF17E1 in popluar color models

DF17E1
RGB22323225
HSL299°81.45%48.63%
HSB/HSV299°89.78%88.24%
CMYK0.89%89.78%0.00%
11.76%

Color #DF17E1 in popluar number systems.

HEXDF17E1
Decimal22323225
Binary110111111011111100001
Octal33727341

Shades and tints

Shades of #DF17E1

#DF17E1
(223,23,225)
#CB15CD
(203,21,205)
#B713B9
(183,19,185)
#A311A5
(163,17,165)
#8F0F91
(143,15,145)
#7B0D7D
(123,13,125)
#670B69
(103,11,105)
#530955
(83,9,85)
#3F0741
(63,7,65)
#2B052D
(43,5,45)
#170319
(23,3,25)
#000000
(0,0,0)

Tints of #DF17E1

#DF17E1
(223,23,225)
#E12CE3
(225,44,227)
#E341E5
(227,65,229)
#E556E7
(229,86,231)
#E76BE9
(231,107,233)
#E980EB
(233,128,235)
#EB95ED
(235,149,237)
#EDAAEF
(237,170,239)
#EFBFF1
(239,191,241)
#F1D4F3
(241,212,243)
#F3E9F5
(243,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF17E1; }

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

This text font color is #DF17E1.


Background Color

.myBgColor { background-color: #DF17E1; }

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

This div background color is #DF17E1.


Border color

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

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

This div border color is #DF17E1.


Opacity

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

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

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

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

This text has shadow with #DF17E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF17E1 on black background.


Color preview on white background

This text has color #DF17E1 on white background.



Black color preview on #DF17E1 background

This text has black color on #DF17E1 background.


White color preview on #DF17E1 background

This text has white color on #DF17E1 background.