COLOR #DA93B2

HEX: #DA93B2
RGB: (218,147,178)

Color info

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

RGB color model

#DA93B2 color RGB value is (218,147,178).

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

RGB channels and saturation

R 218 of 255 = 85%
G 147 of 255 = 58%
B 178 of 255 = 70%

218
147
178

R + G + B ~ 71%. #DA93B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 147 + 178 = 543 (100%)
R 218 of 543 ~ 40.15%
G 147 of 543 ~ 27.07%
B 178 of 543 ~ 32.78%

%40.15
%27.07
%32.78

CMYK color model

#DA93B2 color CMYK value is (0,33,18,15).

  • cyan value is 0.00%
  • magenta value is 32.57%
  • yellow value is 18.35%
  • key color value is 14.51%
CMYK:
(0,33,18,15)
C0M33Y18K15 
(0%,33%,18%,15%)
(0.00/0.33/0.18/0.15)	

CMYK percentages

%0
%32.57
%18.35
%14.51

Codes

Color #DA93B2 in popluar color models

DA93B2
RGB218147178
HSL334°48.97%71.57%
HSB/HSV334°32.57%85.49%
CMYK0.00%32.57%18.35%
14.51%

Color #DA93B2 in popluar number systems.

HEXDA93B2
Decimal218147178
Binary110110101001001110110010
Octal332223262

Shades and tints

Shades of #DA93B2

#DA93B2
(218,147,178)
#C786A2
(199,134,162)
#B47992
(180,121,146)
#A16C82
(161,108,130)
#8E5F72
(142,95,114)
#7B5262
(123,82,98)
#684552
(104,69,82)
#553842
(85,56,66)
#422B32
(66,43,50)
#2F1E22
(47,30,34)
#1C1112
(28,17,18)
#000000
(0,0,0)

Tints of #DA93B2

#DA93B2
(218,147,178)
#DD9CB9
(221,156,185)
#E0A5C0
(224,165,192)
#E3AEC7
(227,174,199)
#E6B7CE
(230,183,206)
#E9C0D5
(233,192,213)
#ECC9DC
(236,201,220)
#EFD2E3
(239,210,227)
#F2DBEA
(242,219,234)
#F5E4F1
(245,228,241)
#F8EDF8
(248,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA93B2; }

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

This text font color is #DA93B2.


Background Color

.myBgColor { background-color: #DA93B2; }

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

This div background color is #DA93B2.


Border color

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

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

This div border color is #DA93B2.


Opacity

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

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

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

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

This text has shadow with #DA93B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA93B2 on black background.


Color preview on white background

This text has color #DA93B2 on white background.



Black color preview on #DA93B2 background

This text has black color on #DA93B2 background.


White color preview on #DA93B2 background

This text has white color on #DA93B2 background.