COLOR #D10056

HEX: #D10056
RGB: (209,0,86)

Color info

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

RGB color model

#D10056 color RGB value is (209,0,86).

  • red value is 209;
  • green value is 0;
  • blue value is 86.
RGB:
(209,0,86)
(82%,0%,34%)

RGB channels and saturation

R 209 of 255 = 82%
G 0 of 255 = 0%
B 86 of 255 = 34%

209
0
86

R + G + B ~ 39%. #D10056 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
209 + 0 + 86 = 295 (100%)
R 209 of 295 ~ 70.85%
G 0 of 295 ~ 0%
B 86 of 295 ~ 29.15%

%70.85
%29.15

CMYK color model

#D10056 color CMYK value is (0,100,59,18).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 58.85%
  • key color value is 18.04%
CMYK:
(0,100,59,18)
C0M100Y59K18 
(0%,100%,59%,18%)
(0.00/1.00/0.59/0.18)	

CMYK percentages

%0
%100
%58.85
%18.04

Codes

Color #D10056 in popluar color models

D10056
RGB209086
HSL335°100.00%40.98%
HSB/HSV335°100.00%81.96%
CMYK0.00%100.00%58.85%
18.04%

Color #D10056 in popluar number systems.

HEXD10056
Decimal209086
Binary1101000101010110
Octal3210126

Shades and tints

Shades of #D10056

#D10056
(209,0,86)
#BE004F
(190,0,79)
#AB0048
(171,0,72)
#980041
(152,0,65)
#85003A
(133,0,58)
#720033
(114,0,51)
#5F002C
(95,0,44)
#4C0025
(76,0,37)
#39001E
(57,0,30)
#260017
(38,0,23)
#130010
(19,0,16)
#000000
(0,0,0)

Tints of #D10056

#D10056
(209,0,86)
#D51765
(213,23,101)
#D92E74
(217,46,116)
#DD4583
(221,69,131)
#E15C92
(225,92,146)
#E573A1
(229,115,161)
#E98AB0
(233,138,176)
#EDA1BF
(237,161,191)
#F1B8CE
(241,184,206)
#F5CFDD
(245,207,221)
#F9E6EC
(249,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D10056 color. Also use rgb(209,0,86) instead hex code.

Text Font Color

.myTextColor { color: #D10056; }

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

This text font color is #D10056.


Background Color

.myBgColor { background-color: #D10056; }

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

This div background color is #D10056.


Border color

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

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

This div border color is #D10056.


Opacity

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

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

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

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

This text has shadow with #D10056 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D10056 on black background.


Color preview on white background

This text has color #D10056 on white background.



Black color preview on #D10056 background

This text has black color on #D10056 background.


White color preview on #D10056 background

This text has white color on #D10056 background.