COLOR #DA99E3

HEX: #DA99E3 RGB: (218,153,227)

Color info

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

RGB color model

#DA99E3 color RGB value is (218,153,227).

RGB: (218,153,227) (85%, 60%, 89%)

RGB channels and saturation

R 218 of 255 = 85%
G 153 of 255 = 60%
B 227 of 255 = 89%

218
153
227

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

Portions of RGB colors in percentages

R + G + B = 218 + 153 + 227 = 598 (100%)
R 218 of 598 ~ 36.45%
G 153 of 598 ~ 25.59%
B 227 of 598 ~ 37.96'%

%36.45
%25.59
%37.96

CMYK color model

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

  • cyan value is 3.96%
  • 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.96
%32.6
%0
%10.98

Codes

Color #DA99E3 in popluar color models

DA 99 E3
RGB 218 153 227
HSL 293° 56.92% 74.51%
HSB/HSV 293° 32.60% 89.02%
CMYK 3.96% 32.60% 0.00%
10.98%

Color #DA99E3 in popluar number systems.

HEX DA 99 E3
Decimal 218 153 227
Binary 11011010 10011001 11100011
Octal 332 231 343

Shades and tints

Shades of #DA99E3

#DA99E3
(218,153,227)
#C78CCF
(199,140,207)
#B47FBB
(180,127,187)
#A172A7
(161,114,167)
#8E6593
(142,101,147)
#7B587F
(123,88,127)
#684B6B
(104,75,107)
#553E57
(85,62,87)
#423143
(66,49,67)
#2F242F
(47,36,47)
#1C171B
(28,23,27)
#000000
(0,0,0)

Tints of #DA99E3

#DA99E3
(218,153,227)
#DDA2E5
(221,162,229)
#E0ABE7
(224,171,231)
#E3B4E9
(227,180,233)
#E6BDEB
(230,189,235)
#E9C6ED
(233,198,237)
#ECCFEF
(236,207,239)
#EFD8F1
(239,216,241)
#F2E1F3
(242,225,243)
#F5EAF5
(245,234,245)
#F8F3F7
(248,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA99E3; }

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

This text font color is #DA99E3.

Background Color

.myBgColor { background-color: #DA99E3; }

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

This div background color is #DA99E3.

Border color

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

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

This div border color is #DA99E3.

Opacity

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

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

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

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

This text has shadow with #DA99E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DA99E3.

Preview

Color preview on black background

This text has color #DA99E3 on black background.


Color preview on white background

This text has color #DA99E3 on white background.


Black color preview on #DA99E3 background

This text has black color on #DA99E3 background.


White color preview on #DA99E3 background

This text has white color on #DA99E3 background.


Related colors

Complementary color

Complementary color for #hex is #25661C.


I love getcolorcode.com

Triadic colors

1 #E3DA99 and #99E3DA with #DA99E3 are triadic colors.

2 #E399DA and #99DAE3 with #DA99E3 are triadic colors.