COLOR #DB7DE5

HEX: #DB7DE5
RGB: (219,125,229)

Color info

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

RGB color model

#DB7DE5 color RGB value is (219,125,229).

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

RGB channels and saturation

R 219 of 255 = 86%
G 125 of 255 = 49%
B 229 of 255 = 90%

219
125
229

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

Portions of RGB colors in percentages

R + G + B =
219 + 125 + 229 = 573 (100%)
R 219 of 573 ~ 38.22%
G 125 of 573 ~ 21.82%
B 229 of 573 ~ 39.97%

%38.22
%21.82
%39.97

CMYK color model

#DB7DE5 color CMYK value is (4,45,0,10).

  • cyan value is 4.37%
  • magenta value is 45.41%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(4,45,0,10)
C4M45Y0K10 
(4%,45%,0%,10%)
(0.04/0.45/0.00/0.10)	

CMYK percentages

%4.37
%45.41
%0
%10.2

Codes

Color #DB7DE5 in popluar color models

DB7DE5
RGB219125229
HSL294°66.67%69.41%
HSB/HSV294°45.41%89.80%
CMYK4.37%45.41%0.00%
10.20%

Color #DB7DE5 in popluar number systems.

HEXDB7DE5
Decimal219125229
Binary11011011111110111100101
Octal333175345

Shades and tints

Shades of #DB7DE5

#DB7DE5
(219,125,229)
#C872D1
(200,114,209)
#B567BD
(181,103,189)
#A25CA9
(162,92,169)
#8F5195
(143,81,149)
#7C4681
(124,70,129)
#693B6D
(105,59,109)
#563059
(86,48,89)
#432545
(67,37,69)
#301A31
(48,26,49)
#1D0F1D
(29,15,29)
#000000
(0,0,0)

Tints of #DB7DE5

#DB7DE5
(219,125,229)
#DE88E7
(222,136,231)
#E193E9
(225,147,233)
#E49EEB
(228,158,235)
#E7A9ED
(231,169,237)
#EAB4EF
(234,180,239)
#EDBFF1
(237,191,241)
#F0CAF3
(240,202,243)
#F3D5F5
(243,213,245)
#F6E0F7
(246,224,247)
#F9EBF9
(249,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB7DE5; }

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

This text font color is #DB7DE5.


Background Color

.myBgColor { background-color: #DB7DE5; }

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

This div background color is #DB7DE5.


Border color

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

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

This div border color is #DB7DE5.


Opacity

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

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

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

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

This text has shadow with #DB7DE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB7DE5 on black background.


Color preview on white background

This text has color #DB7DE5 on white background.



Black color preview on #DB7DE5 background

This text has black color on #DB7DE5 background.


White color preview on #DB7DE5 background

This text has white color on #DB7DE5 background.