COLOR #DA99A5

HEX: #DA99A5 RGB: (218,153,165)

Color info

#DA99A5 contains mainly red and blue colors. Web safe color of #DA99A5 is #CC9999 (or #C99).

RGB color model

#DA99A5 color RGB value is (218,153,165).

RGB: (218,153,165) (85%, 60%, 65%)

RGB channels and saturation

R 218 of 255 = 85%
G 153 of 255 = 60%
B 165 of 255 = 65%

218
153
165

R + G + B ~ 70%. #DA99A5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 153 + 165 = 536 (100%)
R 218 of 536 ~ 40.67%
G 153 of 536 ~ 28.54%
B 165 of 536 ~ 30.78'%

%40.67
%28.54
%30.78

CMYK color model

#DA99A5 color CMYK value is (0,30,24,15).

  • cyan value is 0.00%
  • magenta value is 29.82%
  • yellow value is 24.31%
  • key color value is 14.51%

CMYK: (0,30,24,15)
C0M30Y24K15 (0%, 30%, 24%, 15%)
(0.00 / 0.30 / 0.24 / 0.15)

CMYK percentages

%0
%29.82
%24.31
%14.51

Codes

Color #DA99A5 in popluar color models

DA 99 A5
RGB 218 153 165
HSL 349° 46.76% 72.75%
HSB/HSV 349° 29.82% 85.49%
CMYK 0.00% 29.82% 24.31%
14.51%

Color #DA99A5 in popluar number systems.

HEX DA 99 A5
Decimal 218 153 165
Binary 11011010 10011001 10100101
Octal 332 231 245

Shades and tints

Shades of #DA99A5

#DA99A5
(218,153,165)
#C78C96
(199,140,150)
#B47F87
(180,127,135)
#A17278
(161,114,120)
#8E6569
(142,101,105)
#7B585A
(123,88,90)
#684B4B
(104,75,75)
#553E3C
(85,62,60)
#42312D
(66,49,45)
#2F241E
(47,36,30)
#1C170F
(28,23,15)
#000000
(0,0,0)

Tints of #DA99A5

#DA99A5
(218,153,165)
#DDA2AD
(221,162,173)
#E0ABB5
(224,171,181)
#E3B4BD
(227,180,189)
#E6BDC5
(230,189,197)
#E9C6CD
(233,198,205)
#ECCFD5
(236,207,213)
#EFD8DD
(239,216,221)
#F2E1E5
(242,225,229)
#F5EAED
(245,234,237)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA99A5; }

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

This text font color is #DA99A5.

Background Color

.myBgColor { background-color: #DA99A5; }

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

This div background color is #DA99A5.

Border color

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

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

This div border color is #DA99A5.

Opacity

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

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

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

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

This text has shadow with #DA99A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DA99A5.

Preview

Color preview on black background

This text has color #DA99A5 on black background.


Color preview on white background

This text has color #DA99A5 on white background.


Black color preview on #DA99A5 background

This text has black color on #DA99A5 background.


White color preview on #DA99A5 background

This text has white color on #DA99A5 background.


Related colors

Complementary color

Complementary color for #hex is #25665A.


I love getcolorcode.com

Triadic colors

1 #A5DA99 and #99A5DA with #DA99A5 are triadic colors.

2 #A599DA and #99DAA5 with #DA99A5 are triadic colors.