COLOR #DB0552

HEX: #DB0552
RGB: (219,5,82)

Color info

#DB0552 contains mainly red color. Web safe color of #DB0552 is #CC0066 (or #C06).

RGB color model

#DB0552 color RGB value is (219,5,82).

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

RGB channels and saturation

R 219 of 255 = 86%
G 5 of 255 = 2%
B 82 of 255 = 32%

219
5
82

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

Portions of RGB colors in percentages

R + G + B =
219 + 5 + 82 = 306 (100%)
R 219 of 306 ~ 71.57%
G 5 of 306 ~ 1.63%
B 82 of 306 ~ 26.8%

%71.57
%26.8

CMYK color model

#DB0552 color CMYK value is (0,98,63,14).

  • cyan value is 0.00%
  • magenta value is 97.72%
  • yellow value is 62.56%
  • key color value is 14.12%
CMYK:
(0,98,63,14)
C0M98Y63K14 
(0%,98%,63%,14%)
(0.00/0.98/0.63/0.14)	

CMYK percentages

%0
%97.72
%62.56
%14.12

Codes

Color #DB0552 in popluar color models

DB0552
RGB219582
HSL338°95.54%43.92%
HSB/HSV338°97.72%85.88%
CMYK0.00%97.72%62.56%
14.12%

Color #DB0552 in popluar number systems.

HEXDB0552
Decimal219582
Binary110110111011010010
Octal3335122

Shades and tints

Shades of #DB0552

#DB0552
(219,5,82)
#C8054B
(200,5,75)
#B50544
(181,5,68)
#A2053D
(162,5,61)
#8F0536
(143,5,54)
#7C052F
(124,5,47)
#690528
(105,5,40)
#560521
(86,5,33)
#43051A
(67,5,26)
#300513
(48,5,19)
#1D050C
(29,5,12)
#000000
(0,0,0)

Tints of #DB0552

#DB0552
(219,5,82)
#DE1B61
(222,27,97)
#E13170
(225,49,112)
#E4477F
(228,71,127)
#E75D8E
(231,93,142)
#EA739D
(234,115,157)
#ED89AC
(237,137,172)
#F09FBB
(240,159,187)
#F3B5CA
(243,181,202)
#F6CBD9
(246,203,217)
#F9E1E8
(249,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB0552; }

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

This text font color is #DB0552.


Background Color

.myBgColor { background-color: #DB0552; }

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

This div background color is #DB0552.


Border color

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

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

This div border color is #DB0552.


Opacity

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

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

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

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

This text has shadow with #DB0552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB0552 on black background.


Color preview on white background

This text has color #DB0552 on white background.



Black color preview on #DB0552 background

This text has black color on #DB0552 background.


White color preview on #DB0552 background

This text has white color on #DB0552 background.