COLOR #DA08E4

HEX: #DA08E4
RGB: (218,8,228)

Color info

#DA08E4 contains mainly red and blue colors. Web safe color of #DA08E4 is #CC00CC (or #C0C).

RGB color model

#DA08E4 color RGB value is (218,8,228).

  • red value is 218;
  • green value is 8;
  • blue value is 228.
RGB:
(218,8,228)
(85%,3%,89%)

RGB channels and saturation

R 218 of 255 = 85%
G 8 of 255 = 3%
B 228 of 255 = 89%

218
8
228

R + G + B ~ 59%. #DA08E4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
218 + 8 + 228 = 454 (100%)
R 218 of 454 ~ 48.02%
G 8 of 454 ~ 1.76%
B 228 of 454 ~ 50.22%

%48.02
%50.22

CMYK color model

#DA08E4 color CMYK value is (4,96,0,11).

  • cyan value is 4.39%
  • magenta value is 96.49%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(4,96,0,11)
C4M96Y0K11 
(4%,96%,0%,11%)
(0.04/0.96/0.00/0.11)	

CMYK percentages

%4.39
%96.49
%0
%10.59

Codes

Color #DA08E4 in popluar color models

DA08E4
RGB2188228
HSL297°93.22%46.27%
HSB/HSV297°96.49%89.41%
CMYK4.39%96.49%0.00%
10.59%

Color #DA08E4 in popluar number systems.

HEXDA08E4
Decimal2188228
Binary11011010100011100100
Octal33210344

Shades and tints

Shades of #DA08E4

#DA08E4
(218,8,228)
#C708D0
(199,8,208)
#B408BC
(180,8,188)
#A108A8
(161,8,168)
#8E0894
(142,8,148)
#7B0880
(123,8,128)
#68086C
(104,8,108)
#550858
(85,8,88)
#420844
(66,8,68)
#2F0830
(47,8,48)
#1C081C
(28,8,28)
#000000
(0,0,0)

Tints of #DA08E4

#DA08E4
(218,8,228)
#DD1EE6
(221,30,230)
#E034E8
(224,52,232)
#E34AEA
(227,74,234)
#E660EC
(230,96,236)
#E976EE
(233,118,238)
#EC8CF0
(236,140,240)
#EFA2F2
(239,162,242)
#F2B8F4
(242,184,244)
#F5CEF6
(245,206,246)
#F8E4F8
(248,228,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA08E4 color. Also use rgb(218,8,228) instead hex code.

Text Font Color

.myTextColor { color: #DA08E4; }

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

This text font color is #DA08E4.


Background Color

.myBgColor { background-color: #DA08E4; }

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

This div background color is #DA08E4.


Border color

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

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

This div border color is #DA08E4.


Opacity

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

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

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

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

This text has shadow with #DA08E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA08E4 on black background.


Color preview on white background

This text has color #DA08E4 on white background.



Black color preview on #DA08E4 background

This text has black color on #DA08E4 background.


White color preview on #DA08E4 background

This text has white color on #DA08E4 background.