COLOR #DB5EE5

HEX: #DB5EE5
RGB: (219,94,229)

Color info

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

RGB color model

#DB5EE5 color RGB value is (219,94,229).

  • red value is 219;
  • green value is 94;
  • blue value is 229.
RGB:
(219,94,229)
(86%,37%,90%)

RGB channels and saturation

R 219 of 255 = 86%
G 94 of 255 = 37%
B 229 of 255 = 90%

219
94
229

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

Portions of RGB colors in percentages

R + G + B =
219 + 94 + 229 = 542 (100%)
R 219 of 542 ~ 40.41%
G 94 of 542 ~ 17.34%
B 229 of 542 ~ 42.25%

%40.41
%17.34
%42.25

CMYK color model

#DB5EE5 color CMYK value is (4,59,0,10).

  • cyan value is 4.37%
  • magenta value is 58.95%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(4,59,0,10)
C4M59Y0K10 
(4%,59%,0%,10%)
(0.04/0.59/0.00/0.10)	

CMYK percentages

%4.37
%58.95
%0
%10.2

Codes

Color #DB5EE5 in popluar color models

DB5EE5
RGB21994229
HSL296°72.19%63.33%
HSB/HSV296°58.95%89.80%
CMYK4.37%58.95%0.00%
10.20%

Color #DB5EE5 in popluar number systems.

HEXDB5EE5
Decimal21994229
Binary11011011101111011100101
Octal333136345

Shades and tints

Shades of #DB5EE5

#DB5EE5
(219,94,229)
#C856D1
(200,86,209)
#B54EBD
(181,78,189)
#A246A9
(162,70,169)
#8F3E95
(143,62,149)
#7C3681
(124,54,129)
#692E6D
(105,46,109)
#562659
(86,38,89)
#431E45
(67,30,69)
#301631
(48,22,49)
#1D0E1D
(29,14,29)
#000000
(0,0,0)

Tints of #DB5EE5

#DB5EE5
(219,94,229)
#DE6CE7
(222,108,231)
#E17AE9
(225,122,233)
#E488EB
(228,136,235)
#E796ED
(231,150,237)
#EAA4EF
(234,164,239)
#EDB2F1
(237,178,241)
#F0C0F3
(240,192,243)
#F3CEF5
(243,206,245)
#F6DCF7
(246,220,247)
#F9EAF9
(249,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB5EE5 color. Also use rgb(219,94,229) instead hex code.

Text Font Color

.myTextColor { color: #DB5EE5; }

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

This text font color is #DB5EE5.


Background Color

.myBgColor { background-color: #DB5EE5; }

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

This div background color is #DB5EE5.


Border color

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

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

This div border color is #DB5EE5.


Opacity

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

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

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

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

This text has shadow with #DB5EE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB5EE5 on black background.


Color preview on white background

This text has color #DB5EE5 on white background.



Black color preview on #DB5EE5 background

This text has black color on #DB5EE5 background.


White color preview on #DB5EE5 background

This text has white color on #DB5EE5 background.