COLOR #DB76DD

HEX: #DB76DD
RGB: (219,118,221)

Color info

#DB76DD contains mainly red and blue colors. Web safe color of #DB76DD is #CC66CC (or #C6C).

RGB color model

#DB76DD color RGB value is (219,118,221).

  • red value is 219;
  • green value is 118;
  • blue value is 221.
RGB:
(219,118,221)
(86%,46%,87%)

RGB channels and saturation

R 219 of 255 = 86%
G 118 of 255 = 46%
B 221 of 255 = 87%

219
118
221

R + G + B ~ 73%. #DB76DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 118 + 221 = 558 (100%)
R 219 of 558 ~ 39.25%
G 118 of 558 ~ 21.15%
B 221 of 558 ~ 39.61%

%39.25
%21.15
%39.61

CMYK color model

#DB76DD color CMYK value is (1,47,0,13).

  • cyan value is 0.90%
  • magenta value is 46.61%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(1,47,0,13)
C1M47Y0K13 
(1%,47%,0%,13%)
(0.01/0.47/0.00/0.13)	

CMYK percentages

%0.9
%46.61
%0
%13.33

Codes

Color #DB76DD in popluar color models

DB76DD
RGB219118221
HSL299°60.23%66.47%
HSB/HSV299°46.61%86.67%
CMYK0.90%46.61%0.00%
13.33%

Color #DB76DD in popluar number systems.

HEXDB76DD
Decimal219118221
Binary11011011111011011011101
Octal333166335

Shades and tints

Shades of #DB76DD

#DB76DD
(219,118,221)
#C86CC9
(200,108,201)
#B562B5
(181,98,181)
#A258A1
(162,88,161)
#8F4E8D
(143,78,141)
#7C4479
(124,68,121)
#693A65
(105,58,101)
#563051
(86,48,81)
#43263D
(67,38,61)
#301C29
(48,28,41)
#1D1215
(29,18,21)
#000000
(0,0,0)

Tints of #DB76DD

#DB76DD
(219,118,221)
#DE82E0
(222,130,224)
#E18EE3
(225,142,227)
#E49AE6
(228,154,230)
#E7A6E9
(231,166,233)
#EAB2EC
(234,178,236)
#EDBEEF
(237,190,239)
#F0CAF2
(240,202,242)
#F3D6F5
(243,214,245)
#F6E2F8
(246,226,248)
#F9EEFB
(249,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB76DD color. Also use rgb(219,118,221) instead hex code.

Text Font Color

.myTextColor { color: #DB76DD; }

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

This text font color is #DB76DD.


Background Color

.myBgColor { background-color: #DB76DD; }

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

This div background color is #DB76DD.


Border color

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

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

This div border color is #DB76DD.


Opacity

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

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

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

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

This text has shadow with #DB76DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB76DD on black background.


Color preview on white background

This text has color #DB76DD on white background.



Black color preview on #DB76DD background

This text has black color on #DB76DD background.


White color preview on #DB76DD background

This text has white color on #DB76DD background.