COLOR #DB58BA

HEX: #DB58BA RGB: (219,88,186)

Color info

#DB58BA contains mainly red and blue colors. Web safe color of #DB58BA is #CC66CC (or #C6C).

RGB color model

#DB58BA color RGB value is (219,88,186).

RGB: (219,88,186) (86%, 35%, 73%)

RGB channels and saturation

R 219 of 255 = 86%
G 88 of 255 = 35%
B 186 of 255 = 73%

219
88
186

R + G + B ~ 65%. #DB58BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 88 + 186 = 493 (100%)
R 219 of 493 ~ 44.42%
G 88 of 493 ~ 17.85%
B 186 of 493 ~ 37.73'%

%44.42
%17.85
%37.73

CMYK color model

#DB58BA color CMYK value is (0,60,15,14).

  • cyan value is 0.00%
  • magenta value is 59.82%
  • yellow value is 15.07%
  • key color value is 14.12%

CMYK: (0,60,15,14)
C0M60Y15K14 (0%, 60%, 15%, 14%)
(0.00 / 0.60 / 0.15 / 0.14)

CMYK percentages

%0
%59.82
%15.07
%14.12

Codes

Color #DB58BA in popluar color models

DB 58 BA
RGB 219 88 186
HSL 315° 64.53% 60.20%
HSB/HSV 315° 59.82% 85.88%
CMYK 0.00% 59.82% 15.07%
14.12%

Color #DB58BA in popluar number systems.

HEX DB 58 BA
Decimal 219 88 186
Binary 11011011 1011000 10111010
Octal 333 130 272

Shades and tints

Shades of #DB58BA

#DB58BA
(219,88,186)
#C850AA
(200,80,170)
#B5489A
(181,72,154)
#A2408A
(162,64,138)
#8F387A
(143,56,122)
#7C306A
(124,48,106)
#69285A
(105,40,90)
#56204A
(86,32,74)
#43183A
(67,24,58)
#30102A
(48,16,42)
#1D081A
(29,8,26)
#000000
(0,0,0)

Tints of #DB58BA

#DB58BA
(219,88,186)
#DE67C0
(222,103,192)
#E176C6
(225,118,198)
#E485CC
(228,133,204)
#E794D2
(231,148,210)
#EAA3D8
(234,163,216)
#EDB2DE
(237,178,222)
#F0C1E4
(240,193,228)
#F3D0EA
(243,208,234)
#F6DFF0
(246,223,240)
#F9EEF6
(249,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB58BA color. Also use rgb(219,88,186) instead hex code.

Text Font Color

.myTextColor { color: #DB58BA; }

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

This text font color is #DB58BA.

Background Color

.myBgColor { background-color: #DB58BA; }

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

This div background color is #DB58BA.

Border color

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

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

This div border color is #DB58BA.

Opacity

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

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

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

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

This text has shadow with #DB58BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB58BA.

Preview

Color preview on black background

This text has color #DB58BA on black background.


Color preview on white background

This text has color #DB58BA on white background.


Black color preview on #DB58BA background

This text has black color on #DB58BA background.


White color preview on #DB58BA background

This text has white color on #DB58BA background.


Related colors

Complementary color

Complementary color for #hex is #24A745.


I love getcolorcode.com

Triadic colors

1 #BADB58 and #58BADB with #DB58BA are triadic colors.

2 #BA58DB and #58DBBA with #DB58BA are triadic colors.