COLOR #DB80ED

HEX: #DB80ED
RGB: (219,128,237)

Color info

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

RGB color model

#DB80ED color RGB value is (219,128,237).

  • red value is 219;
  • green value is 128;
  • blue value is 237.
RGB:
(219,128,237)
(86%,50%,93%)

RGB channels and saturation

R 219 of 255 = 86%
G 128 of 255 = 50%
B 237 of 255 = 93%

219
128
237

R + G + B ~ 76%. #DB80ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 128 + 237 = 584 (100%)
R 219 of 584 ~ 37.5%
G 128 of 584 ~ 21.92%
B 237 of 584 ~ 40.58%

%37.5
%21.92
%40.58

CMYK color model

#DB80ED color CMYK value is (8,46,0,7).

  • cyan value is 7.59%
  • magenta value is 45.99%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(8,46,0,7)
C8M46Y0K7 
(8%,46%,0%,7%)
(0.08/0.46/0.00/0.07)	

CMYK percentages

%7.59
%45.99
%0
%7.06

Codes

Color #DB80ED in popluar color models

DB80ED
RGB219128237
HSL290°75.17%71.57%
HSB/HSV290°45.99%92.94%
CMYK7.59%45.99%0.00%
7.06%

Color #DB80ED in popluar number systems.

HEXDB80ED
Decimal219128237
Binary110110111000000011101101
Octal333200355

Shades and tints

Shades of #DB80ED

#DB80ED
(219,128,237)
#C875D8
(200,117,216)
#B56AC3
(181,106,195)
#A25FAE
(162,95,174)
#8F5499
(143,84,153)
#7C4984
(124,73,132)
#693E6F
(105,62,111)
#56335A
(86,51,90)
#432845
(67,40,69)
#301D30
(48,29,48)
#1D121B
(29,18,27)
#000000
(0,0,0)

Tints of #DB80ED

#DB80ED
(219,128,237)
#DE8BEE
(222,139,238)
#E196EF
(225,150,239)
#E4A1F0
(228,161,240)
#E7ACF1
(231,172,241)
#EAB7F2
(234,183,242)
#EDC2F3
(237,194,243)
#F0CDF4
(240,205,244)
#F3D8F5
(243,216,245)
#F6E3F6
(246,227,246)
#F9EEF7
(249,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB80ED color. Also use rgb(219,128,237) instead hex code.

Text Font Color

.myTextColor { color: #DB80ED; }

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

This text font color is #DB80ED.


Background Color

.myBgColor { background-color: #DB80ED; }

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

This div background color is #DB80ED.


Border color

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

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

This div border color is #DB80ED.


Opacity

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

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

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

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

This text has shadow with #DB80ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB80ED on black background.


Color preview on white background

This text has color #DB80ED on white background.



Black color preview on #DB80ED background

This text has black color on #DB80ED background.


White color preview on #DB80ED background

This text has white color on #DB80ED background.