COLOR #D30094

HEX: #D30094
RGB: (211,0,148)

Color info

#D30094 contains mainly red color. Web safe color of #D30094 is #CC0099 (or #C09).

RGB color model

#D30094 color RGB value is (211,0,148).

  • red value is 211;
  • green value is 0;
  • blue value is 148.
RGB:
(211,0,148)
(83%,0%,58%)

RGB channels and saturation

R 211 of 255 = 83%
G 0 of 255 = 0%
B 148 of 255 = 58%

211
0
148

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

Portions of RGB colors in percentages

R + G + B =
211 + 0 + 148 = 359 (100%)
R 211 of 359 ~ 58.77%
G 0 of 359 ~ 0%
B 148 of 359 ~ 41.23%

%58.77
%41.23

CMYK color model

#D30094 color CMYK value is (0,100,30,17).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 29.86%
  • key color value is 17.25%
CMYK:
(0,100,30,17)
C0M100Y30K17 
(0%,100%,30%,17%)
(0.00/1.00/0.30/0.17)	

CMYK percentages

%0
%100
%29.86
%17.25

Codes

Color #D30094 in popluar color models

D30094
RGB2110148
HSL318°100.00%41.37%
HSB/HSV318°100.00%82.75%
CMYK0.00%100.00%29.86%
17.25%

Color #D30094 in popluar number systems.

HEXD30094
Decimal2110148
Binary11010011010010100
Octal3230224

Shades and tints

Shades of #D30094

#D30094
(211,0,148)
#C00087
(192,0,135)
#AD007A
(173,0,122)
#9A006D
(154,0,109)
#870060
(135,0,96)
#740053
(116,0,83)
#610046
(97,0,70)
#4E0039
(78,0,57)
#3B002C
(59,0,44)
#28001F
(40,0,31)
#150012
(21,0,18)
#000000
(0,0,0)

Tints of #D30094

#D30094
(211,0,148)
#D7179D
(215,23,157)
#DB2EA6
(219,46,166)
#DF45AF
(223,69,175)
#E35CB8
(227,92,184)
#E773C1
(231,115,193)
#EB8ACA
(235,138,202)
#EFA1D3
(239,161,211)
#F3B8DC
(243,184,220)
#F7CFE5
(247,207,229)
#FBE6EE
(251,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D30094 color. Also use rgb(211,0,148) instead hex code.

Text Font Color

.myTextColor { color: #D30094; }

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

This text font color is #D30094.


Background Color

.myBgColor { background-color: #D30094; }

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

This div background color is #D30094.


Border color

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

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

This div border color is #D30094.


Opacity

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

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

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

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

This text has shadow with #D30094 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D30094 on black background.


Color preview on white background

This text has color #D30094 on white background.



Black color preview on #D30094 background

This text has black color on #D30094 background.


White color preview on #D30094 background

This text has white color on #D30094 background.