COLOR #DB277B

HEX: #DB277B
RGB: (219,39,123)

Color info

#DB277B contains mainly red color. Web safe color of #DB277B is #CC3366 (or #C36).

RGB color model

#DB277B color RGB value is (219,39,123).

  • red value is 219;
  • green value is 39;
  • blue value is 123.
RGB:
(219,39,123)
(86%,15%,48%)

RGB channels and saturation

R 219 of 255 = 86%
G 39 of 255 = 15%
B 123 of 255 = 48%

219
39
123

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

Portions of RGB colors in percentages

R + G + B =
219 + 39 + 123 = 381 (100%)
R 219 of 381 ~ 57.48%
G 39 of 381 ~ 10.24%
B 123 of 381 ~ 32.28%

%57.48
%10.24
%32.28

CMYK color model

#DB277B color CMYK value is (0,82,44,14).

  • cyan value is 0.00%
  • magenta value is 82.19%
  • yellow value is 43.84%
  • key color value is 14.12%
CMYK:
(0,82,44,14)
C0M82Y44K14 
(0%,82%,44%,14%)
(0.00/0.82/0.44/0.14)	

CMYK percentages

%0
%82.19
%43.84
%14.12

Codes

Color #DB277B in popluar color models

DB277B
RGB21939123
HSL332°71.43%50.59%
HSB/HSV332°82.19%85.88%
CMYK0.00%82.19%43.84%
14.12%

Color #DB277B in popluar number systems.

HEXDB277B
Decimal21939123
Binary110110111001111111011
Octal33347173

Shades and tints

Shades of #DB277B

#DB277B
(219,39,123)
#C82470
(200,36,112)
#B52165
(181,33,101)
#A21E5A
(162,30,90)
#8F1B4F
(143,27,79)
#7C1844
(124,24,68)
#691539
(105,21,57)
#56122E
(86,18,46)
#430F23
(67,15,35)
#300C18
(48,12,24)
#1D090D
(29,9,13)
#000000
(0,0,0)

Tints of #DB277B

#DB277B
(219,39,123)
#DE3A87
(222,58,135)
#E14D93
(225,77,147)
#E4609F
(228,96,159)
#E773AB
(231,115,171)
#EA86B7
(234,134,183)
#ED99C3
(237,153,195)
#F0ACCF
(240,172,207)
#F3BFDB
(243,191,219)
#F6D2E7
(246,210,231)
#F9E5F3
(249,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB277B color. Also use rgb(219,39,123) instead hex code.

Text Font Color

.myTextColor { color: #DB277B; }

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

This text font color is #DB277B.


Background Color

.myBgColor { background-color: #DB277B; }

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

This div background color is #DB277B.


Border color

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

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

This div border color is #DB277B.


Opacity

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

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

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

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

This text has shadow with #DB277B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB277B on black background.


Color preview on white background

This text has color #DB277B on white background.



Black color preview on #DB277B background

This text has black color on #DB277B background.


White color preview on #DB277B background

This text has white color on #DB277B background.