COLOR #DB69B1

HEX: #DB69B1
RGB: (219,105,177)

Color info

#DB69B1 contains mainly red and blue colors. Web safe color of #DB69B1 is #CC6699 (or #C69).

RGB color model

#DB69B1 color RGB value is (219,105,177).

  • red value is 219;
  • green value is 105;
  • blue value is 177.
RGB:
(219,105,177)
(86%,41%,69%)

RGB channels and saturation

R 219 of 255 = 86%
G 105 of 255 = 41%
B 177 of 255 = 69%

219
105
177

R + G + B ~ 65%. #DB69B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 105 + 177 = 501 (100%)
R 219 of 501 ~ 43.71%
G 105 of 501 ~ 20.96%
B 177 of 501 ~ 35.33%

%43.71
%20.96
%35.33

CMYK color model

#DB69B1 color CMYK value is (0,52,19,14).

  • cyan value is 0.00%
  • magenta value is 52.05%
  • yellow value is 19.18%
  • key color value is 14.12%
CMYK:
(0,52,19,14)
C0M52Y19K14 
(0%,52%,19%,14%)
(0.00/0.52/0.19/0.14)	

CMYK percentages

%0
%52.05
%19.18
%14.12

Codes

Color #DB69B1 in popluar color models

DB69B1
RGB219105177
HSL322°61.29%63.53%
HSB/HSV322°52.05%85.88%
CMYK0.00%52.05%19.18%
14.12%

Color #DB69B1 in popluar number systems.

HEXDB69B1
Decimal219105177
Binary11011011110100110110001
Octal333151261

Shades and tints

Shades of #DB69B1

#DB69B1
(219,105,177)
#C860A1
(200,96,161)
#B55791
(181,87,145)
#A24E81
(162,78,129)
#8F4571
(143,69,113)
#7C3C61
(124,60,97)
#693351
(105,51,81)
#562A41
(86,42,65)
#432131
(67,33,49)
#301821
(48,24,33)
#1D0F11
(29,15,17)
#000000
(0,0,0)

Tints of #DB69B1

#DB69B1
(219,105,177)
#DE76B8
(222,118,184)
#E183BF
(225,131,191)
#E490C6
(228,144,198)
#E79DCD
(231,157,205)
#EAAAD4
(234,170,212)
#EDB7DB
(237,183,219)
#F0C4E2
(240,196,226)
#F3D1E9
(243,209,233)
#F6DEF0
(246,222,240)
#F9EBF7
(249,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB69B1 color. Also use rgb(219,105,177) instead hex code.

Text Font Color

.myTextColor { color: #DB69B1; }

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

This text font color is #DB69B1.


Background Color

.myBgColor { background-color: #DB69B1; }

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

This div background color is #DB69B1.


Border color

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

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

This div border color is #DB69B1.


Opacity

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

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

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

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

This text has shadow with #DB69B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB69B1 on black background.


Color preview on white background

This text has color #DB69B1 on white background.



Black color preview on #DB69B1 background

This text has black color on #DB69B1 background.


White color preview on #DB69B1 background

This text has white color on #DB69B1 background.