COLOR #DA3EE9

HEX: #DA3EE9
RGB: (218,62,233)

Color info

#DA3EE9 contains mainly red and blue colors. Web safe color of #DA3EE9 is #CC33FF (or #C3F).

RGB color model

#DA3EE9 color RGB value is (218,62,233).

  • red value is 218;
  • green value is 62;
  • blue value is 233.
RGB:
(218,62,233)
(85%,24%,91%)

RGB channels and saturation

R 218 of 255 = 85%
G 62 of 255 = 24%
B 233 of 255 = 91%

218
62
233

R + G + B ~ 67%. #DA3EE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 62 + 233 = 513 (100%)
R 218 of 513 ~ 42.5%
G 62 of 513 ~ 12.09%
B 233 of 513 ~ 45.42%

%42.5
%12.09
%45.42

CMYK color model

#DA3EE9 color CMYK value is (6,73,0,9).

  • cyan value is 6.44%
  • magenta value is 73.39%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(6,73,0,9)
C6M73Y0K9 
(6%,73%,0%,9%)
(0.06/0.73/0.00/0.09)	

CMYK percentages

%6.44
%73.39
%0
%8.63

Codes

Color #DA3EE9 in popluar color models

DA3EE9
RGB21862233
HSL295°79.53%57.84%
HSB/HSV295°73.39%91.37%
CMYK6.44%73.39%0.00%
8.63%

Color #DA3EE9 in popluar number systems.

HEXDA3EE9
Decimal21862233
Binary1101101011111011101001
Octal33276351

Shades and tints

Shades of #DA3EE9

#DA3EE9
(218,62,233)
#C739D4
(199,57,212)
#B434BF
(180,52,191)
#A12FAA
(161,47,170)
#8E2A95
(142,42,149)
#7B2580
(123,37,128)
#68206B
(104,32,107)
#551B56
(85,27,86)
#421641
(66,22,65)
#2F112C
(47,17,44)
#1C0C17
(28,12,23)
#000000
(0,0,0)

Tints of #DA3EE9

#DA3EE9
(218,62,233)
#DD4FEB
(221,79,235)
#E060ED
(224,96,237)
#E371EF
(227,113,239)
#E682F1
(230,130,241)
#E993F3
(233,147,243)
#ECA4F5
(236,164,245)
#EFB5F7
(239,181,247)
#F2C6F9
(242,198,249)
#F5D7FB
(245,215,251)
#F8E8FD
(248,232,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA3EE9 color. Also use rgb(218,62,233) instead hex code.

Text Font Color

.myTextColor { color: #DA3EE9; }

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

This text font color is #DA3EE9.


Background Color

.myBgColor { background-color: #DA3EE9; }

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

This div background color is #DA3EE9.


Border color

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

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

This div border color is #DA3EE9.


Opacity

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

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

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

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

This text has shadow with #DA3EE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA3EE9 on black background.


Color preview on white background

This text has color #DA3EE9 on white background.



Black color preview on #DA3EE9 background

This text has black color on #DA3EE9 background.


White color preview on #DA3EE9 background

This text has white color on #DA3EE9 background.