COLOR #DB99E3

HEX: #DB99E3
RGB: (219,153,227)

Color info

#DB99E3 contains mainly red and blue colors. Web safe color of #DB99E3 is #CC99CC (or #C9C).

RGB color model

#DB99E3 color RGB value is (219,153,227).

  • red value is 219;
  • green value is 153;
  • blue value is 227.
RGB:
(219,153,227)
(86%,60%,89%)

RGB channels and saturation

R 219 of 255 = 86%
G 153 of 255 = 60%
B 227 of 255 = 89%

219
153
227

R + G + B ~ 78%. #DB99E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 153 + 227 = 599 (100%)
R 219 of 599 ~ 36.56%
G 153 of 599 ~ 25.54%
B 227 of 599 ~ 37.9%

%36.56
%25.54
%37.9

CMYK color model

#DB99E3 color CMYK value is (4,33,0,11).

  • cyan value is 3.52%
  • magenta value is 32.60%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(4,33,0,11)
C4M33Y0K11 
(4%,33%,0%,11%)
(0.04/0.33/0.00/0.11)	

CMYK percentages

%3.52
%32.6
%0
%10.98

Codes

Color #DB99E3 in popluar color models

DB99E3
RGB219153227
HSL294°56.92%74.51%
HSB/HSV294°32.60%89.02%
CMYK3.52%32.60%0.00%
10.98%

Color #DB99E3 in popluar number systems.

HEXDB99E3
Decimal219153227
Binary110110111001100111100011
Octal333231343

Shades and tints

Shades of #DB99E3

#DB99E3
(219,153,227)
#C88CCF
(200,140,207)
#B57FBB
(181,127,187)
#A272A7
(162,114,167)
#8F6593
(143,101,147)
#7C587F
(124,88,127)
#694B6B
(105,75,107)
#563E57
(86,62,87)
#433143
(67,49,67)
#30242F
(48,36,47)
#1D171B
(29,23,27)
#000000
(0,0,0)

Tints of #DB99E3

#DB99E3
(219,153,227)
#DEA2E5
(222,162,229)
#E1ABE7
(225,171,231)
#E4B4E9
(228,180,233)
#E7BDEB
(231,189,235)
#EAC6ED
(234,198,237)
#EDCFEF
(237,207,239)
#F0D8F1
(240,216,241)
#F3E1F3
(243,225,243)
#F6EAF5
(246,234,245)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB99E3 color. Also use rgb(219,153,227) instead hex code.

Text Font Color

.myTextColor { color: #DB99E3; }

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

This text font color is #DB99E3.


Background Color

.myBgColor { background-color: #DB99E3; }

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

This div background color is #DB99E3.


Border color

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

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

This div border color is #DB99E3.


Opacity

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

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

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

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

This text has shadow with #DB99E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB99E3 on black background.


Color preview on white background

This text has color #DB99E3 on white background.



Black color preview on #DB99E3 background

This text has black color on #DB99E3 background.


White color preview on #DB99E3 background

This text has white color on #DB99E3 background.