COLOR #DB529D

HEX: #DB529D
RGB: (219,82,157)

Color info

#DB529D contains mainly red color. Web safe color of #DB529D is #CC6699 (or #C69).

RGB color model

#DB529D color RGB value is (219,82,157).

  • red value is 219;
  • green value is 82;
  • blue value is 157.
RGB:
(219,82,157)
(86%,32%,62%)

RGB channels and saturation

R 219 of 255 = 86%
G 82 of 255 = 32%
B 157 of 255 = 62%

219
82
157

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

Portions of RGB colors in percentages

R + G + B =
219 + 82 + 157 = 458 (100%)
R 219 of 458 ~ 47.82%
G 82 of 458 ~ 17.9%
B 157 of 458 ~ 34.28%

%47.82
%17.9
%34.28

CMYK color model

#DB529D color CMYK value is (0,63,28,14).

  • cyan value is 0.00%
  • magenta value is 62.56%
  • yellow value is 28.31%
  • key color value is 14.12%
CMYK:
(0,63,28,14)
C0M63Y28K14 
(0%,63%,28%,14%)
(0.00/0.63/0.28/0.14)	

CMYK percentages

%0
%62.56
%28.31
%14.12

Codes

Color #DB529D in popluar color models

DB529D
RGB21982157
HSL327°65.55%59.02%
HSB/HSV327°62.56%85.88%
CMYK0.00%62.56%28.31%
14.12%

Color #DB529D in popluar number systems.

HEXDB529D
Decimal21982157
Binary11011011101001010011101
Octal333122235

Shades and tints

Shades of #DB529D

#DB529D
(219,82,157)
#C84B8F
(200,75,143)
#B54481
(181,68,129)
#A23D73
(162,61,115)
#8F3665
(143,54,101)
#7C2F57
(124,47,87)
#692849
(105,40,73)
#56213B
(86,33,59)
#431A2D
(67,26,45)
#30131F
(48,19,31)
#1D0C11
(29,12,17)
#000000
(0,0,0)

Tints of #DB529D

#DB529D
(219,82,157)
#DE61A5
(222,97,165)
#E170AD
(225,112,173)
#E47FB5
(228,127,181)
#E78EBD
(231,142,189)
#EA9DC5
(234,157,197)
#EDACCD
(237,172,205)
#F0BBD5
(240,187,213)
#F3CADD
(243,202,221)
#F6D9E5
(246,217,229)
#F9E8ED
(249,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB529D color. Also use rgb(219,82,157) instead hex code.

Text Font Color

.myTextColor { color: #DB529D; }

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

This text font color is #DB529D.


Background Color

.myBgColor { background-color: #DB529D; }

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

This div background color is #DB529D.


Border color

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

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

This div border color is #DB529D.


Opacity

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

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

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

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

This text has shadow with #DB529D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB529D on black background.


Color preview on white background

This text has color #DB529D on white background.



Black color preview on #DB529D background

This text has black color on #DB529D background.


White color preview on #DB529D background

This text has white color on #DB529D background.