COLOR #DB99DA

HEX: #DB99DA RGB: (219,153,218)

Color info

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

RGB color model

#DB99DA color RGB value is (219,153,218).

RGB: (219,153,218) (86%, 60%, 85%)

RGB channels and saturation

R 219 of 255 = 86%
G 153 of 255 = 60%
B 218 of 255 = 85%

219
153
218

R + G + B ~ 77%. #DB99DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 153 + 218 = 590 (100%)
R 219 of 590 ~ 37.12%
G 153 of 590 ~ 25.93%
B 218 of 590 ~ 36.95'%

%37.12
%25.93
%36.95

CMYK color model

#DB99DA color CMYK value is (0,30,0,14).

  • cyan value is 0.00%
  • magenta value is 30.14%
  • yellow value is 0.46%
  • key color value is 14.12%

CMYK: (0,30,0,14)
C0M30Y0K14 (0%, 30%, 0%, 14%)
(0.00 / 0.30 / 0.00 / 0.14)

CMYK percentages

%0
%30.14
%0.46
%14.12

Codes

Color #DB99DA in popluar color models

DB 99 DA
RGB 219 153 218
HSL 301° 47.83% 72.94%
HSB/HSV 301° 30.14% 85.88%
CMYK 0.00% 30.14% 0.46%
14.12%

Color #DB99DA in popluar number systems.

HEX DB 99 DA
Decimal 219 153 218
Binary 11011011 10011001 11011010
Octal 333 231 332

Shades and tints

Shades of #DB99DA

#DB99DA
(219,153,218)
#C88CC7
(200,140,199)
#B57FB4
(181,127,180)
#A272A1
(162,114,161)
#8F658E
(143,101,142)
#7C587B
(124,88,123)
#694B68
(105,75,104)
#563E55
(86,62,85)
#433142
(67,49,66)
#30242F
(48,36,47)
#1D171C
(29,23,28)
#000000
(0,0,0)

Tints of #DB99DA

#DB99DA
(219,153,218)
#DEA2DD
(222,162,221)
#E1ABE0
(225,171,224)
#E4B4E3
(228,180,227)
#E7BDE6
(231,189,230)
#EAC6E9
(234,198,233)
#EDCFEC
(237,207,236)
#F0D8EF
(240,216,239)
#F3E1F2
(243,225,242)
#F6EAF5
(246,234,245)
#F9F3F8
(249,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB99DA; }

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

This text font color is #DB99DA.

Background Color

.myBgColor { background-color: #DB99DA; }

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

This div background color is #DB99DA.

Border color

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

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

This div border color is #DB99DA.

Opacity

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

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

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

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

This text has shadow with #DB99DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB99DA.

Preview

Color preview on black background

This text has color #DB99DA on black background.


Color preview on white background

This text has color #DB99DA on white background.


Black color preview on #DB99DA background

This text has black color on #DB99DA background.


White color preview on #DB99DA background

This text has white color on #DB99DA background.


Related colors

Complementary color

Complementary color for #hex is #246625.


I love getcolorcode.com

Triadic colors

1 #DADB99 and #99DADB with #DB99DA are triadic colors.

2 #DA99DB and #99DBDA with #DB99DA are triadic colors.