COLOR #DA5BE1

HEX: #DA5BE1
RGB: (218,91,225)

Color info

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

RGB color model

#DA5BE1 color RGB value is (218,91,225).

  • red value is 218;
  • green value is 91;
  • blue value is 225.
RGB:
(218,91,225)
(85%,36%,88%)

RGB channels and saturation

R 218 of 255 = 85%
G 91 of 255 = 36%
B 225 of 255 = 88%

218
91
225

R + G + B ~ 70%. #DA5BE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 91 + 225 = 534 (100%)
R 218 of 534 ~ 40.82%
G 91 of 534 ~ 17.04%
B 225 of 534 ~ 42.13%

%40.82
%17.04
%42.13

CMYK color model

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

  • cyan value is 3.11%
  • magenta value is 59.56%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(3,60,0,12)
C3M60Y0K12 
(3%,60%,0%,12%)
(0.03/0.60/0.00/0.12)	

CMYK percentages

%3.11
%59.56
%0
%11.76

Codes

Color #DA5BE1 in popluar color models

DA5BE1
RGB21891225
HSL297°69.07%61.96%
HSB/HSV297°59.56%88.24%
CMYK3.11%59.56%0.00%
11.76%

Color #DA5BE1 in popluar number systems.

HEXDA5BE1
Decimal21891225
Binary11011010101101111100001
Octal332133341

Shades and tints

Shades of #DA5BE1

#DA5BE1
(218,91,225)
#C753CD
(199,83,205)
#B44BB9
(180,75,185)
#A143A5
(161,67,165)
#8E3B91
(142,59,145)
#7B337D
(123,51,125)
#682B69
(104,43,105)
#552355
(85,35,85)
#421B41
(66,27,65)
#2F132D
(47,19,45)
#1C0B19
(28,11,25)
#000000
(0,0,0)

Tints of #DA5BE1

#DA5BE1
(218,91,225)
#DD69E3
(221,105,227)
#E077E5
(224,119,229)
#E385E7
(227,133,231)
#E693E9
(230,147,233)
#E9A1EB
(233,161,235)
#ECAFED
(236,175,237)
#EFBDEF
(239,189,239)
#F2CBF1
(242,203,241)
#F5D9F3
(245,217,243)
#F8E7F5
(248,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA5BE1 color. Also use rgb(218,91,225) instead hex code.

Text Font Color

.myTextColor { color: #DA5BE1; }

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

This text font color is #DA5BE1.


Background Color

.myBgColor { background-color: #DA5BE1; }

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

This div background color is #DA5BE1.


Border color

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

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

This div border color is #DA5BE1.


Opacity

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

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

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

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

This text has shadow with #DA5BE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA5BE1 on black background.


Color preview on white background

This text has color #DA5BE1 on white background.



Black color preview on #DA5BE1 background

This text has black color on #DA5BE1 background.


White color preview on #DA5BE1 background

This text has white color on #DA5BE1 background.