COLOR #DA62F8

HEX: #DA62F8
RGB: (218,98,248)

Color info

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

RGB color model

#DA62F8 color RGB value is (218,98,248).

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

RGB channels and saturation

R 218 of 255 = 85%
G 98 of 255 = 38%
B 248 of 255 = 97%

218
98
248

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

Portions of RGB colors in percentages

R + G + B =
218 + 98 + 248 = 564 (100%)
R 218 of 564 ~ 38.65%
G 98 of 564 ~ 17.38%
B 248 of 564 ~ 43.97%

%38.65
%17.38
%43.97

CMYK color model

#DA62F8 color CMYK value is (12,60,0,3).

  • cyan value is 12.10%
  • magenta value is 60.48%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(12,60,0,3)
C12M60Y0K3 
(12%,60%,0%,3%)
(0.12/0.60/0.00/0.03)	

CMYK percentages

%12.1
%60.48
%0
%2.75

Codes

Color #DA62F8 in popluar color models

DA62F8
RGB21898248
HSL288°91.46%67.84%
HSB/HSV288°60.48%97.25%
CMYK12.10%60.48%0.00%
2.75%

Color #DA62F8 in popluar number systems.

HEXDA62F8
Decimal21898248
Binary11011010110001011111000
Octal332142370

Shades and tints

Shades of #DA62F8

#DA62F8
(218,98,248)
#C75AE2
(199,90,226)
#B452CC
(180,82,204)
#A14AB6
(161,74,182)
#8E42A0
(142,66,160)
#7B3A8A
(123,58,138)
#683274
(104,50,116)
#552A5E
(85,42,94)
#422248
(66,34,72)
#2F1A32
(47,26,50)
#1C121C
(28,18,28)
#000000
(0,0,0)

Tints of #DA62F8

#DA62F8
(218,98,248)
#DD70F8
(221,112,248)
#E07EF8
(224,126,248)
#E38CF8
(227,140,248)
#E69AF8
(230,154,248)
#E9A8F8
(233,168,248)
#ECB6F8
(236,182,248)
#EFC4F8
(239,196,248)
#F2D2F8
(242,210,248)
#F5E0F8
(245,224,248)
#F8EEF8
(248,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA62F8; }

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

This text font color is #DA62F8.


Background Color

.myBgColor { background-color: #DA62F8; }

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

This div background color is #DA62F8.


Border color

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

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

This div border color is #DA62F8.


Opacity

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

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

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

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

This text has shadow with #DA62F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA62F8 on black background.


Color preview on white background

This text has color #DA62F8 on white background.



Black color preview on #DA62F8 background

This text has black color on #DA62F8 background.


White color preview on #DA62F8 background

This text has white color on #DA62F8 background.