COLOR #D04C63

HEX: #D04C63
RGB: (208,76,99)

Color info

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

RGB color model

#D04C63 color RGB value is (208,76,99).

  • red value is 208;
  • green value is 76;
  • blue value is 99.
RGB:
(208,76,99)
(82%,30%,39%)

RGB channels and saturation

R 208 of 255 = 82%
G 76 of 255 = 30%
B 99 of 255 = 39%

208
76
99

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

Portions of RGB colors in percentages

R + G + B =
208 + 76 + 99 = 383 (100%)
R 208 of 383 ~ 54.31%
G 76 of 383 ~ 19.84%
B 99 of 383 ~ 25.85%

%54.31
%19.84
%25.85

CMYK color model

#D04C63 color CMYK value is (0,63,52,18).

  • cyan value is 0.00%
  • magenta value is 63.46%
  • yellow value is 52.40%
  • key color value is 18.43%
CMYK:
(0,63,52,18)
C0M63Y52K18 
(0%,63%,52%,18%)
(0.00/0.63/0.52/0.18)	

CMYK percentages

%0
%63.46
%52.4
%18.43

Codes

Color #D04C63 in popluar color models

D04C63
RGB2087699
HSL350°58.41%55.69%
HSB/HSV350°63.46%81.57%
CMYK0.00%63.46%52.40%
18.43%

Color #D04C63 in popluar number systems.

HEXD04C63
Decimal2087699
Binary1101000010011001100011
Octal320114143

Shades and tints

Shades of #D04C63

#D04C63
(208,76,99)
#BE465A
(190,70,90)
#AC4051
(172,64,81)
#9A3A48
(154,58,72)
#88343F
(136,52,63)
#762E36
(118,46,54)
#64282D
(100,40,45)
#522224
(82,34,36)
#401C1B
(64,28,27)
#2E1612
(46,22,18)
#1C1009
(28,16,9)
#000000
(0,0,0)

Tints of #D04C63

#D04C63
(208,76,99)
#D45C71
(212,92,113)
#D86C7F
(216,108,127)
#DC7C8D
(220,124,141)
#E08C9B
(224,140,155)
#E49CA9
(228,156,169)
#E8ACB7
(232,172,183)
#ECBCC5
(236,188,197)
#F0CCD3
(240,204,211)
#F4DCE1
(244,220,225)
#F8ECEF
(248,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D04C63 color. Also use rgb(208,76,99) instead hex code.

Text Font Color

.myTextColor { color: #D04C63; }

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

This text font color is #D04C63.


Background Color

.myBgColor { background-color: #D04C63; }

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

This div background color is #D04C63.


Border color

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

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

This div border color is #D04C63.


Opacity

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

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

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

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

This text has shadow with #D04C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D04C63 on black background.


Color preview on white background

This text has color #D04C63 on white background.



Black color preview on #D04C63 background

This text has black color on #D04C63 background.


White color preview on #D04C63 background

This text has white color on #D04C63 background.