COLOR #D03C70

HEX: #D03C70
RGB: (208,60,112)

Color info

#D03C70 contains mainly red color. Web safe color of #D03C70 is #CC3366 (or #C36).

RGB color model

#D03C70 color RGB value is (208,60,112).

  • red value is 208;
  • green value is 60;
  • blue value is 112.
RGB:
(208,60,112)
(82%,24%,44%)

RGB channels and saturation

R 208 of 255 = 82%
G 60 of 255 = 24%
B 112 of 255 = 44%

208
60
112

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

Portions of RGB colors in percentages

R + G + B =
208 + 60 + 112 = 380 (100%)
R 208 of 380 ~ 54.74%
G 60 of 380 ~ 15.79%
B 112 of 380 ~ 29.47%

%54.74
%15.79
%29.47

CMYK color model

#D03C70 color CMYK value is (0,71,46,18).

  • cyan value is 0.00%
  • magenta value is 71.15%
  • yellow value is 46.15%
  • key color value is 18.43%
CMYK:
(0,71,46,18)
C0M71Y46K18 
(0%,71%,46%,18%)
(0.00/0.71/0.46/0.18)	

CMYK percentages

%0
%71.15
%46.15
%18.43

Codes

Color #D03C70 in popluar color models

D03C70
RGB20860112
HSL339°61.16%52.55%
HSB/HSV339°71.15%81.57%
CMYK0.00%71.15%46.15%
18.43%

Color #D03C70 in popluar number systems.

HEXD03C70
Decimal20860112
Binary110100001111001110000
Octal32074160

Shades and tints

Shades of #D03C70

#D03C70
(208,60,112)
#BE3766
(190,55,102)
#AC325C
(172,50,92)
#9A2D52
(154,45,82)
#882848
(136,40,72)
#76233E
(118,35,62)
#641E34
(100,30,52)
#52192A
(82,25,42)
#401420
(64,20,32)
#2E0F16
(46,15,22)
#1C0A0C
(28,10,12)
#000000
(0,0,0)

Tints of #D03C70

#D03C70
(208,60,112)
#D44D7D
(212,77,125)
#D85E8A
(216,94,138)
#DC6F97
(220,111,151)
#E080A4
(224,128,164)
#E491B1
(228,145,177)
#E8A2BE
(232,162,190)
#ECB3CB
(236,179,203)
#F0C4D8
(240,196,216)
#F4D5E5
(244,213,229)
#F8E6F2
(248,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D03C70 color. Also use rgb(208,60,112) instead hex code.

Text Font Color

.myTextColor { color: #D03C70; }

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

This text font color is #D03C70.


Background Color

.myBgColor { background-color: #D03C70; }

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

This div background color is #D03C70.


Border color

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

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

This div border color is #D03C70.


Opacity

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

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

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

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

This text has shadow with #D03C70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D03C70 on black background.


Color preview on white background

This text has color #D03C70 on white background.



Black color preview on #D03C70 background

This text has black color on #D03C70 background.


White color preview on #D03C70 background

This text has white color on #D03C70 background.