COLOR #DC93D0

HEX: #DC93D0
RGB: (220,147,208)

Color info

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

RGB color model

#DC93D0 color RGB value is (220,147,208).

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

RGB channels and saturation

R 220 of 255 = 86%
G 147 of 255 = 58%
B 208 of 255 = 82%

220
147
208

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

Portions of RGB colors in percentages

R + G + B =
220 + 147 + 208 = 575 (100%)
R 220 of 575 ~ 38.26%
G 147 of 575 ~ 25.57%
B 208 of 575 ~ 36.17%

%38.26
%25.57
%36.17

CMYK color model

#DC93D0 color CMYK value is (0,33,5,14).

  • cyan value is 0.00%
  • magenta value is 33.18%
  • yellow value is 5.45%
  • key color value is 13.73%
CMYK:
(0,33,5,14)
C0M33Y5K14 
(0%,33%,5%,14%)
(0.00/0.33/0.05/0.14)	

CMYK percentages

%0
%33.18
%5.45
%13.73

Codes

Color #DC93D0 in popluar color models

DC93D0
RGB220147208
HSL310°51.05%71.96%
HSB/HSV310°33.18%86.27%
CMYK0.00%33.18%5.45%
13.73%

Color #DC93D0 in popluar number systems.

HEXDC93D0
Decimal220147208
Binary110111001001001111010000
Octal334223320

Shades and tints

Shades of #DC93D0

#DC93D0
(220,147,208)
#C886BE
(200,134,190)
#B479AC
(180,121,172)
#A06C9A
(160,108,154)
#8C5F88
(140,95,136)
#785276
(120,82,118)
#644564
(100,69,100)
#503852
(80,56,82)
#3C2B40
(60,43,64)
#281E2E
(40,30,46)
#14111C
(20,17,28)
#000000
(0,0,0)

Tints of #DC93D0

#DC93D0
(220,147,208)
#DF9CD4
(223,156,212)
#E2A5D8
(226,165,216)
#E5AEDC
(229,174,220)
#E8B7E0
(232,183,224)
#EBC0E4
(235,192,228)
#EEC9E8
(238,201,232)
#F1D2EC
(241,210,236)
#F4DBF0
(244,219,240)
#F7E4F4
(247,228,244)
#FAEDF8
(250,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC93D0; }

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

This text font color is #DC93D0.


Background Color

.myBgColor { background-color: #DC93D0; }

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

This div background color is #DC93D0.


Border color

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

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

This div border color is #DC93D0.


Opacity

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

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

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

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

This text has shadow with #DC93D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC93D0 on black background.


Color preview on white background

This text has color #DC93D0 on white background.



Black color preview on #DC93D0 background

This text has black color on #DC93D0 background.


White color preview on #DC93D0 background

This text has white color on #DC93D0 background.