COLOR #DB8BE0

HEX: #DB8BE0
RGB: (219,139,224)

Color info

#DB8BE0 contains mainly red and blue colors. Web safe color of #DB8BE0 is #CC99CC (or #C9C).

RGB color model

#DB8BE0 color RGB value is (219,139,224).

  • red value is 219;
  • green value is 139;
  • blue value is 224.
RGB:
(219,139,224)
(86%,55%,88%)

RGB channels and saturation

R 219 of 255 = 86%
G 139 of 255 = 55%
B 224 of 255 = 88%

219
139
224

R + G + B ~ 76%. #DB8BE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 139 + 224 = 582 (100%)
R 219 of 582 ~ 37.63%
G 139 of 582 ~ 23.88%
B 224 of 582 ~ 38.49%

%37.63
%23.88
%38.49

CMYK color model

#DB8BE0 color CMYK value is (2,38,0,12).

  • cyan value is 2.23%
  • magenta value is 37.95%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(2,38,0,12)
C2M38Y0K12 
(2%,38%,0%,12%)
(0.02/0.38/0.00/0.12)	

CMYK percentages

%2.23
%37.95
%0
%12.16

Codes

Color #DB8BE0 in popluar color models

DB8BE0
RGB219139224
HSL296°57.82%71.18%
HSB/HSV296°37.95%87.84%
CMYK2.23%37.95%0.00%
12.16%

Color #DB8BE0 in popluar number systems.

HEXDB8BE0
Decimal219139224
Binary110110111000101111100000
Octal333213340

Shades and tints

Shades of #DB8BE0

#DB8BE0
(219,139,224)
#C87FCC
(200,127,204)
#B573B8
(181,115,184)
#A267A4
(162,103,164)
#8F5B90
(143,91,144)
#7C4F7C
(124,79,124)
#694368
(105,67,104)
#563754
(86,55,84)
#432B40
(67,43,64)
#301F2C
(48,31,44)
#1D1318
(29,19,24)
#000000
(0,0,0)

Tints of #DB8BE0

#DB8BE0
(219,139,224)
#DE95E2
(222,149,226)
#E19FE4
(225,159,228)
#E4A9E6
(228,169,230)
#E7B3E8
(231,179,232)
#EABDEA
(234,189,234)
#EDC7EC
(237,199,236)
#F0D1EE
(240,209,238)
#F3DBF0
(243,219,240)
#F6E5F2
(246,229,242)
#F9EFF4
(249,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB8BE0 color. Also use rgb(219,139,224) instead hex code.

Text Font Color

.myTextColor { color: #DB8BE0; }

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

This text font color is #DB8BE0.


Background Color

.myBgColor { background-color: #DB8BE0; }

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

This div background color is #DB8BE0.


Border color

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

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

This div border color is #DB8BE0.


Opacity

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

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

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

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

This text has shadow with #DB8BE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB8BE0 on black background.


Color preview on white background

This text has color #DB8BE0 on white background.



Black color preview on #DB8BE0 background

This text has black color on #DB8BE0 background.


White color preview on #DB8BE0 background

This text has white color on #DB8BE0 background.