COLOR #DB9BE1

HEX: #DB9BE1
RGB: (219,155,225)

Color info

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

RGB color model

#DB9BE1 color RGB value is (219,155,225).

  • red value is 219;
  • green value is 155;
  • blue value is 225.
RGB:
(219,155,225)
(86%,61%,88%)

RGB channels and saturation

R 219 of 255 = 86%
G 155 of 255 = 61%
B 225 of 255 = 88%

219
155
225

R + G + B ~ 78%. #DB9BE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 155 + 225 = 599 (100%)
R 219 of 599 ~ 36.56%
G 155 of 599 ~ 25.88%
B 225 of 599 ~ 37.56%

%36.56
%25.88
%37.56

CMYK color model

#DB9BE1 color CMYK value is (3,31,0,12).

  • cyan value is 2.67%
  • magenta value is 31.11%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(3,31,0,12)
C3M31Y0K12 
(3%,31%,0%,12%)
(0.03/0.31/0.00/0.12)	

CMYK percentages

%2.67
%31.11
%0
%11.76

Codes

Color #DB9BE1 in popluar color models

DB9BE1
RGB219155225
HSL295°53.85%74.51%
HSB/HSV295°31.11%88.24%
CMYK2.67%31.11%0.00%
11.76%

Color #DB9BE1 in popluar number systems.

HEXDB9BE1
Decimal219155225
Binary110110111001101111100001
Octal333233341

Shades and tints

Shades of #DB9BE1

#DB9BE1
(219,155,225)
#C88DCD
(200,141,205)
#B57FB9
(181,127,185)
#A271A5
(162,113,165)
#8F6391
(143,99,145)
#7C557D
(124,85,125)
#694769
(105,71,105)
#563955
(86,57,85)
#432B41
(67,43,65)
#301D2D
(48,29,45)
#1D0F19
(29,15,25)
#000000
(0,0,0)

Tints of #DB9BE1

#DB9BE1
(219,155,225)
#DEA4E3
(222,164,227)
#E1ADE5
(225,173,229)
#E4B6E7
(228,182,231)
#E7BFE9
(231,191,233)
#EAC8EB
(234,200,235)
#EDD1ED
(237,209,237)
#F0DAEF
(240,218,239)
#F3E3F1
(243,227,241)
#F6ECF3
(246,236,243)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB9BE1 color. Also use rgb(219,155,225) instead hex code.

Text Font Color

.myTextColor { color: #DB9BE1; }

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

This text font color is #DB9BE1.


Background Color

.myBgColor { background-color: #DB9BE1; }

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

This div background color is #DB9BE1.


Border color

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

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

This div border color is #DB9BE1.


Opacity

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

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

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

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

This text has shadow with #DB9BE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB9BE1 on black background.


Color preview on white background

This text has color #DB9BE1 on white background.



Black color preview on #DB9BE1 background

This text has black color on #DB9BE1 background.


White color preview on #DB9BE1 background

This text has white color on #DB9BE1 background.