COLOR #DF70F2

HEX: #DF70F2 RGB: (223,112,242)

Color info

#DF70F2 contains mainly red and blue colors. Web safe color of #DF70F2 is #CC66FF (or #C6F).

RGB color model

#DF70F2 color RGB value is (223,112,242).

RGB: (223,112,242) (87%, 44%, 95%)

RGB channels and saturation

R 223 of 255 = 87%
G 112 of 255 = 44%
B 242 of 255 = 95%

223
112
242

R + G + B ~ 75%. #DF70F2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 112 + 242 = 577 (100%)
R 223 of 577 ~ 38.65%
G 112 of 577 ~ 19.41%
B 242 of 577 ~ 41.94'%

%38.65
%19.41
%41.94

CMYK color model

#DF70F2 color CMYK value is (8,54,0,5).

  • cyan value is 7.85%
  • magenta value is 53.72%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (8,54,0,5)
C8M54Y0K5 (8%, 54%, 0%, 5%)
(0.08 / 0.54 / 0.00 / 0.05)

CMYK percentages

%7.85
%53.72
%0
%5.1

Codes

Color #DF70F2 in popluar color models

DF 70 F2
RGB 223 112 242
HSL 291° 83.33% 69.41%
HSB/HSV 291° 53.72% 94.90%
CMYK 7.85% 53.72% 0.00%
5.10%

Color #DF70F2 in popluar number systems.

HEX DF 70 F2
Decimal 223 112 242
Binary 11011111 1110000 11110010
Octal 337 160 362

Shades and tints

Shades of #DF70F2

#DF70F2
(223,112,242)
#CB66DC
(203,102,220)
#B75CC6
(183,92,198)
#A352B0
(163,82,176)
#8F489A
(143,72,154)
#7B3E84
(123,62,132)
#67346E
(103,52,110)
#532A58
(83,42,88)
#3F2042
(63,32,66)
#2B162C
(43,22,44)
#170C16
(23,12,22)
#000000
(0,0,0)

Tints of #DF70F2

#DF70F2
(223,112,242)
#E17DF3
(225,125,243)
#E38AF4
(227,138,244)
#E597F5
(229,151,245)
#E7A4F6
(231,164,246)
#E9B1F7
(233,177,247)
#EBBEF8
(235,190,248)
#EDCBF9
(237,203,249)
#EFD8FA
(239,216,250)
#F1E5FB
(241,229,251)
#F3F2FC
(243,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF70F2 color. Also use rgb(223,112,242) instead hex code.

Text Font Color

.myTextColor { color: #DF70F2; }

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

This text font color is #DF70F2.

Background Color

.myBgColor { background-color: #DF70F2; }

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

This div background color is #DF70F2.

Border color

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

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

This div border color is #DF70F2.

Opacity

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

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

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

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

This text has shadow with #DF70F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DF70F2.

Preview

Color preview on black background

This text has color #DF70F2 on black background.


Color preview on white background

This text has color #DF70F2 on white background.


Black color preview on #DF70F2 background

This text has black color on #DF70F2 background.


White color preview on #DF70F2 background

This text has white color on #DF70F2 background.


Related colors

Complementary color

Complementary color for #hex is #208F0D.


I love getcolorcode.com

Triadic colors

1 #F2DF70 and #70F2DF with #DF70F2 are triadic colors.

2 #F270DF and #70DFF2 with #DF70F2 are triadic colors.