COLOR #DB96FF

HEX: #DB96FF
RGB: (219,150,255)

Color info

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

RGB color model

#DB96FF color RGB value is (219,150,255).

  • red value is 219;
  • green value is 150;
  • blue value is 255.
RGB:
(219,150,255)
(86%,59%,100%)

RGB channels and saturation

R 219 of 255 = 86%
G 150 of 255 = 59%
B 255 of 255 = 100%

219
150
255

R + G + B ~ 82%. #DB96FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 150 + 255 = 624 (100%)
R 219 of 624 ~ 35.1%
G 150 of 624 ~ 24.04%
B 255 of 624 ~ 40.87%

%35.1
%24.04
%40.87

CMYK color model

#DB96FF color CMYK value is (14,41,0,0).

  • cyan value is 14.12%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(14,41,0,0)
C14M41Y0K0 
(14%,41%,0%,0%)
(0.14/0.41/0.00/0.00)	

CMYK percentages

%14.12
%41.18
%0
%0

Codes

Color #DB96FF in popluar color models

DB96FF
RGB219150255
HSL279°100.00%79.41%
HSB/HSV279°41.18%100.00%
CMYK14.12%41.18%0.00%
0.00%

Color #DB96FF in popluar number systems.

HEXDB96FF
Decimal219150255
Binary110110111001011011111111
Octal333226377

Shades and tints

Shades of #DB96FF

#DB96FF
(219,150,255)
#C889E8
(200,137,232)
#B57CD1
(181,124,209)
#A26FBA
(162,111,186)
#8F62A3
(143,98,163)
#7C558C
(124,85,140)
#694875
(105,72,117)
#563B5E
(86,59,94)
#432E47
(67,46,71)
#302130
(48,33,48)
#1D1419
(29,20,25)
#000000
(0,0,0)

Tints of #DB96FF

#DB96FF
(219,150,255)
#DE9FFF
(222,159,255)
#E1A8FF
(225,168,255)
#E4B1FF
(228,177,255)
#E7BAFF
(231,186,255)
#EAC3FF
(234,195,255)
#EDCCFF
(237,204,255)
#F0D5FF
(240,213,255)
#F3DEFF
(243,222,255)
#F6E7FF
(246,231,255)
#F9F0FF
(249,240,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB96FF color. Also use rgb(219,150,255) instead hex code.

Text Font Color

.myTextColor { color: #DB96FF; }

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

This text font color is #DB96FF.


Background Color

.myBgColor { background-color: #DB96FF; }

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

This div background color is #DB96FF.


Border color

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

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

This div border color is #DB96FF.


Opacity

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

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

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

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

This text has shadow with #DB96FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB96FF on black background.


Color preview on white background

This text has color #DB96FF on white background.



Black color preview on #DB96FF background

This text has black color on #DB96FF background.


White color preview on #DB96FF background

This text has white color on #DB96FF background.