COLOR #DA80E5

HEX: #DA80E5
RGB: (218,128,229)

Color info

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

RGB color model

#DA80E5 color RGB value is (218,128,229).

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

RGB channels and saturation

R 218 of 255 = 85%
G 128 of 255 = 50%
B 229 of 255 = 90%

218
128
229

R + G + B ~ 75%. #DA80E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 128 + 229 = 575 (100%)
R 218 of 575 ~ 37.91%
G 128 of 575 ~ 22.26%
B 229 of 575 ~ 39.83%

%37.91
%22.26
%39.83

CMYK color model

#DA80E5 color CMYK value is (5,44,0,10).

  • cyan value is 4.80%
  • magenta value is 44.10%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(5,44,0,10)
C5M44Y0K10 
(5%,44%,0%,10%)
(0.05/0.44/0.00/0.10)	

CMYK percentages

%4.8
%44.1
%0
%10.2

Codes

Color #DA80E5 in popluar color models

DA80E5
RGB218128229
HSL293°66.01%70.00%
HSB/HSV293°44.10%89.80%
CMYK4.80%44.10%0.00%
10.20%

Color #DA80E5 in popluar number systems.

HEXDA80E5
Decimal218128229
Binary110110101000000011100101
Octal332200345

Shades and tints

Shades of #DA80E5

#DA80E5
(218,128,229)
#C775D1
(199,117,209)
#B46ABD
(180,106,189)
#A15FA9
(161,95,169)
#8E5495
(142,84,149)
#7B4981
(123,73,129)
#683E6D
(104,62,109)
#553359
(85,51,89)
#422845
(66,40,69)
#2F1D31
(47,29,49)
#1C121D
(28,18,29)
#000000
(0,0,0)

Tints of #DA80E5

#DA80E5
(218,128,229)
#DD8BE7
(221,139,231)
#E096E9
(224,150,233)
#E3A1EB
(227,161,235)
#E6ACED
(230,172,237)
#E9B7EF
(233,183,239)
#ECC2F1
(236,194,241)
#EFCDF3
(239,205,243)
#F2D8F5
(242,216,245)
#F5E3F7
(245,227,247)
#F8EEF9
(248,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA80E5; }

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

This text font color is #DA80E5.


Background Color

.myBgColor { background-color: #DA80E5; }

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

This div background color is #DA80E5.


Border color

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

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

This div border color is #DA80E5.


Opacity

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

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

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

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

This text has shadow with #DA80E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA80E5 on black background.


Color preview on white background

This text has color #DA80E5 on white background.



Black color preview on #DA80E5 background

This text has black color on #DA80E5 background.


White color preview on #DA80E5 background

This text has white color on #DA80E5 background.