COLOR #DB8ADA

HEX: #DB8ADA
RGB: (219,138,218)

Color info

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

RGB color model

#DB8ADA color RGB value is (219,138,218).

  • red value is 219;
  • green value is 138;
  • blue value is 218.
RGB:
(219,138,218)
(86%,54%,85%)

RGB channels and saturation

R 219 of 255 = 86%
G 138 of 255 = 54%
B 218 of 255 = 85%

219
138
218

R + G + B ~ 75%. #DB8ADA is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 138 + 218 = 575 (100%)
R 219 of 575 ~ 38.09%
G 138 of 575 ~ 24%
B 218 of 575 ~ 37.91%

%38.09
%24
%37.91

CMYK color model

#DB8ADA color CMYK value is (0,37,0,14).

  • cyan value is 0.00%
  • magenta value is 36.99%
  • yellow value is 0.46%
  • key color value is 14.12%
CMYK:
(0,37,0,14)
C0M37Y0K14 
(0%,37%,0%,14%)
(0.00/0.37/0.00/0.14)	

CMYK percentages

%0
%36.99
%0.46
%14.12

Codes

Color #DB8ADA in popluar color models

DB8ADA
RGB219138218
HSL301°52.94%70.00%
HSB/HSV301°36.99%85.88%
CMYK0.00%36.99%0.46%
14.12%

Color #DB8ADA in popluar number systems.

HEXDB8ADA
Decimal219138218
Binary110110111000101011011010
Octal333212332

Shades and tints

Shades of #DB8ADA

#DB8ADA
(219,138,218)
#C87EC7
(200,126,199)
#B572B4
(181,114,180)
#A266A1
(162,102,161)
#8F5A8E
(143,90,142)
#7C4E7B
(124,78,123)
#694268
(105,66,104)
#563655
(86,54,85)
#432A42
(67,42,66)
#301E2F
(48,30,47)
#1D121C
(29,18,28)
#000000
(0,0,0)

Tints of #DB8ADA

#DB8ADA
(219,138,218)
#DE94DD
(222,148,221)
#E19EE0
(225,158,224)
#E4A8E3
(228,168,227)
#E7B2E6
(231,178,230)
#EABCE9
(234,188,233)
#EDC6EC
(237,198,236)
#F0D0EF
(240,208,239)
#F3DAF2
(243,218,242)
#F6E4F5
(246,228,245)
#F9EEF8
(249,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB8ADA color. Also use rgb(219,138,218) instead hex code.

Text Font Color

.myTextColor { color: #DB8ADA; }

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

This text font color is #DB8ADA.


Background Color

.myBgColor { background-color: #DB8ADA; }

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

This div background color is #DB8ADA.


Border color

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

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

This div border color is #DB8ADA.


Opacity

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

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

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

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

This text has shadow with #DB8ADA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB8ADA on black background.


Color preview on white background

This text has color #DB8ADA on white background.



Black color preview on #DB8ADA background

This text has black color on #DB8ADA background.


White color preview on #DB8ADA background

This text has white color on #DB8ADA background.