COLOR #DC93B9

HEX: #DC93B9
RGB: (220,147,185)

Color info

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

RGB color model

#DC93B9 color RGB value is (220,147,185).

  • red value is 220;
  • green value is 147;
  • blue value is 185.
RGB:
(220,147,185)
(86%,58%,73%)

RGB channels and saturation

R 220 of 255 = 86%
G 147 of 255 = 58%
B 185 of 255 = 73%

220
147
185

R + G + B ~ 72%. #DC93B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 147 + 185 = 552 (100%)
R 220 of 552 ~ 39.86%
G 147 of 552 ~ 26.63%
B 185 of 552 ~ 33.51%

%39.86
%26.63
%33.51

CMYK color model

#DC93B9 color CMYK value is (0,33,16,14).

  • cyan value is 0.00%
  • magenta value is 33.18%
  • yellow value is 15.91%
  • key color value is 13.73%
CMYK:
(0,33,16,14)
C0M33Y16K14 
(0%,33%,16%,14%)
(0.00/0.33/0.16/0.14)	

CMYK percentages

%0
%33.18
%15.91
%13.73

Codes

Color #DC93B9 in popluar color models

DC93B9
RGB220147185
HSL329°51.05%71.96%
HSB/HSV329°33.18%86.27%
CMYK0.00%33.18%15.91%
13.73%

Color #DC93B9 in popluar number systems.

HEXDC93B9
Decimal220147185
Binary110111001001001110111001
Octal334223271

Shades and tints

Shades of #DC93B9

#DC93B9
(220,147,185)
#C886A9
(200,134,169)
#B47999
(180,121,153)
#A06C89
(160,108,137)
#8C5F79
(140,95,121)
#785269
(120,82,105)
#644559
(100,69,89)
#503849
(80,56,73)
#3C2B39
(60,43,57)
#281E29
(40,30,41)
#141119
(20,17,25)
#000000
(0,0,0)

Tints of #DC93B9

#DC93B9
(220,147,185)
#DF9CBF
(223,156,191)
#E2A5C5
(226,165,197)
#E5AECB
(229,174,203)
#E8B7D1
(232,183,209)
#EBC0D7
(235,192,215)
#EEC9DD
(238,201,221)
#F1D2E3
(241,210,227)
#F4DBE9
(244,219,233)
#F7E4EF
(247,228,239)
#FAEDF5
(250,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC93B9 color. Also use rgb(220,147,185) instead hex code.

Text Font Color

.myTextColor { color: #DC93B9; }

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

This text font color is #DC93B9.


Background Color

.myBgColor { background-color: #DC93B9; }

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

This div background color is #DC93B9.


Border color

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

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

This div border color is #DC93B9.


Opacity

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

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

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

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

This text has shadow with #DC93B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC93B9 on black background.


Color preview on white background

This text has color #DC93B9 on white background.



Black color preview on #DC93B9 background

This text has black color on #DC93B9 background.


White color preview on #DC93B9 background

This text has white color on #DC93B9 background.