COLOR #DB93F2

HEX: #DB93F2
RGB: (219,147,242)

Color info

#DB93F2 contains mainly red and blue colors. Web safe color of #DB93F2 is #CC99FF (or #C9F).

RGB color model

#DB93F2 color RGB value is (219,147,242).

  • red value is 219;
  • green value is 147;
  • blue value is 242.
RGB:
(219,147,242)
(86%,58%,95%)

RGB channels and saturation

R 219 of 255 = 86%
G 147 of 255 = 58%
B 242 of 255 = 95%

219
147
242

R + G + B ~ 80%. #DB93F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 147 + 242 = 608 (100%)
R 219 of 608 ~ 36.02%
G 147 of 608 ~ 24.18%
B 242 of 608 ~ 39.8%

%36.02
%24.18
%39.8

CMYK color model

#DB93F2 color CMYK value is (10,39,0,5).

  • cyan value is 9.50%
  • magenta value is 39.26%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(10,39,0,5)
C10M39Y0K5 
(10%,39%,0%,5%)
(0.10/0.39/0.00/0.05)	

CMYK percentages

%9.5
%39.26
%0
%5.1

Codes

Color #DB93F2 in popluar color models

DB93F2
RGB219147242
HSL285°78.51%76.27%
HSB/HSV285°39.26%94.90%
CMYK9.50%39.26%0.00%
5.10%

Color #DB93F2 in popluar number systems.

HEXDB93F2
Decimal219147242
Binary110110111001001111110010
Octal333223362

Shades and tints

Shades of #DB93F2

#DB93F2
(219,147,242)
#C886DC
(200,134,220)
#B579C6
(181,121,198)
#A26CB0
(162,108,176)
#8F5F9A
(143,95,154)
#7C5284
(124,82,132)
#69456E
(105,69,110)
#563858
(86,56,88)
#432B42
(67,43,66)
#301E2C
(48,30,44)
#1D1116
(29,17,22)
#000000
(0,0,0)

Tints of #DB93F2

#DB93F2
(219,147,242)
#DE9CF3
(222,156,243)
#E1A5F4
(225,165,244)
#E4AEF5
(228,174,245)
#E7B7F6
(231,183,246)
#EAC0F7
(234,192,247)
#EDC9F8
(237,201,248)
#F0D2F9
(240,210,249)
#F3DBFA
(243,219,250)
#F6E4FB
(246,228,251)
#F9EDFC
(249,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB93F2 color. Also use rgb(219,147,242) instead hex code.

Text Font Color

.myTextColor { color: #DB93F2; }

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

This text font color is #DB93F2.


Background Color

.myBgColor { background-color: #DB93F2; }

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

This div background color is #DB93F2.


Border color

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

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

This div border color is #DB93F2.


Opacity

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

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

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

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

This text has shadow with #DB93F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB93F2 on black background.


Color preview on white background

This text has color #DB93F2 on white background.



Black color preview on #DB93F2 background

This text has black color on #DB93F2 background.


White color preview on #DB93F2 background

This text has white color on #DB93F2 background.