COLOR #D43C95

HEX: #D43C95
RGB: (212,60,149)

Color info

#D43C95 contains mainly red color. Web safe color of #D43C95 is #CC3399 (or #C39).

RGB color model

#D43C95 color RGB value is (212,60,149).

  • red value is 212;
  • green value is 60;
  • blue value is 149.
RGB:
(212,60,149)
(83%,24%,58%)

RGB channels and saturation

R 212 of 255 = 83%
G 60 of 255 = 24%
B 149 of 255 = 58%

212
60
149

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

Portions of RGB colors in percentages

R + G + B =
212 + 60 + 149 = 421 (100%)
R 212 of 421 ~ 50.36%
G 60 of 421 ~ 14.25%
B 149 of 421 ~ 35.39%

%50.36
%14.25
%35.39

CMYK color model

#D43C95 color CMYK value is (0,72,30,17).

  • cyan value is 0.00%
  • magenta value is 71.70%
  • yellow value is 29.72%
  • key color value is 16.86%
CMYK:
(0,72,30,17)
C0M72Y30K17 
(0%,72%,30%,17%)
(0.00/0.72/0.30/0.17)	

CMYK percentages

%0
%71.7
%29.72
%16.86

Codes

Color #D43C95 in popluar color models

D43C95
RGB21260149
HSL325°63.87%53.33%
HSB/HSV325°71.70%83.14%
CMYK0.00%71.70%29.72%
16.86%

Color #D43C95 in popluar number systems.

HEXD43C95
Decimal21260149
Binary1101010011110010010101
Octal32474225

Shades and tints

Shades of #D43C95

#D43C95
(212,60,149)
#C13788
(193,55,136)
#AE327B
(174,50,123)
#9B2D6E
(155,45,110)
#882861
(136,40,97)
#752354
(117,35,84)
#621E47
(98,30,71)
#4F193A
(79,25,58)
#3C142D
(60,20,45)
#290F20
(41,15,32)
#160A13
(22,10,19)
#000000
(0,0,0)

Tints of #D43C95

#D43C95
(212,60,149)
#D74D9E
(215,77,158)
#DA5EA7
(218,94,167)
#DD6FB0
(221,111,176)
#E080B9
(224,128,185)
#E391C2
(227,145,194)
#E6A2CB
(230,162,203)
#E9B3D4
(233,179,212)
#ECC4DD
(236,196,221)
#EFD5E6
(239,213,230)
#F2E6EF
(242,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D43C95 color. Also use rgb(212,60,149) instead hex code.

Text Font Color

.myTextColor { color: #D43C95; }

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

This text font color is #D43C95.


Background Color

.myBgColor { background-color: #D43C95; }

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

This div background color is #D43C95.


Border color

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

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

This div border color is #D43C95.


Opacity

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

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

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

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

This text has shadow with #D43C95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D43C95 on black background.


Color preview on white background

This text has color #D43C95 on white background.



Black color preview on #D43C95 background

This text has black color on #D43C95 background.


White color preview on #D43C95 background

This text has white color on #D43C95 background.