COLOR #D63C9C

HEX: #D63C9C
RGB: (214,60,156)

Color info

#D63C9C contains mainly red and blue colors. Web safe color of #D63C9C is #CC3399 (or #C39).

RGB color model

#D63C9C color RGB value is (214,60,156).

  • red value is 214;
  • green value is 60;
  • blue value is 156.
RGB:
(214,60,156)
(84%,24%,61%)

RGB channels and saturation

R 214 of 255 = 84%
G 60 of 255 = 24%
B 156 of 255 = 61%

214
60
156

R + G + B ~ 56%. #D63C9C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
214 + 60 + 156 = 430 (100%)
R 214 of 430 ~ 49.77%
G 60 of 430 ~ 13.95%
B 156 of 430 ~ 36.28%

%49.77
%13.95
%36.28

CMYK color model

#D63C9C color CMYK value is (0,72,27,16).

  • cyan value is 0.00%
  • magenta value is 71.96%
  • yellow value is 27.10%
  • key color value is 16.08%
CMYK:
(0,72,27,16)
C0M72Y27K16 
(0%,72%,27%,16%)
(0.00/0.72/0.27/0.16)	

CMYK percentages

%0
%71.96
%27.1
%16.08

Codes

Color #D63C9C in popluar color models

D63C9C
RGB21460156
HSL323°65.25%53.73%
HSB/HSV323°71.96%83.92%
CMYK0.00%71.96%27.10%
16.08%

Color #D63C9C in popluar number systems.

HEXD63C9C
Decimal21460156
Binary1101011011110010011100
Octal32674234

Shades and tints

Shades of #D63C9C

#D63C9C
(214,60,156)
#C3378E
(195,55,142)
#B03280
(176,50,128)
#9D2D72
(157,45,114)
#8A2864
(138,40,100)
#772356
(119,35,86)
#641E48
(100,30,72)
#51193A
(81,25,58)
#3E142C
(62,20,44)
#2B0F1E
(43,15,30)
#180A10
(24,10,16)
#000000
(0,0,0)

Tints of #D63C9C

#D63C9C
(214,60,156)
#D94DA5
(217,77,165)
#DC5EAE
(220,94,174)
#DF6FB7
(223,111,183)
#E280C0
(226,128,192)
#E591C9
(229,145,201)
#E8A2D2
(232,162,210)
#EBB3DB
(235,179,219)
#EEC4E4
(238,196,228)
#F1D5ED
(241,213,237)
#F4E6F6
(244,230,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D63C9C color. Also use rgb(214,60,156) instead hex code.

Text Font Color

.myTextColor { color: #D63C9C; }

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

This text font color is #D63C9C.


Background Color

.myBgColor { background-color: #D63C9C; }

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

This div background color is #D63C9C.


Border color

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

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

This div border color is #D63C9C.


Opacity

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

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

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

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

This text has shadow with #D63C9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D63C9C on black background.


Color preview on white background

This text has color #D63C9C on white background.



Black color preview on #D63C9C background

This text has black color on #D63C9C background.


White color preview on #D63C9C background

This text has white color on #D63C9C background.