COLOR #DA6FE6

HEX: #DA6FE6
RGB: (218,111,230)

Color info

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

RGB color model

#DA6FE6 color RGB value is (218,111,230).

  • red value is 218;
  • green value is 111;
  • blue value is 230.
RGB:
(218,111,230)
(85%,44%,90%)

RGB channels and saturation

R 218 of 255 = 85%
G 111 of 255 = 44%
B 230 of 255 = 90%

218
111
230

R + G + B ~ 73%. #DA6FE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 111 + 230 = 559 (100%)
R 218 of 559 ~ 39%
G 111 of 559 ~ 19.86%
B 230 of 559 ~ 41.14%

%39
%19.86
%41.14

CMYK color model

#DA6FE6 color CMYK value is (5,52,0,10).

  • cyan value is 5.22%
  • magenta value is 51.74%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(5,52,0,10)
C5M52Y0K10 
(5%,52%,0%,10%)
(0.05/0.52/0.00/0.10)	

CMYK percentages

%5.22
%51.74
%0
%9.8

Codes

Color #DA6FE6 in popluar color models

DA6FE6
RGB218111230
HSL294°70.41%66.86%
HSB/HSV294°51.74%90.20%
CMYK5.22%51.74%0.00%
9.80%

Color #DA6FE6 in popluar number systems.

HEXDA6FE6
Decimal218111230
Binary11011010110111111100110
Octal332157346

Shades and tints

Shades of #DA6FE6

#DA6FE6
(218,111,230)
#C765D2
(199,101,210)
#B45BBE
(180,91,190)
#A151AA
(161,81,170)
#8E4796
(142,71,150)
#7B3D82
(123,61,130)
#68336E
(104,51,110)
#55295A
(85,41,90)
#421F46
(66,31,70)
#2F1532
(47,21,50)
#1C0B1E
(28,11,30)
#000000
(0,0,0)

Tints of #DA6FE6

#DA6FE6
(218,111,230)
#DD7CE8
(221,124,232)
#E089EA
(224,137,234)
#E396EC
(227,150,236)
#E6A3EE
(230,163,238)
#E9B0F0
(233,176,240)
#ECBDF2
(236,189,242)
#EFCAF4
(239,202,244)
#F2D7F6
(242,215,246)
#F5E4F8
(245,228,248)
#F8F1FA
(248,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA6FE6 color. Also use rgb(218,111,230) instead hex code.

Text Font Color

.myTextColor { color: #DA6FE6; }

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

This text font color is #DA6FE6.


Background Color

.myBgColor { background-color: #DA6FE6; }

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

This div background color is #DA6FE6.


Border color

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

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

This div border color is #DA6FE6.


Opacity

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

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

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

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

This text has shadow with #DA6FE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA6FE6 on black background.


Color preview on white background

This text has color #DA6FE6 on white background.



Black color preview on #DA6FE6 background

This text has black color on #DA6FE6 background.


White color preview on #DA6FE6 background

This text has white color on #DA6FE6 background.