COLOR #D00659

HEX: #D00659
RGB: (208,6,89)

Color info

#D00659 contains mainly red color. Web safe color of #D00659 is #CC0066 (or #C06).

RGB color model

#D00659 color RGB value is (208,6,89).

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

RGB channels and saturation

R 208 of 255 = 82%
G 6 of 255 = 2%
B 89 of 255 = 35%

208
6
89

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

Portions of RGB colors in percentages

R + G + B =
208 + 6 + 89 = 303 (100%)
R 208 of 303 ~ 68.65%
G 6 of 303 ~ 1.98%
B 89 of 303 ~ 29.37%

%68.65
%29.37

CMYK color model

#D00659 color CMYK value is (0,97,57,18).

  • cyan value is 0.00%
  • magenta value is 97.12%
  • yellow value is 57.21%
  • key color value is 18.43%
CMYK:
(0,97,57,18)
C0M97Y57K18 
(0%,97%,57%,18%)
(0.00/0.97/0.57/0.18)	

CMYK percentages

%0
%97.12
%57.21
%18.43

Codes

Color #D00659 in popluar color models

D00659
RGB208689
HSL335°94.39%41.96%
HSB/HSV335°97.12%81.57%
CMYK0.00%97.12%57.21%
18.43%

Color #D00659 in popluar number systems.

HEXD00659
Decimal208689
Binary110100001101011001
Octal3206131

Shades and tints

Shades of #D00659

#D00659
(208,6,89)
#BE0651
(190,6,81)
#AC0649
(172,6,73)
#9A0641
(154,6,65)
#880639
(136,6,57)
#760631
(118,6,49)
#640629
(100,6,41)
#520621
(82,6,33)
#400619
(64,6,25)
#2E0611
(46,6,17)
#1C0609
(28,6,9)
#000000
(0,0,0)

Tints of #D00659

#D00659
(208,6,89)
#D41C68
(212,28,104)
#D83277
(216,50,119)
#DC4886
(220,72,134)
#E05E95
(224,94,149)
#E474A4
(228,116,164)
#E88AB3
(232,138,179)
#ECA0C2
(236,160,194)
#F0B6D1
(240,182,209)
#F4CCE0
(244,204,224)
#F8E2EF
(248,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D00659; }

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

This text font color is #D00659.


Background Color

.myBgColor { background-color: #D00659; }

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

This div background color is #D00659.


Border color

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

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

This div border color is #D00659.


Opacity

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

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

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

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

This text has shadow with #D00659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D00659 on black background.


Color preview on white background

This text has color #D00659 on white background.



Black color preview on #D00659 background

This text has black color on #D00659 background.


White color preview on #D00659 background

This text has white color on #D00659 background.