COLOR #DA93D7

HEX: #DA93D7 RGB: (218,147,215)

Color info

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

RGB color model

#DA93D7 color RGB value is (218,147,215).

RGB: (218,147,215) (85%, 58%, 84%)

RGB channels and saturation

R 218 of 255 = 85%
G 147 of 255 = 58%
B 215 of 255 = 84%

218
147
215

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

Portions of RGB colors in percentages

R + G + B = 218 + 147 + 215 = 580 (100%)
R 218 of 580 ~ 37.59%
G 147 of 580 ~ 25.34%
B 215 of 580 ~ 37.07'%

%37.59
%25.34
%37.07

CMYK color model

#DA93D7 color CMYK value is (0,33,1,15).

  • cyan value is 0.00%
  • magenta value is 32.57%
  • yellow value is 1.38%
  • key color value is 14.51%
CMYK: (0,33,1,15) C0M33Y1K15 (0%,33%,1%,15%) (0.00/0.33/0.01/0.15) 

CMYK percentages

%0
%32.57
%1.38
%14.51

Codes

Color #DA93D7 in popluar color models

DA 93 D7
RGB 218 147 215
HSL 303° 48.97% 71.57%
HSB/HSV 303° 32.57% 85.49%
CMYK 0.00% 32.57% 1.38%
14.51%

Color #DA93D7 in popluar number systems.

HEX DA 93 D7
Decimal 218 147 215
Binary 11011010 10010011 11010111
Octal 332 223 327

Shades and tints

Shades of #DA93D7

#DA93D7
(218,147,215)
#C786C4
(199,134,196)
#B479B1
(180,121,177)
#A16C9E
(161,108,158)
#8E5F8B
(142,95,139)
#7B5278
(123,82,120)
#684565
(104,69,101)
#553852
(85,56,82)
#422B3F
(66,43,63)
#2F1E2C
(47,30,44)
#1C1119
(28,17,25)
#000000
(0,0,0)

Tints of #DA93D7

#DA93D7
(218,147,215)
#DD9CDA
(221,156,218)
#E0A5DD
(224,165,221)
#E3AEE0
(227,174,224)
#E6B7E3
(230,183,227)
#E9C0E6
(233,192,230)
#ECC9E9
(236,201,233)
#EFD2EC
(239,210,236)
#F2DBEF
(242,219,239)
#F5E4F2
(245,228,242)
#F8EDF5
(248,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA93D7 color. Also use rgb(218,147,215) instead hex code.

Text Font Color

.myTextColor { color: #DA93D7; }

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

This text font color is #DA93D7.

Background Color

.myBgColor { background-color: #DA93D7; }

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

This div background color is #DA93D7.

Border color

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

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

This div border color is #DA93D7.

Opacity

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

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

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

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

This text has shadow with #DA93D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DA93D7.

Preview

Color preview on black background

This text has color #DA93D7 on black background.


Color preview on white background

This text has color #DA93D7 on white background.


Black color preview on #DA93D7 background

This text has black color on #DA93D7 background.


White color preview on #DA93D7 background

This text has white color on #DA93D7 background.


Related colors

Complementary color

Complementary color for #hex is #256C28.


I love getcolorcode.com

Triadic colors

1 #D7DA93 and #93D7DA with #DA93D7 are triadic colors.

2 #D793DA and #93DAD7 with #DA93D7 are triadic colors.