COLOR #DB6AE8

HEX: #DB6AE8
RGB: (219,106,232)

Color info

#DB6AE8 contains mainly red and blue colors. Web safe color of #DB6AE8 is #CC66FF (or #C6F).

RGB color model

#DB6AE8 color RGB value is (219,106,232).

  • red value is 219;
  • green value is 106;
  • blue value is 232.
RGB:
(219,106,232)
(86%,42%,91%)

RGB channels and saturation

R 219 of 255 = 86%
G 106 of 255 = 42%
B 232 of 255 = 91%

219
106
232

R + G + B ~ 73%. #DB6AE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 106 + 232 = 557 (100%)
R 219 of 557 ~ 39.32%
G 106 of 557 ~ 19.03%
B 232 of 557 ~ 41.65%

%39.32
%19.03
%41.65

CMYK color model

#DB6AE8 color CMYK value is (6,54,0,9).

  • cyan value is 5.60%
  • magenta value is 54.31%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(6,54,0,9)
C6M54Y0K9 
(6%,54%,0%,9%)
(0.06/0.54/0.00/0.09)	

CMYK percentages

%5.6
%54.31
%0
%9.02

Codes

Color #DB6AE8 in popluar color models

DB6AE8
RGB219106232
HSL294°73.26%66.27%
HSB/HSV294°54.31%90.98%
CMYK5.60%54.31%0.00%
9.02%

Color #DB6AE8 in popluar number systems.

HEXDB6AE8
Decimal219106232
Binary11011011110101011101000
Octal333152350

Shades and tints

Shades of #DB6AE8

#DB6AE8
(219,106,232)
#C861D3
(200,97,211)
#B558BE
(181,88,190)
#A24FA9
(162,79,169)
#8F4694
(143,70,148)
#7C3D7F
(124,61,127)
#69346A
(105,52,106)
#562B55
(86,43,85)
#432240
(67,34,64)
#30192B
(48,25,43)
#1D1016
(29,16,22)
#000000
(0,0,0)

Tints of #DB6AE8

#DB6AE8
(219,106,232)
#DE77EA
(222,119,234)
#E184EC
(225,132,236)
#E491EE
(228,145,238)
#E79EF0
(231,158,240)
#EAABF2
(234,171,242)
#EDB8F4
(237,184,244)
#F0C5F6
(240,197,246)
#F3D2F8
(243,210,248)
#F6DFFA
(246,223,250)
#F9ECFC
(249,236,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB6AE8 color. Also use rgb(219,106,232) instead hex code.

Text Font Color

.myTextColor { color: #DB6AE8; }

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

This text font color is #DB6AE8.


Background Color

.myBgColor { background-color: #DB6AE8; }

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

This div background color is #DB6AE8.


Border color

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

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

This div border color is #DB6AE8.


Opacity

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

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

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

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

This text has shadow with #DB6AE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB6AE8 on black background.


Color preview on white background

This text has color #DB6AE8 on white background.



Black color preview on #DB6AE8 background

This text has black color on #DB6AE8 background.


White color preview on #DB6AE8 background

This text has white color on #DB6AE8 background.