COLOR #DA93D3

HEX: #DA93D3
RGB: (218,147,211)

Color info

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

RGB color model

#DA93D3 color RGB value is (218,147,211).

  • red value is 218;
  • green value is 147;
  • blue value is 211.
RGB:
(218,147,211)
(85%,58%,83%)

RGB channels and saturation

R 218 of 255 = 85%
G 147 of 255 = 58%
B 211 of 255 = 83%

218
147
211

R + G + B ~ 75%. #DA93D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 147 + 211 = 576 (100%)
R 218 of 576 ~ 37.85%
G 147 of 576 ~ 25.52%
B 211 of 576 ~ 36.63%

%37.85
%25.52
%36.63

CMYK color model

#DA93D3 color CMYK value is (0,33,3,15).

  • cyan value is 0.00%
  • magenta value is 32.57%
  • yellow value is 3.21%
  • key color value is 14.51%
CMYK:
(0,33,3,15)
C0M33Y3K15 
(0%,33%,3%,15%)
(0.00/0.33/0.03/0.15)	

CMYK percentages

%0
%32.57
%3.21
%14.51

Codes

Color #DA93D3 in popluar color models

DA93D3
RGB218147211
HSL306°48.97%71.57%
HSB/HSV306°32.57%85.49%
CMYK0.00%32.57%3.21%
14.51%

Color #DA93D3 in popluar number systems.

HEXDA93D3
Decimal218147211
Binary110110101001001111010011
Octal332223323

Shades and tints

Shades of #DA93D3

#DA93D3
(218,147,211)
#C786C0
(199,134,192)
#B479AD
(180,121,173)
#A16C9A
(161,108,154)
#8E5F87
(142,95,135)
#7B5274
(123,82,116)
#684561
(104,69,97)
#55384E
(85,56,78)
#422B3B
(66,43,59)
#2F1E28
(47,30,40)
#1C1115
(28,17,21)
#000000
(0,0,0)

Tints of #DA93D3

#DA93D3
(218,147,211)
#DD9CD7
(221,156,215)
#E0A5DB
(224,165,219)
#E3AEDF
(227,174,223)
#E6B7E3
(230,183,227)
#E9C0E7
(233,192,231)
#ECC9EB
(236,201,235)
#EFD2EF
(239,210,239)
#F2DBF3
(242,219,243)
#F5E4F7
(245,228,247)
#F8EDFB
(248,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA93D3; }

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

This text font color is #DA93D3.


Background Color

.myBgColor { background-color: #DA93D3; }

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

This div background color is #DA93D3.


Border color

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

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

This div border color is #DA93D3.


Opacity

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

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

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

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

This text has shadow with #DA93D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA93D3 on black background.


Color preview on white background

This text has color #DA93D3 on white background.



Black color preview on #DA93D3 background

This text has black color on #DA93D3 background.


White color preview on #DA93D3 background

This text has white color on #DA93D3 background.