COLOR #DF6AF3

HEX: #DF6AF3
RGB: (223,106,243)

Color info

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

RGB color model

#DF6AF3 color RGB value is (223,106,243).

  • red value is 223;
  • green value is 106;
  • blue value is 243.
RGB:
(223,106,243)
(87%,42%,95%)

RGB channels and saturation

R 223 of 255 = 87%
G 106 of 255 = 42%
B 243 of 255 = 95%

223
106
243

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

Portions of RGB colors in percentages

R + G + B =
223 + 106 + 243 = 572 (100%)
R 223 of 572 ~ 38.99%
G 106 of 572 ~ 18.53%
B 243 of 572 ~ 42.48%

%38.99
%18.53
%42.48

CMYK color model

#DF6AF3 color CMYK value is (8,56,0,5).

  • cyan value is 8.23%
  • magenta value is 56.38%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(8,56,0,5)
C8M56Y0K5 
(8%,56%,0%,5%)
(0.08/0.56/0.00/0.05)	

CMYK percentages

%8.23
%56.38
%0
%4.71

Codes

Color #DF6AF3 in popluar color models

DF6AF3
RGB223106243
HSL291°85.09%68.43%
HSB/HSV291°56.38%95.29%
CMYK8.23%56.38%0.00%
4.71%

Color #DF6AF3 in popluar number systems.

HEXDF6AF3
Decimal223106243
Binary11011111110101011110011
Octal337152363

Shades and tints

Shades of #DF6AF3

#DF6AF3
(223,106,243)
#CB61DD
(203,97,221)
#B758C7
(183,88,199)
#A34FB1
(163,79,177)
#8F469B
(143,70,155)
#7B3D85
(123,61,133)
#67346F
(103,52,111)
#532B59
(83,43,89)
#3F2243
(63,34,67)
#2B192D
(43,25,45)
#171017
(23,16,23)
#000000
(0,0,0)

Tints of #DF6AF3

#DF6AF3
(223,106,243)
#E177F4
(225,119,244)
#E384F5
(227,132,245)
#E591F6
(229,145,246)
#E79EF7
(231,158,247)
#E9ABF8
(233,171,248)
#EBB8F9
(235,184,249)
#EDC5FA
(237,197,250)
#EFD2FB
(239,210,251)
#F1DFFC
(241,223,252)
#F3ECFD
(243,236,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF6AF3 color. Also use rgb(223,106,243) instead hex code.

Text Font Color

.myTextColor { color: #DF6AF3; }

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

This text font color is #DF6AF3.


Background Color

.myBgColor { background-color: #DF6AF3; }

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

This div background color is #DF6AF3.


Border color

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

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

This div border color is #DF6AF3.


Opacity

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

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

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

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

This text has shadow with #DF6AF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF6AF3 on black background.


Color preview on white background

This text has color #DF6AF3 on white background.



Black color preview on #DF6AF3 background

This text has black color on #DF6AF3 background.


White color preview on #DF6AF3 background

This text has white color on #DF6AF3 background.