COLOR #DB95F6

HEX: #DB95F6
RGB: (219,149,246)

Color info

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

RGB color model

#DB95F6 color RGB value is (219,149,246).

  • red value is 219;
  • green value is 149;
  • blue value is 246.
RGB:
(219,149,246)
(86%,58%,96%)

RGB channels and saturation

R 219 of 255 = 86%
G 149 of 255 = 58%
B 246 of 255 = 96%

219
149
246

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

Portions of RGB colors in percentages

R + G + B =
219 + 149 + 246 = 614 (100%)
R 219 of 614 ~ 35.67%
G 149 of 614 ~ 24.27%
B 246 of 614 ~ 40.07%

%35.67
%24.27
%40.07

CMYK color model

#DB95F6 color CMYK value is (11,39,0,4).

  • cyan value is 10.98%
  • magenta value is 39.43%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(11,39,0,4)
C11M39Y0K4 
(11%,39%,0%,4%)
(0.11/0.39/0.00/0.04)	

CMYK percentages

%10.98
%39.43
%0
%3.53

Codes

Color #DB95F6 in popluar color models

DB95F6
RGB219149246
HSL283°84.35%77.45%
HSB/HSV283°39.43%96.47%
CMYK10.98%39.43%0.00%
3.53%

Color #DB95F6 in popluar number systems.

HEXDB95F6
Decimal219149246
Binary110110111001010111110110
Octal333225366

Shades and tints

Shades of #DB95F6

#DB95F6
(219,149,246)
#C888E0
(200,136,224)
#B57BCA
(181,123,202)
#A26EB4
(162,110,180)
#8F619E
(143,97,158)
#7C5488
(124,84,136)
#694772
(105,71,114)
#563A5C
(86,58,92)
#432D46
(67,45,70)
#302030
(48,32,48)
#1D131A
(29,19,26)
#000000
(0,0,0)

Tints of #DB95F6

#DB95F6
(219,149,246)
#DE9EF6
(222,158,246)
#E1A7F6
(225,167,246)
#E4B0F6
(228,176,246)
#E7B9F6
(231,185,246)
#EAC2F6
(234,194,246)
#EDCBF6
(237,203,246)
#F0D4F6
(240,212,246)
#F3DDF6
(243,221,246)
#F6E6F6
(246,230,246)
#F9EFF6
(249,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB95F6 color. Also use rgb(219,149,246) instead hex code.

Text Font Color

.myTextColor { color: #DB95F6; }

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

This text font color is #DB95F6.


Background Color

.myBgColor { background-color: #DB95F6; }

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

This div background color is #DB95F6.


Border color

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

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

This div border color is #DB95F6.


Opacity

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

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

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

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

This text has shadow with #DB95F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB95F6 on black background.


Color preview on white background

This text has color #DB95F6 on white background.



Black color preview on #DB95F6 background

This text has black color on #DB95F6 background.


White color preview on #DB95F6 background

This text has white color on #DB95F6 background.