COLOR #DA6CF2

HEX: #DA6CF2
RGB: (218,108,242)

Color info

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

RGB color model

#DA6CF2 color RGB value is (218,108,242).

  • red value is 218;
  • green value is 108;
  • blue value is 242.
RGB:
(218,108,242)
(85%,42%,95%)

RGB channels and saturation

R 218 of 255 = 85%
G 108 of 255 = 42%
B 242 of 255 = 95%

218
108
242

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

Portions of RGB colors in percentages

R + G + B =
218 + 108 + 242 = 568 (100%)
R 218 of 568 ~ 38.38%
G 108 of 568 ~ 19.01%
B 242 of 568 ~ 42.61%

%38.38
%19.01
%42.61

CMYK color model

#DA6CF2 color CMYK value is (10,55,0,5).

  • cyan value is 9.92%
  • magenta value is 55.37%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(10,55,0,5)
C10M55Y0K5 
(10%,55%,0%,5%)
(0.10/0.55/0.00/0.05)	

CMYK percentages

%9.92
%55.37
%0
%5.1

Codes

Color #DA6CF2 in popluar color models

DA6CF2
RGB218108242
HSL289°83.75%68.63%
HSB/HSV289°55.37%94.90%
CMYK9.92%55.37%0.00%
5.10%

Color #DA6CF2 in popluar number systems.

HEXDA6CF2
Decimal218108242
Binary11011010110110011110010
Octal332154362

Shades and tints

Shades of #DA6CF2

#DA6CF2
(218,108,242)
#C763DC
(199,99,220)
#B45AC6
(180,90,198)
#A151B0
(161,81,176)
#8E489A
(142,72,154)
#7B3F84
(123,63,132)
#68366E
(104,54,110)
#552D58
(85,45,88)
#422442
(66,36,66)
#2F1B2C
(47,27,44)
#1C1216
(28,18,22)
#000000
(0,0,0)

Tints of #DA6CF2

#DA6CF2
(218,108,242)
#DD79F3
(221,121,243)
#E086F4
(224,134,244)
#E393F5
(227,147,245)
#E6A0F6
(230,160,246)
#E9ADF7
(233,173,247)
#ECBAF8
(236,186,248)
#EFC7F9
(239,199,249)
#F2D4FA
(242,212,250)
#F5E1FB
(245,225,251)
#F8EEFC
(248,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA6CF2 color. Also use rgb(218,108,242) instead hex code.

Text Font Color

.myTextColor { color: #DA6CF2; }

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

This text font color is #DA6CF2.


Background Color

.myBgColor { background-color: #DA6CF2; }

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

This div background color is #DA6CF2.


Border color

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

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

This div border color is #DA6CF2.


Opacity

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

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

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

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

This text has shadow with #DA6CF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA6CF2 on black background.


Color preview on white background

This text has color #DA6CF2 on white background.



Black color preview on #DA6CF2 background

This text has black color on #DA6CF2 background.


White color preview on #DA6CF2 background

This text has white color on #DA6CF2 background.