COLOR #DB39BF

HEX: #DB39BF RGB: (219,57,191)

Color info

#DB39BF contains mainly red and blue colors. Web safe color of #DB39BF is #CC33CC (or #C3C).

RGB color model

#DB39BF color RGB value is (219,57,191).

RGB: (219,57,191) (86%, 22%, 75%)

RGB channels and saturation

R 219 of 255 = 86%
G 57 of 255 = 22%
B 191 of 255 = 75%

219
57
191

R + G + B ~ 61%. #DB39BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 57 + 191 = 467 (100%)
R 219 of 467 ~ 46.9%
G 57 of 467 ~ 12.21%
B 191 of 467 ~ 40.9'%

%46.9
%12.21
%40.9

CMYK color model

#DB39BF color CMYK value is (0,74,13,14).

  • cyan value is 0.00%
  • magenta value is 73.97%
  • yellow value is 12.79%
  • key color value is 14.12%

CMYK: (0,74,13,14)
C0M74Y13K14 (0%, 74%, 13%, 14%)
(0.00 / 0.74 / 0.13 / 0.14)

CMYK percentages

%0
%73.97
%12.79
%14.12

Codes

Color #DB39BF in popluar color models

DB 39 BF
RGB 219 57 191
HSL 310° 69.23% 54.12%
HSB/HSV 310° 73.97% 85.88%
CMYK 0.00% 73.97% 12.79%
14.12%

Color #DB39BF in popluar number systems.

HEX DB 39 BF
Decimal 219 57 191
Binary 11011011 111001 10111111
Octal 333 71 277

Shades and tints

Shades of #DB39BF

#DB39BF
(219,57,191)
#C834AE
(200,52,174)
#B52F9D
(181,47,157)
#A22A8C
(162,42,140)
#8F257B
(143,37,123)
#7C206A
(124,32,106)
#691B59
(105,27,89)
#561648
(86,22,72)
#431137
(67,17,55)
#300C26
(48,12,38)
#1D0715
(29,7,21)
#000000
(0,0,0)

Tints of #DB39BF

#DB39BF
(219,57,191)
#DE4BC4
(222,75,196)
#E15DC9
(225,93,201)
#E46FCE
(228,111,206)
#E781D3
(231,129,211)
#EA93D8
(234,147,216)
#EDA5DD
(237,165,221)
#F0B7E2
(240,183,226)
#F3C9E7
(243,201,231)
#F6DBEC
(246,219,236)
#F9EDF1
(249,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB39BF color. Also use rgb(219,57,191) instead hex code.

Text Font Color

.myTextColor { color: #DB39BF; }

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

This text font color is #DB39BF.

Background Color

.myBgColor { background-color: #DB39BF; }

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

This div background color is #DB39BF.

Border color

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

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

This div border color is #DB39BF.

Opacity

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

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

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

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

This text has shadow with #DB39BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB39BF.

Preview

Color preview on black background

This text has color #DB39BF on black background.


Color preview on white background

This text has color #DB39BF on white background.


Black color preview on #DB39BF background

This text has black color on #DB39BF background.


White color preview on #DB39BF background

This text has white color on #DB39BF background.


Related colors

Complementary color

Complementary color for #hex is #24C640.


I love getcolorcode.com

Triadic colors

1 #BFDB39 and #39BFDB with #DB39BF are triadic colors.

2 #BF39DB and #39DBBF with #DB39BF are triadic colors.