COLOR #D04573

HEX: #D04573
RGB: (208,69,115)

Color info

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

RGB color model

#D04573 color RGB value is (208,69,115).

  • red value is 208;
  • green value is 69;
  • blue value is 115.
RGB:
(208,69,115)
(82%,27%,45%)

RGB channels and saturation

R 208 of 255 = 82%
G 69 of 255 = 27%
B 115 of 255 = 45%

208
69
115

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

Portions of RGB colors in percentages

R + G + B =
208 + 69 + 115 = 392 (100%)
R 208 of 392 ~ 53.06%
G 69 of 392 ~ 17.6%
B 115 of 392 ~ 29.34%

%53.06
%17.6
%29.34

CMYK color model

#D04573 color CMYK value is (0,67,45,18).

  • cyan value is 0.00%
  • magenta value is 66.83%
  • yellow value is 44.71%
  • key color value is 18.43%
CMYK:
(0,67,45,18)
C0M67Y45K18 
(0%,67%,45%,18%)
(0.00/0.67/0.45/0.18)	

CMYK percentages

%0
%66.83
%44.71
%18.43

Codes

Color #D04573 in popluar color models

D04573
RGB20869115
HSL340°59.66%54.31%
HSB/HSV340°66.83%81.57%
CMYK0.00%66.83%44.71%
18.43%

Color #D04573 in popluar number systems.

HEXD04573
Decimal20869115
Binary1101000010001011110011
Octal320105163

Shades and tints

Shades of #D04573

#D04573
(208,69,115)
#BE3F69
(190,63,105)
#AC395F
(172,57,95)
#9A3355
(154,51,85)
#882D4B
(136,45,75)
#762741
(118,39,65)
#642137
(100,33,55)
#521B2D
(82,27,45)
#401523
(64,21,35)
#2E0F19
(46,15,25)
#1C090F
(28,9,15)
#000000
(0,0,0)

Tints of #D04573

#D04573
(208,69,115)
#D4557F
(212,85,127)
#D8658B
(216,101,139)
#DC7597
(220,117,151)
#E085A3
(224,133,163)
#E495AF
(228,149,175)
#E8A5BB
(232,165,187)
#ECB5C7
(236,181,199)
#F0C5D3
(240,197,211)
#F4D5DF
(244,213,223)
#F8E5EB
(248,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D04573 color. Also use rgb(208,69,115) instead hex code.

Text Font Color

.myTextColor { color: #D04573; }

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

This text font color is #D04573.


Background Color

.myBgColor { background-color: #D04573; }

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

This div background color is #D04573.


Border color

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

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

This div border color is #D04573.


Opacity

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

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

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

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

This text has shadow with #D04573 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D04573 on black background.


Color preview on white background

This text has color #D04573 on white background.



Black color preview on #D04573 background

This text has black color on #D04573 background.


White color preview on #D04573 background

This text has white color on #D04573 background.