COLOR #D0059C

HEX: #D0059C
RGB: (208,5,156)

Color info

#D0059C contains mainly red and blue colors. Web safe color of #D0059C is #CC0099 (or #C09).

RGB color model

#D0059C color RGB value is (208,5,156).

  • red value is 208;
  • green value is 5;
  • blue value is 156.
RGB:
(208,5,156)
(82%,2%,61%)

RGB channels and saturation

R 208 of 255 = 82%
G 5 of 255 = 2%
B 156 of 255 = 61%

208
5
156

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

Portions of RGB colors in percentages

R + G + B =
208 + 5 + 156 = 369 (100%)
R 208 of 369 ~ 56.37%
G 5 of 369 ~ 1.36%
B 156 of 369 ~ 42.28%

%56.37
%42.28

CMYK color model

#D0059C color CMYK value is (0,98,25,18).

  • cyan value is 0.00%
  • magenta value is 97.60%
  • yellow value is 25.00%
  • key color value is 18.43%
CMYK:
(0,98,25,18)
C0M98Y25K18 
(0%,98%,25%,18%)
(0.00/0.98/0.25/0.18)	

CMYK percentages

%0
%97.6
%25
%18.43

Codes

Color #D0059C in popluar color models

D0059C
RGB2085156
HSL315°95.31%41.76%
HSB/HSV315°97.60%81.57%
CMYK0.00%97.60%25.00%
18.43%

Color #D0059C in popluar number systems.

HEXD0059C
Decimal2085156
Binary1101000010110011100
Octal3205234

Shades and tints

Shades of #D0059C

#D0059C
(208,5,156)
#BE058E
(190,5,142)
#AC0580
(172,5,128)
#9A0572
(154,5,114)
#880564
(136,5,100)
#760556
(118,5,86)
#640548
(100,5,72)
#52053A
(82,5,58)
#40052C
(64,5,44)
#2E051E
(46,5,30)
#1C0510
(28,5,16)
#000000
(0,0,0)

Tints of #D0059C

#D0059C
(208,5,156)
#D41BA5
(212,27,165)
#D831AE
(216,49,174)
#DC47B7
(220,71,183)
#E05DC0
(224,93,192)
#E473C9
(228,115,201)
#E889D2
(232,137,210)
#EC9FDB
(236,159,219)
#F0B5E4
(240,181,228)
#F4CBED
(244,203,237)
#F8E1F6
(248,225,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0059C color. Also use rgb(208,5,156) instead hex code.

Text Font Color

.myTextColor { color: #D0059C; }

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

This text font color is #D0059C.


Background Color

.myBgColor { background-color: #D0059C; }

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

This div background color is #D0059C.


Border color

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

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

This div border color is #D0059C.


Opacity

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

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

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

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

This text has shadow with #D0059C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0059C on black background.


Color preview on white background

This text has color #D0059C on white background.



Black color preview on #D0059C background

This text has black color on #D0059C background.


White color preview on #D0059C background

This text has white color on #D0059C background.