COLOR #DA99D1

HEX: #DA99D1
RGB: (218,153,209)

Color info

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

RGB color model

#DA99D1 color RGB value is (218,153,209).

  • red value is 218;
  • green value is 153;
  • blue value is 209.
RGB:
(218,153,209)
(85%,60%,82%)

RGB channels and saturation

R 218 of 255 = 85%
G 153 of 255 = 60%
B 209 of 255 = 82%

218
153
209

R + G + B ~ 76%. #DA99D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 153 + 209 = 580 (100%)
R 218 of 580 ~ 37.59%
G 153 of 580 ~ 26.38%
B 209 of 580 ~ 36.03%

%37.59
%26.38
%36.03

CMYK color model

#DA99D1 color CMYK value is (0,30,4,15).

  • cyan value is 0.00%
  • magenta value is 29.82%
  • yellow value is 4.13%
  • key color value is 14.51%
CMYK:
(0,30,4,15)
C0M30Y4K15 
(0%,30%,4%,15%)
(0.00/0.30/0.04/0.15)	

CMYK percentages

%0
%29.82
%4.13
%14.51

Codes

Color #DA99D1 in popluar color models

DA99D1
RGB218153209
HSL308°46.76%72.75%
HSB/HSV308°29.82%85.49%
CMYK0.00%29.82%4.13%
14.51%

Color #DA99D1 in popluar number systems.

HEXDA99D1
Decimal218153209
Binary110110101001100111010001
Octal332231321

Shades and tints

Shades of #DA99D1

#DA99D1
(218,153,209)
#C78CBE
(199,140,190)
#B47FAB
(180,127,171)
#A17298
(161,114,152)
#8E6585
(142,101,133)
#7B5872
(123,88,114)
#684B5F
(104,75,95)
#553E4C
(85,62,76)
#423139
(66,49,57)
#2F2426
(47,36,38)
#1C1713
(28,23,19)
#000000
(0,0,0)

Tints of #DA99D1

#DA99D1
(218,153,209)
#DDA2D5
(221,162,213)
#E0ABD9
(224,171,217)
#E3B4DD
(227,180,221)
#E6BDE1
(230,189,225)
#E9C6E5
(233,198,229)
#ECCFE9
(236,207,233)
#EFD8ED
(239,216,237)
#F2E1F1
(242,225,241)
#F5EAF5
(245,234,245)
#F8F3F9
(248,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA99D1; }

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

This text font color is #DA99D1.


Background Color

.myBgColor { background-color: #DA99D1; }

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

This div background color is #DA99D1.


Border color

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

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

This div border color is #DA99D1.


Opacity

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

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

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

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

This text has shadow with #DA99D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA99D1 on black background.


Color preview on white background

This text has color #DA99D1 on white background.



Black color preview on #DA99D1 background

This text has black color on #DA99D1 background.


White color preview on #DA99D1 background

This text has white color on #DA99D1 background.