COLOR #D03659

HEX: #D03659
RGB: (208,54,89)

Color info

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

RGB color model

#D03659 color RGB value is (208,54,89).

  • red value is 208;
  • green value is 54;
  • blue value is 89.
RGB:
(208,54,89)
(82%,21%,35%)

RGB channels and saturation

R 208 of 255 = 82%
G 54 of 255 = 21%
B 89 of 255 = 35%

208
54
89

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

Portions of RGB colors in percentages

R + G + B =
208 + 54 + 89 = 351 (100%)
R 208 of 351 ~ 59.26%
G 54 of 351 ~ 15.38%
B 89 of 351 ~ 25.36%

%59.26
%15.38
%25.36

CMYK color model

#D03659 color CMYK value is (0,74,57,18).

  • cyan value is 0.00%
  • magenta value is 74.04%
  • yellow value is 57.21%
  • key color value is 18.43%
CMYK:
(0,74,57,18)
C0M74Y57K18 
(0%,74%,57%,18%)
(0.00/0.74/0.57/0.18)	

CMYK percentages

%0
%74.04
%57.21
%18.43

Codes

Color #D03659 in popluar color models

D03659
RGB2085489
HSL346°62.10%51.37%
HSB/HSV346°74.04%81.57%
CMYK0.00%74.04%57.21%
18.43%

Color #D03659 in popluar number systems.

HEXD03659
Decimal2085489
Binary110100001101101011001
Octal32066131

Shades and tints

Shades of #D03659

#D03659
(208,54,89)
#BE3251
(190,50,81)
#AC2E49
(172,46,73)
#9A2A41
(154,42,65)
#882639
(136,38,57)
#762231
(118,34,49)
#641E29
(100,30,41)
#521A21
(82,26,33)
#401619
(64,22,25)
#2E1211
(46,18,17)
#1C0E09
(28,14,9)
#000000
(0,0,0)

Tints of #D03659

#D03659
(208,54,89)
#D44868
(212,72,104)
#D85A77
(216,90,119)
#DC6C86
(220,108,134)
#E07E95
(224,126,149)
#E490A4
(228,144,164)
#E8A2B3
(232,162,179)
#ECB4C2
(236,180,194)
#F0C6D1
(240,198,209)
#F4D8E0
(244,216,224)
#F8EAEF
(248,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D03659 color. Also use rgb(208,54,89) instead hex code.

Text Font Color

.myTextColor { color: #D03659; }

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

This text font color is #D03659.


Background Color

.myBgColor { background-color: #D03659; }

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

This div background color is #D03659.


Border color

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

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

This div border color is #D03659.


Opacity

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

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

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

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

This text has shadow with #D03659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D03659 on black background.


Color preview on white background

This text has color #D03659 on white background.



Black color preview on #D03659 background

This text has black color on #D03659 background.


White color preview on #D03659 background

This text has white color on #D03659 background.