COLOR #DF6FE5

HEX: #DF6FE5
RGB: (223,111,229)

Color info

#DF6FE5 contains mainly red and blue colors. Web safe color of #DF6FE5 is #CC66CC (or #C6C).

RGB color model

#DF6FE5 color RGB value is (223,111,229).

  • red value is 223;
  • green value is 111;
  • blue value is 229.
RGB:
(223,111,229)
(87%,44%,90%)

RGB channels and saturation

R 223 of 255 = 87%
G 111 of 255 = 44%
B 229 of 255 = 90%

223
111
229

R + G + B ~ 74%. #DF6FE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 111 + 229 = 563 (100%)
R 223 of 563 ~ 39.61%
G 111 of 563 ~ 19.72%
B 229 of 563 ~ 40.67%

%39.61
%19.72
%40.67

CMYK color model

#DF6FE5 color CMYK value is (3,52,0,10).

  • cyan value is 2.62%
  • magenta value is 51.53%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(3,52,0,10)
C3M52Y0K10 
(3%,52%,0%,10%)
(0.03/0.52/0.00/0.10)	

CMYK percentages

%2.62
%51.53
%0
%10.2

Codes

Color #DF6FE5 in popluar color models

DF6FE5
RGB223111229
HSL297°69.41%66.67%
HSB/HSV297°51.53%89.80%
CMYK2.62%51.53%0.00%
10.20%

Color #DF6FE5 in popluar number systems.

HEXDF6FE5
Decimal223111229
Binary11011111110111111100101
Octal337157345

Shades and tints

Shades of #DF6FE5

#DF6FE5
(223,111,229)
#CB65D1
(203,101,209)
#B75BBD
(183,91,189)
#A351A9
(163,81,169)
#8F4795
(143,71,149)
#7B3D81
(123,61,129)
#67336D
(103,51,109)
#532959
(83,41,89)
#3F1F45
(63,31,69)
#2B1531
(43,21,49)
#170B1D
(23,11,29)
#000000
(0,0,0)

Tints of #DF6FE5

#DF6FE5
(223,111,229)
#E17CE7
(225,124,231)
#E389E9
(227,137,233)
#E596EB
(229,150,235)
#E7A3ED
(231,163,237)
#E9B0EF
(233,176,239)
#EBBDF1
(235,189,241)
#EDCAF3
(237,202,243)
#EFD7F5
(239,215,245)
#F1E4F7
(241,228,247)
#F3F1F9
(243,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF6FE5 color. Also use rgb(223,111,229) instead hex code.

Text Font Color

.myTextColor { color: #DF6FE5; }

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

This text font color is #DF6FE5.


Background Color

.myBgColor { background-color: #DF6FE5; }

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

This div background color is #DF6FE5.


Border color

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

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

This div border color is #DF6FE5.


Opacity

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

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

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

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

This text has shadow with #DF6FE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF6FE5 on black background.


Color preview on white background

This text has color #DF6FE5 on white background.



Black color preview on #DF6FE5 background

This text has black color on #DF6FE5 background.


White color preview on #DF6FE5 background

This text has white color on #DF6FE5 background.