COLOR #DB59D7

HEX: #DB59D7
RGB: (219,89,215)

Color info

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

RGB color model

#DB59D7 color RGB value is (219,89,215).

  • red value is 219;
  • green value is 89;
  • blue value is 215.
RGB:
(219,89,215)
(86%,35%,84%)

RGB channels and saturation

R 219 of 255 = 86%
G 89 of 255 = 35%
B 215 of 255 = 84%

219
89
215

R + G + B ~ 68%. #DB59D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 89 + 215 = 523 (100%)
R 219 of 523 ~ 41.87%
G 89 of 523 ~ 17.02%
B 215 of 523 ~ 41.11%

%41.87
%17.02
%41.11

CMYK color model

#DB59D7 color CMYK value is (0,59,2,14).

  • cyan value is 0.00%
  • magenta value is 59.36%
  • yellow value is 1.83%
  • key color value is 14.12%
CMYK:
(0,59,2,14)
C0M59Y2K14 
(0%,59%,2%,14%)
(0.00/0.59/0.02/0.14)	

CMYK percentages

%0
%59.36
%1.83
%14.12

Codes

Color #DB59D7 in popluar color models

DB59D7
RGB21989215
HSL302°64.36%60.39%
HSB/HSV302°59.36%85.88%
CMYK0.00%59.36%1.83%
14.12%

Color #DB59D7 in popluar number systems.

HEXDB59D7
Decimal21989215
Binary11011011101100111010111
Octal333131327

Shades and tints

Shades of #DB59D7

#DB59D7
(219,89,215)
#C851C4
(200,81,196)
#B549B1
(181,73,177)
#A2419E
(162,65,158)
#8F398B
(143,57,139)
#7C3178
(124,49,120)
#692965
(105,41,101)
#562152
(86,33,82)
#43193F
(67,25,63)
#30112C
(48,17,44)
#1D0919
(29,9,25)
#000000
(0,0,0)

Tints of #DB59D7

#DB59D7
(219,89,215)
#DE68DA
(222,104,218)
#E177DD
(225,119,221)
#E486E0
(228,134,224)
#E795E3
(231,149,227)
#EAA4E6
(234,164,230)
#EDB3E9
(237,179,233)
#F0C2EC
(240,194,236)
#F3D1EF
(243,209,239)
#F6E0F2
(246,224,242)
#F9EFF5
(249,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB59D7 color. Also use rgb(219,89,215) instead hex code.

Text Font Color

.myTextColor { color: #DB59D7; }

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

This text font color is #DB59D7.


Background Color

.myBgColor { background-color: #DB59D7; }

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

This div background color is #DB59D7.


Border color

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

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

This div border color is #DB59D7.


Opacity

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

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

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

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

This text has shadow with #DB59D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB59D7 on black background.


Color preview on white background

This text has color #DB59D7 on white background.



Black color preview on #DB59D7 background

This text has black color on #DB59D7 background.


White color preview on #DB59D7 background

This text has white color on #DB59D7 background.