COLOR #D10D55

HEX: #D10D55
RGB: (209,13,85)

Color info

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

RGB color model

#D10D55 color RGB value is (209,13,85).

  • red value is 209;
  • green value is 13;
  • blue value is 85.
RGB:
(209,13,85)
(82%,5%,33%)

RGB channels and saturation

R 209 of 255 = 82%
G 13 of 255 = 5%
B 85 of 255 = 33%

209
13
85

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

Portions of RGB colors in percentages

R + G + B =
209 + 13 + 85 = 307 (100%)
R 209 of 307 ~ 68.08%
G 13 of 307 ~ 4.23%
B 85 of 307 ~ 27.69%

%68.08
%27.69

CMYK color model

#D10D55 color CMYK value is (0,94,59,18).

  • cyan value is 0.00%
  • magenta value is 93.78%
  • yellow value is 59.33%
  • key color value is 18.04%
CMYK:
(0,94,59,18)
C0M94Y59K18 
(0%,94%,59%,18%)
(0.00/0.94/0.59/0.18)	

CMYK percentages

%0
%93.78
%59.33
%18.04

Codes

Color #D10D55 in popluar color models

D10D55
RGB2091385
HSL338°88.29%43.53%
HSB/HSV338°93.78%81.96%
CMYK0.00%93.78%59.33%
18.04%

Color #D10D55 in popluar number systems.

HEXD10D55
Decimal2091385
Binary1101000111011010101
Octal32115125

Shades and tints

Shades of #D10D55

#D10D55
(209,13,85)
#BE0C4E
(190,12,78)
#AB0B47
(171,11,71)
#980A40
(152,10,64)
#850939
(133,9,57)
#720832
(114,8,50)
#5F072B
(95,7,43)
#4C0624
(76,6,36)
#39051D
(57,5,29)
#260416
(38,4,22)
#13030F
(19,3,15)
#000000
(0,0,0)

Tints of #D10D55

#D10D55
(209,13,85)
#D52364
(213,35,100)
#D93973
(217,57,115)
#DD4F82
(221,79,130)
#E16591
(225,101,145)
#E57BA0
(229,123,160)
#E991AF
(233,145,175)
#EDA7BE
(237,167,190)
#F1BDCD
(241,189,205)
#F5D3DC
(245,211,220)
#F9E9EB
(249,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D10D55 color. Also use rgb(209,13,85) instead hex code.

Text Font Color

.myTextColor { color: #D10D55; }

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

This text font color is #D10D55.


Background Color

.myBgColor { background-color: #D10D55; }

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

This div background color is #D10D55.


Border color

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

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

This div border color is #D10D55.


Opacity

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

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

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

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

This text has shadow with #D10D55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D10D55 on black background.


Color preview on white background

This text has color #D10D55 on white background.



Black color preview on #D10D55 background

This text has black color on #D10D55 background.


White color preview on #D10D55 background

This text has white color on #D10D55 background.