COLOR #DB0F87

HEX: #DB0F87
RGB: (219,15,135)

Color info

#DB0F87 contains mainly red color. Web safe color of #DB0F87 is #CC0099 (or #C09).

RGB color model

#DB0F87 color RGB value is (219,15,135).

  • red value is 219;
  • green value is 15;
  • blue value is 135.
RGB:
(219,15,135)
(86%,6%,53%)

RGB channels and saturation

R 219 of 255 = 86%
G 15 of 255 = 6%
B 135 of 255 = 53%

219
15
135

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

Portions of RGB colors in percentages

R + G + B =
219 + 15 + 135 = 369 (100%)
R 219 of 369 ~ 59.35%
G 15 of 369 ~ 4.07%
B 135 of 369 ~ 36.59%

%59.35
%36.59

CMYK color model

#DB0F87 color CMYK value is (0,93,38,14).

  • cyan value is 0.00%
  • magenta value is 93.15%
  • yellow value is 38.36%
  • key color value is 14.12%
CMYK:
(0,93,38,14)
C0M93Y38K14 
(0%,93%,38%,14%)
(0.00/0.93/0.38/0.14)	

CMYK percentages

%0
%93.15
%38.36
%14.12

Codes

Color #DB0F87 in popluar color models

DB0F87
RGB21915135
HSL325°87.18%45.88%
HSB/HSV325°93.15%85.88%
CMYK0.00%93.15%38.36%
14.12%

Color #DB0F87 in popluar number systems.

HEXDB0F87
Decimal21915135
Binary11011011111110000111
Octal33317207

Shades and tints

Shades of #DB0F87

#DB0F87
(219,15,135)
#C80E7B
(200,14,123)
#B50D6F
(181,13,111)
#A20C63
(162,12,99)
#8F0B57
(143,11,87)
#7C0A4B
(124,10,75)
#69093F
(105,9,63)
#560833
(86,8,51)
#430727
(67,7,39)
#30061B
(48,6,27)
#1D050F
(29,5,15)
#000000
(0,0,0)

Tints of #DB0F87

#DB0F87
(219,15,135)
#DE2491
(222,36,145)
#E1399B
(225,57,155)
#E44EA5
(228,78,165)
#E763AF
(231,99,175)
#EA78B9
(234,120,185)
#ED8DC3
(237,141,195)
#F0A2CD
(240,162,205)
#F3B7D7
(243,183,215)
#F6CCE1
(246,204,225)
#F9E1EB
(249,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB0F87 color. Also use rgb(219,15,135) instead hex code.

Text Font Color

.myTextColor { color: #DB0F87; }

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

This text font color is #DB0F87.


Background Color

.myBgColor { background-color: #DB0F87; }

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

This div background color is #DB0F87.


Border color

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

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

This div border color is #DB0F87.


Opacity

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

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

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

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

This text has shadow with #DB0F87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB0F87 on black background.


Color preview on white background

This text has color #DB0F87 on white background.



Black color preview on #DB0F87 background

This text has black color on #DB0F87 background.


White color preview on #DB0F87 background

This text has white color on #DB0F87 background.