COLOR #D10054

HEX: #D10054
RGB: (209,0,84)

Color info

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

RGB color model

#D10054 color RGB value is (209,0,84).

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

RGB channels and saturation

R 209 of 255 = 82%
G 0 of 255 = 0%
B 84 of 255 = 33%

209
0
84

R + G + B ~ 38%. #D10054 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
209 + 0 + 84 = 293 (100%)
R 209 of 293 ~ 71.33%
G 0 of 293 ~ 0%
B 84 of 293 ~ 28.67%

%71.33
%28.67

CMYK color model

#D10054 color CMYK value is (0,100,60,18).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 59.81%
  • key color value is 18.04%
CMYK:
(0,100,60,18)
C0M100Y60K18 
(0%,100%,60%,18%)
(0.00/1.00/0.60/0.18)	

CMYK percentages

%0
%100
%59.81
%18.04

Codes

Color #D10054 in popluar color models

D10054
RGB209084
HSL336°100.00%40.98%
HSB/HSV336°100.00%81.96%
CMYK0.00%100.00%59.81%
18.04%

Color #D10054 in popluar number systems.

HEXD10054
Decimal209084
Binary1101000101010100
Octal3210124

Shades and tints

Shades of #D10054

#D10054
(209,0,84)
#BE004D
(190,0,77)
#AB0046
(171,0,70)
#98003F
(152,0,63)
#850038
(133,0,56)
#720031
(114,0,49)
#5F002A
(95,0,42)
#4C0023
(76,0,35)
#39001C
(57,0,28)
#260015
(38,0,21)
#13000E
(19,0,14)
#000000
(0,0,0)

Tints of #D10054

#D10054
(209,0,84)
#D51763
(213,23,99)
#D92E72
(217,46,114)
#DD4581
(221,69,129)
#E15C90
(225,92,144)
#E5739F
(229,115,159)
#E98AAE
(233,138,174)
#EDA1BD
(237,161,189)
#F1B8CC
(241,184,204)
#F5CFDB
(245,207,219)
#F9E6EA
(249,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D10054; }

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

This text font color is #D10054.


Background Color

.myBgColor { background-color: #D10054; }

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

This div background color is #D10054.


Border color

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

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

This div border color is #D10054.


Opacity

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

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

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

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

This text has shadow with #D10054 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D10054 on black background.


Color preview on white background

This text has color #D10054 on white background.



Black color preview on #D10054 background

This text has black color on #D10054 background.


White color preview on #D10054 background

This text has white color on #D10054 background.