COLOR #DB6088

HEX: #DB6088
RGB: (219,96,136)

Color info

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

RGB color model

#DB6088 color RGB value is (219,96,136).

  • red value is 219;
  • green value is 96;
  • blue value is 136.
RGB:
(219,96,136)
(86%,38%,53%)

RGB channels and saturation

R 219 of 255 = 86%
G 96 of 255 = 38%
B 136 of 255 = 53%

219
96
136

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

Portions of RGB colors in percentages

R + G + B =
219 + 96 + 136 = 451 (100%)
R 219 of 451 ~ 48.56%
G 96 of 451 ~ 21.29%
B 136 of 451 ~ 30.16%

%48.56
%21.29
%30.16

CMYK color model

#DB6088 color CMYK value is (0,56,38,14).

  • cyan value is 0.00%
  • magenta value is 56.16%
  • yellow value is 37.90%
  • key color value is 14.12%
CMYK:
(0,56,38,14)
C0M56Y38K14 
(0%,56%,38%,14%)
(0.00/0.56/0.38/0.14)	

CMYK percentages

%0
%56.16
%37.9
%14.12

Codes

Color #DB6088 in popluar color models

DB6088
RGB21996136
HSL340°63.08%61.76%
HSB/HSV340°56.16%85.88%
CMYK0.00%56.16%37.90%
14.12%

Color #DB6088 in popluar number systems.

HEXDB6088
Decimal21996136
Binary11011011110000010001000
Octal333140210

Shades and tints

Shades of #DB6088

#DB6088
(219,96,136)
#C8587C
(200,88,124)
#B55070
(181,80,112)
#A24864
(162,72,100)
#8F4058
(143,64,88)
#7C384C
(124,56,76)
#693040
(105,48,64)
#562834
(86,40,52)
#432028
(67,32,40)
#30181C
(48,24,28)
#1D1010
(29,16,16)
#000000
(0,0,0)

Tints of #DB6088

#DB6088
(219,96,136)
#DE6E92
(222,110,146)
#E17C9C
(225,124,156)
#E48AA6
(228,138,166)
#E798B0
(231,152,176)
#EAA6BA
(234,166,186)
#EDB4C4
(237,180,196)
#F0C2CE
(240,194,206)
#F3D0D8
(243,208,216)
#F6DEE2
(246,222,226)
#F9ECEC
(249,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB6088 color. Also use rgb(219,96,136) instead hex code.

Text Font Color

.myTextColor { color: #DB6088; }

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

This text font color is #DB6088.


Background Color

.myBgColor { background-color: #DB6088; }

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

This div background color is #DB6088.


Border color

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

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

This div border color is #DB6088.


Opacity

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

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

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

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

This text has shadow with #DB6088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB6088 on black background.


Color preview on white background

This text has color #DB6088 on white background.



Black color preview on #DB6088 background

This text has black color on #DB6088 background.


White color preview on #DB6088 background

This text has white color on #DB6088 background.