COLOR #D493CC

HEX: #D493CC
RGB: (212,147,204)

Color info

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

RGB color model

#D493CC color RGB value is (212,147,204).

  • red value is 212;
  • green value is 147;
  • blue value is 204.
RGB:
(212,147,204)
(83%,58%,80%)

RGB channels and saturation

R 212 of 255 = 83%
G 147 of 255 = 58%
B 204 of 255 = 80%

212
147
204

R + G + B ~ 74%. #D493CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 147 + 204 = 563 (100%)
R 212 of 563 ~ 37.66%
G 147 of 563 ~ 26.11%
B 204 of 563 ~ 36.23%

%37.66
%26.11
%36.23

CMYK color model

#D493CC color CMYK value is (0,31,4,17).

  • cyan value is 0.00%
  • magenta value is 30.66%
  • yellow value is 3.77%
  • key color value is 16.86%
CMYK:
(0,31,4,17)
C0M31Y4K17 
(0%,31%,4%,17%)
(0.00/0.31/0.04/0.17)	

CMYK percentages

%0
%30.66
%3.77
%16.86

Codes

Color #D493CC in popluar color models

D493CC
RGB212147204
HSL307°43.05%70.39%
HSB/HSV307°30.66%83.14%
CMYK0.00%30.66%3.77%
16.86%

Color #D493CC in popluar number systems.

HEXD493CC
Decimal212147204
Binary110101001001001111001100
Octal324223314

Shades and tints

Shades of #D493CC

#D493CC
(212,147,204)
#C186BA
(193,134,186)
#AE79A8
(174,121,168)
#9B6C96
(155,108,150)
#885F84
(136,95,132)
#755272
(117,82,114)
#624560
(98,69,96)
#4F384E
(79,56,78)
#3C2B3C
(60,43,60)
#291E2A
(41,30,42)
#161118
(22,17,24)
#000000
(0,0,0)

Tints of #D493CC

#D493CC
(212,147,204)
#D79CD0
(215,156,208)
#DAA5D4
(218,165,212)
#DDAED8
(221,174,216)
#E0B7DC
(224,183,220)
#E3C0E0
(227,192,224)
#E6C9E4
(230,201,228)
#E9D2E8
(233,210,232)
#ECDBEC
(236,219,236)
#EFE4F0
(239,228,240)
#F2EDF4
(242,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D493CC color. Also use rgb(212,147,204) instead hex code.

Text Font Color

.myTextColor { color: #D493CC; }

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

This text font color is #D493CC.


Background Color

.myBgColor { background-color: #D493CC; }

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

This div background color is #D493CC.


Border color

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

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

This div border color is #D493CC.


Opacity

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

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

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

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

This text has shadow with #D493CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D493CC on black background.


Color preview on white background

This text has color #D493CC on white background.



Black color preview on #D493CC background

This text has black color on #D493CC background.


White color preview on #D493CC background

This text has white color on #D493CC background.