COLOR #DA62E5

HEX: #DA62E5
RGB: (218,98,229)

Color info

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

RGB color model

#DA62E5 color RGB value is (218,98,229).

  • red value is 218;
  • green value is 98;
  • blue value is 229.
RGB:
(218,98,229)
(85%,38%,90%)

RGB channels and saturation

R 218 of 255 = 85%
G 98 of 255 = 38%
B 229 of 255 = 90%

218
98
229

R + G + B ~ 71%. #DA62E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 98 + 229 = 545 (100%)
R 218 of 545 ~ 40%
G 98 of 545 ~ 17.98%
B 229 of 545 ~ 42.02%

%40
%17.98
%42.02

CMYK color model

#DA62E5 color CMYK value is (5,57,0,10).

  • cyan value is 4.80%
  • magenta value is 57.21%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(5,57,0,10)
C5M57Y0K10 
(5%,57%,0%,10%)
(0.05/0.57/0.00/0.10)	

CMYK percentages

%4.8
%57.21
%0
%10.2

Codes

Color #DA62E5 in popluar color models

DA62E5
RGB21898229
HSL295°71.58%64.12%
HSB/HSV295°57.21%89.80%
CMYK4.80%57.21%0.00%
10.20%

Color #DA62E5 in popluar number systems.

HEXDA62E5
Decimal21898229
Binary11011010110001011100101
Octal332142345

Shades and tints

Shades of #DA62E5

#DA62E5
(218,98,229)
#C75AD1
(199,90,209)
#B452BD
(180,82,189)
#A14AA9
(161,74,169)
#8E4295
(142,66,149)
#7B3A81
(123,58,129)
#68326D
(104,50,109)
#552A59
(85,42,89)
#422245
(66,34,69)
#2F1A31
(47,26,49)
#1C121D
(28,18,29)
#000000
(0,0,0)

Tints of #DA62E5

#DA62E5
(218,98,229)
#DD70E7
(221,112,231)
#E07EE9
(224,126,233)
#E38CEB
(227,140,235)
#E69AED
(230,154,237)
#E9A8EF
(233,168,239)
#ECB6F1
(236,182,241)
#EFC4F3
(239,196,243)
#F2D2F5
(242,210,245)
#F5E0F7
(245,224,247)
#F8EEF9
(248,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA62E5 color. Also use rgb(218,98,229) instead hex code.

Text Font Color

.myTextColor { color: #DA62E5; }

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

This text font color is #DA62E5.


Background Color

.myBgColor { background-color: #DA62E5; }

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

This div background color is #DA62E5.


Border color

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

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

This div border color is #DA62E5.


Opacity

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

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

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

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

This text has shadow with #DA62E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA62E5 on black background.


Color preview on white background

This text has color #DA62E5 on white background.



Black color preview on #DA62E5 background

This text has black color on #DA62E5 background.


White color preview on #DA62E5 background

This text has white color on #DA62E5 background.