COLOR #DB38A5

HEX: #DB38A5 RGB: (219,56,165)

Color info

#DB38A5 contains mainly red and blue colors. Web safe color of #DB38A5 is #CC3399 (or #C39).

RGB color model

#DB38A5 color RGB value is (219,56,165).

RGB: (219,56,165) (86%, 22%, 65%)

RGB channels and saturation

R 219 of 255 = 86%
G 56 of 255 = 22%
B 165 of 255 = 65%

219
56
165

R + G + B ~ 58%. #DB38A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 219 + 56 + 165 = 440 (100%)
R 219 of 440 ~ 49.77%
G 56 of 440 ~ 12.73%
B 165 of 440 ~ 37.5'%

%49.77
%12.73
%37.5

CMYK color model

#DB38A5 color CMYK value is (0,74,25,14).

  • cyan value is 0.00%
  • magenta value is 74.43%
  • yellow value is 24.66%
  • key color value is 14.12%
CMYK: (0,74,25,14) C0M74Y25K14 (0%,74%,25%,14%) (0.00/0.74/0.25/0.14) 

CMYK percentages

%0
%74.43
%24.66
%14.12

Codes

Color #DB38A5 in popluar color models

DB 38 A5
RGB 219 56 165
HSL 320° 69.36% 53.92%
HSB/HSV 320° 74.43% 85.88%
CMYK 0.00% 74.43% 24.66%
14.12%

Color #DB38A5 in popluar number systems.

HEX DB 38 A5
Decimal 219 56 165
Binary 11011011 111000 10100101
Octal 333 70 245

Shades and tints

Shades of #DB38A5

#DB38A5
(219,56,165)
#C83396
(200,51,150)
#B52E87
(181,46,135)
#A22978
(162,41,120)
#8F2469
(143,36,105)
#7C1F5A
(124,31,90)
#691A4B
(105,26,75)
#56153C
(86,21,60)
#43102D
(67,16,45)
#300B1E
(48,11,30)
#1D060F
(29,6,15)
#000000
(0,0,0)

Tints of #DB38A5

#DB38A5
(219,56,165)
#DE4AAD
(222,74,173)
#E15CB5
(225,92,181)
#E46EBD
(228,110,189)
#E780C5
(231,128,197)
#EA92CD
(234,146,205)
#EDA4D5
(237,164,213)
#F0B6DD
(240,182,221)
#F3C8E5
(243,200,229)
#F6DAED
(246,218,237)
#F9ECF5
(249,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB38A5 color. Also use rgb(219,56,165) instead hex code.

Text Font Color

.myTextColor { color: #DB38A5; }

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

This text font color is #DB38A5.

Background Color

.myBgColor { background-color: #DB38A5; }

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

This div background color is #DB38A5.

Border color

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

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

This div border color is #DB38A5.

Opacity

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

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

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

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

This text has shadow with #DB38A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB38A5.

Preview

Color preview on black background

This text has color #DB38A5 on black background.


Color preview on white background

This text has color #DB38A5 on white background.


Black color preview on #DB38A5 background

This text has black color on #DB38A5 background.


White color preview on #DB38A5 background

This text has white color on #DB38A5 background.


Related colors

Complementary color

Complementary color for #hex is #24C75A.


I love getcolorcode.com

Triadic colors

1 #A5DB38 and #38A5DB with #DB38A5 are triadic colors.

2 #A538DB and #38DBA5 with #DB38A5 are triadic colors.