COLOR #DF117F

HEX: #DF117F
RGB: (223,17,127)

Color info

#DF117F contains mainly red color. Web safe color of #DF117F is #CC0066 (or #C06).

RGB color model

#DF117F color RGB value is (223,17,127).

  • red value is 223;
  • green value is 17;
  • blue value is 127.
RGB:
(223,17,127)
(87%,7%,50%)

RGB channels and saturation

R 223 of 255 = 87%
G 17 of 255 = 7%
B 127 of 255 = 50%

223
17
127

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

Portions of RGB colors in percentages

R + G + B =
223 + 17 + 127 = 367 (100%)
R 223 of 367 ~ 60.76%
G 17 of 367 ~ 4.63%
B 127 of 367 ~ 34.6%

%60.76
%34.6

CMYK color model

#DF117F color CMYK value is (0,92,43,13).

  • cyan value is 0.00%
  • magenta value is 92.38%
  • yellow value is 43.05%
  • key color value is 12.55%
CMYK:
(0,92,43,13)
C0M92Y43K13 
(0%,92%,43%,13%)
(0.00/0.92/0.43/0.13)	

CMYK percentages

%0
%92.38
%43.05
%12.55

Codes

Color #DF117F in popluar color models

DF117F
RGB22317127
HSL328°85.83%47.06%
HSB/HSV328°92.38%87.45%
CMYK0.00%92.38%43.05%
12.55%

Color #DF117F in popluar number systems.

HEXDF117F
Decimal22317127
Binary11011111100011111111
Octal33721177

Shades and tints

Shades of #DF117F

#DF117F
(223,17,127)
#CB1074
(203,16,116)
#B70F69
(183,15,105)
#A30E5E
(163,14,94)
#8F0D53
(143,13,83)
#7B0C48
(123,12,72)
#670B3D
(103,11,61)
#530A32
(83,10,50)
#3F0927
(63,9,39)
#2B081C
(43,8,28)
#170711
(23,7,17)
#000000
(0,0,0)

Tints of #DF117F

#DF117F
(223,17,127)
#E1268A
(225,38,138)
#E33B95
(227,59,149)
#E550A0
(229,80,160)
#E765AB
(231,101,171)
#E97AB6
(233,122,182)
#EB8FC1
(235,143,193)
#EDA4CC
(237,164,204)
#EFB9D7
(239,185,215)
#F1CEE2
(241,206,226)
#F3E3ED
(243,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF117F color. Also use rgb(223,17,127) instead hex code.

Text Font Color

.myTextColor { color: #DF117F; }

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

This text font color is #DF117F.


Background Color

.myBgColor { background-color: #DF117F; }

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

This div background color is #DF117F.


Border color

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

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

This div border color is #DF117F.


Opacity

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

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

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

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

This text has shadow with #DF117F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF117F on black background.


Color preview on white background

This text has color #DF117F on white background.



Black color preview on #DF117F background

This text has black color on #DF117F background.


White color preview on #DF117F background

This text has white color on #DF117F background.