COLOR #DB83DC

HEX: #DB83DC
RGB: (219,131,220)

Color info

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

RGB color model

#DB83DC color RGB value is (219,131,220).

  • red value is 219;
  • green value is 131;
  • blue value is 220.
RGB:
(219,131,220)
(86%,51%,86%)

RGB channels and saturation

R 219 of 255 = 86%
G 131 of 255 = 51%
B 220 of 255 = 86%

219
131
220

R + G + B ~ 74%. #DB83DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 131 + 220 = 570 (100%)
R 219 of 570 ~ 38.42%
G 131 of 570 ~ 22.98%
B 220 of 570 ~ 38.6%

%38.42
%22.98
%38.6

CMYK color model

#DB83DC color CMYK value is (0,40,0,14).

  • cyan value is 0.45%
  • magenta value is 40.45%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(0,40,0,14)
C0M40Y0K14 
(0%,40%,0%,14%)
(0.00/0.40/0.00/0.14)	

CMYK percentages

%0.45
%40.45
%0
%13.73

Codes

Color #DB83DC in popluar color models

DB83DC
RGB219131220
HSL299°55.97%68.82%
HSB/HSV299°40.45%86.27%
CMYK0.45%40.45%0.00%
13.73%

Color #DB83DC in popluar number systems.

HEXDB83DC
Decimal219131220
Binary110110111000001111011100
Octal333203334

Shades and tints

Shades of #DB83DC

#DB83DC
(219,131,220)
#C878C8
(200,120,200)
#B56DB4
(181,109,180)
#A262A0
(162,98,160)
#8F578C
(143,87,140)
#7C4C78
(124,76,120)
#694164
(105,65,100)
#563650
(86,54,80)
#432B3C
(67,43,60)
#302028
(48,32,40)
#1D1514
(29,21,20)
#000000
(0,0,0)

Tints of #DB83DC

#DB83DC
(219,131,220)
#DE8EDF
(222,142,223)
#E199E2
(225,153,226)
#E4A4E5
(228,164,229)
#E7AFE8
(231,175,232)
#EABAEB
(234,186,235)
#EDC5EE
(237,197,238)
#F0D0F1
(240,208,241)
#F3DBF4
(243,219,244)
#F6E6F7
(246,230,247)
#F9F1FA
(249,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB83DC color. Also use rgb(219,131,220) instead hex code.

Text Font Color

.myTextColor { color: #DB83DC; }

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

This text font color is #DB83DC.


Background Color

.myBgColor { background-color: #DB83DC; }

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

This div background color is #DB83DC.


Border color

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

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

This div border color is #DB83DC.


Opacity

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

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

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

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

This text has shadow with #DB83DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB83DC on black background.


Color preview on white background

This text has color #DB83DC on white background.



Black color preview on #DB83DC background

This text has black color on #DB83DC background.


White color preview on #DB83DC background

This text has white color on #DB83DC background.