COLOR #D03C7C

HEX: #D03C7C
RGB: (208,60,124)

Color info

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

RGB color model

#D03C7C color RGB value is (208,60,124).

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

RGB channels and saturation

R 208 of 255 = 82%
G 60 of 255 = 24%
B 124 of 255 = 49%

208
60
124

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

Portions of RGB colors in percentages

R + G + B =
208 + 60 + 124 = 392 (100%)
R 208 of 392 ~ 53.06%
G 60 of 392 ~ 15.31%
B 124 of 392 ~ 31.63%

%53.06
%15.31
%31.63

CMYK color model

#D03C7C color CMYK value is (0,71,40,18).

  • cyan value is 0.00%
  • magenta value is 71.15%
  • yellow value is 40.38%
  • key color value is 18.43%
CMYK:
(0,71,40,18)
C0M71Y40K18 
(0%,71%,40%,18%)
(0.00/0.71/0.40/0.18)	

CMYK percentages

%0
%71.15
%40.38
%18.43

Codes

Color #D03C7C in popluar color models

D03C7C
RGB20860124
HSL334°61.16%52.55%
HSB/HSV334°71.15%81.57%
CMYK0.00%71.15%40.38%
18.43%

Color #D03C7C in popluar number systems.

HEXD03C7C
Decimal20860124
Binary110100001111001111100
Octal32074174

Shades and tints

Shades of #D03C7C

#D03C7C
(208,60,124)
#BE3771
(190,55,113)
#AC3266
(172,50,102)
#9A2D5B
(154,45,91)
#882850
(136,40,80)
#762345
(118,35,69)
#641E3A
(100,30,58)
#52192F
(82,25,47)
#401424
(64,20,36)
#2E0F19
(46,15,25)
#1C0A0E
(28,10,14)
#000000
(0,0,0)

Tints of #D03C7C

#D03C7C
(208,60,124)
#D44D87
(212,77,135)
#D85E92
(216,94,146)
#DC6F9D
(220,111,157)
#E080A8
(224,128,168)
#E491B3
(228,145,179)
#E8A2BE
(232,162,190)
#ECB3C9
(236,179,201)
#F0C4D4
(240,196,212)
#F4D5DF
(244,213,223)
#F8E6EA
(248,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D03C7C; }

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

This text font color is #D03C7C.


Background Color

.myBgColor { background-color: #D03C7C; }

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

This div background color is #D03C7C.


Border color

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

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

This div border color is #D03C7C.


Opacity

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

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

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

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

This text has shadow with #D03C7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D03C7C on black background.


Color preview on white background

This text has color #D03C7C on white background.



Black color preview on #D03C7C background

This text has black color on #D03C7C background.


White color preview on #D03C7C background

This text has white color on #D03C7C background.