COLOR #DAA5F2

HEX: #DAA5F2 RGB: (218,165,242)

Color info

#DAA5F2 contains mainly red and blue colors. Web safe color of #DAA5F2 is #CC99FF (or #C9F).

RGB color model

#DAA5F2 color RGB value is (218,165,242).

RGB: (218,165,242) (85%, 65%, 95%)

RGB channels and saturation

R 218 of 255 = 85%
G 165 of 255 = 65%
B 242 of 255 = 95%

218
165
242

R + G + B ~ 82%. #DAA5F2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 165 + 242 = 625 (100%)
R 218 of 625 ~ 34.88%
G 165 of 625 ~ 26.4%
B 242 of 625 ~ 38.72'%

%34.88
%26.4
%38.72

CMYK color model

#DAA5F2 color CMYK value is (10,32,0,5).

  • cyan value is 9.92%
  • magenta value is 31.82%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (10,32,0,5)
C10M32Y0K5 (10%, 32%, 0%, 5%)
(0.10 / 0.32 / 0.00 / 0.05)

CMYK percentages

%9.92
%31.82
%0
%5.1

Codes

Color #DAA5F2 in popluar color models

DA A5 F2
RGB 218 165 242
HSL 281° 74.76% 79.80%
HSB/HSV 281° 31.82% 94.90%
CMYK 9.92% 31.82% 0.00%
5.10%

Color #DAA5F2 in popluar number systems.

HEX DA A5 F2
Decimal 218 165 242
Binary 11011010 10100101 11110010
Octal 332 245 362

Shades and tints

Shades of #DAA5F2

#DAA5F2
(218,165,242)
#C796DC
(199,150,220)
#B487C6
(180,135,198)
#A178B0
(161,120,176)
#8E699A
(142,105,154)
#7B5A84
(123,90,132)
#684B6E
(104,75,110)
#553C58
(85,60,88)
#422D42
(66,45,66)
#2F1E2C
(47,30,44)
#1C0F16
(28,15,22)
#000000
(0,0,0)

Tints of #DAA5F2

#DAA5F2
(218,165,242)
#DDADF3
(221,173,243)
#E0B5F4
(224,181,244)
#E3BDF5
(227,189,245)
#E6C5F6
(230,197,246)
#E9CDF7
(233,205,247)
#ECD5F8
(236,213,248)
#EFDDF9
(239,221,249)
#F2E5FA
(242,229,250)
#F5EDFB
(245,237,251)
#F8F5FC
(248,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAA5F2; }

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

This text font color is #DAA5F2.

Background Color

.myBgColor { background-color: #DAA5F2; }

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

This div background color is #DAA5F2.

Border color

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

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

This div border color is #DAA5F2.

Opacity

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

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

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

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

This text has shadow with #DAA5F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAA5F2.

Preview

Color preview on black background

This text has color #DAA5F2 on black background.


Color preview on white background

This text has color #DAA5F2 on white background.


Black color preview on #DAA5F2 background

This text has black color on #DAA5F2 background.


White color preview on #DAA5F2 background

This text has white color on #DAA5F2 background.


Related colors

Complementary color

Complementary color for #hex is #255A0D.


I love getcolorcode.com

Triadic colors

1 #F2DAA5 and #A5F2DA with #DAA5F2 are triadic colors.

2 #F2A5DA and #A5DAF2 with #DAA5F2 are triadic colors.