COLOR #DB83D1

HEX: #DB83D1 RGB: (219,131,209)

Color info

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

RGB color model

#DB83D1 color RGB value is (219,131,209).

RGB: (219,131,209) (86%, 51%, 82%)

RGB channels and saturation

R 219 of 255 = 86%
G 131 of 255 = 51%
B 209 of 255 = 82%

219
131
209

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

Portions of RGB colors in percentages

R + G + B = 219 + 131 + 209 = 559 (100%)
R 219 of 559 ~ 39.18%
G 131 of 559 ~ 23.43%
B 209 of 559 ~ 37.39'%

%39.18
%23.43
%37.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 40.18%
  • yellow value is 4.57%
  • key color value is 14.12%

CMYK: (0,40,5,14)
C0M40Y5K14 (0%, 40%, 5%, 14%)
(0.00 / 0.40 / 0.05 / 0.14)

CMYK percentages

%0
%40.18
%4.57
%14.12

Codes

Color #DB83D1 in popluar color models

DB 83 D1
RGB 219 131 209
HSL 307° 55.00% 68.63%
HSB/HSV 307° 40.18% 85.88%
CMYK 0.00% 40.18% 4.57%
14.12%

Color #DB83D1 in popluar number systems.

HEX DB 83 D1
Decimal 219 131 209
Binary 11011011 10000011 11010001
Octal 333 203 321

Shades and tints

Shades of #DB83D1

#DB83D1
(219,131,209)
#C878BE
(200,120,190)
#B56DAB
(181,109,171)
#A26298
(162,98,152)
#8F5785
(143,87,133)
#7C4C72
(124,76,114)
#69415F
(105,65,95)
#56364C
(86,54,76)
#432B39
(67,43,57)
#302026
(48,32,38)
#1D1513
(29,21,19)
#000000
(0,0,0)

Tints of #DB83D1

#DB83D1
(219,131,209)
#DE8ED5
(222,142,213)
#E199D9
(225,153,217)
#E4A4DD
(228,164,221)
#E7AFE1
(231,175,225)
#EABAE5
(234,186,229)
#EDC5E9
(237,197,233)
#F0D0ED
(240,208,237)
#F3DBF1
(243,219,241)
#F6E6F5
(246,230,245)
#F9F1F9
(249,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB83D1; }

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

This text font color is #DB83D1.

Background Color

.myBgColor { background-color: #DB83D1; }

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

This div background color is #DB83D1.

Border color

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

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

This div border color is #DB83D1.

Opacity

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

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

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

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

This text has shadow with #DB83D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB83D1.

Preview

Color preview on black background

This text has color #DB83D1 on black background.


Color preview on white background

This text has color #DB83D1 on white background.


Black color preview on #DB83D1 background

This text has black color on #DB83D1 background.


White color preview on #DB83D1 background

This text has white color on #DB83D1 background.


Related colors

Complementary color

Complementary color for #hex is #247C2E.


I love getcolorcode.com

Triadic colors

1 #D1DB83 and #83D1DB with #DB83D1 are triadic colors.

2 #D183DB and #83DBD1 with #DB83D1 are triadic colors.