COLOR #DC93BF

HEX: #DC93BF
RGB: (220,147,191)

Color info

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

RGB color model

#DC93BF color RGB value is (220,147,191).

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

RGB channels and saturation

R 220 of 255 = 86%
G 147 of 255 = 58%
B 191 of 255 = 75%

220
147
191

R + G + B ~ 73%. #DC93BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 147 + 191 = 558 (100%)
R 220 of 558 ~ 39.43%
G 147 of 558 ~ 26.34%
B 191 of 558 ~ 34.23%

%39.43
%26.34
%34.23

CMYK color model

#DC93BF color CMYK value is (0,33,13,14).

  • cyan value is 0.00%
  • magenta value is 33.18%
  • yellow value is 13.18%
  • key color value is 13.73%
CMYK:
(0,33,13,14)
C0M33Y13K14 
(0%,33%,13%,14%)
(0.00/0.33/0.13/0.14)	

CMYK percentages

%0
%33.18
%13.18
%13.73

Codes

Color #DC93BF in popluar color models

DC93BF
RGB220147191
HSL324°51.05%71.96%
HSB/HSV324°33.18%86.27%
CMYK0.00%33.18%13.18%
13.73%

Color #DC93BF in popluar number systems.

HEXDC93BF
Decimal220147191
Binary110111001001001110111111
Octal334223277

Shades and tints

Shades of #DC93BF

#DC93BF
(220,147,191)
#C886AE
(200,134,174)
#B4799D
(180,121,157)
#A06C8C
(160,108,140)
#8C5F7B
(140,95,123)
#78526A
(120,82,106)
#644559
(100,69,89)
#503848
(80,56,72)
#3C2B37
(60,43,55)
#281E26
(40,30,38)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #DC93BF

#DC93BF
(220,147,191)
#DF9CC4
(223,156,196)
#E2A5C9
(226,165,201)
#E5AECE
(229,174,206)
#E8B7D3
(232,183,211)
#EBC0D8
(235,192,216)
#EEC9DD
(238,201,221)
#F1D2E2
(241,210,226)
#F4DBE7
(244,219,231)
#F7E4EC
(247,228,236)
#FAEDF1
(250,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC93BF; }

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

This text font color is #DC93BF.


Background Color

.myBgColor { background-color: #DC93BF; }

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

This div background color is #DC93BF.


Border color

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

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

This div border color is #DC93BF.


Opacity

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

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

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

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

This text has shadow with #DC93BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC93BF on black background.


Color preview on white background

This text has color #DC93BF on white background.



Black color preview on #DC93BF background

This text has black color on #DC93BF background.


White color preview on #DC93BF background

This text has white color on #DC93BF background.