COLOR #D30A59

HEX: #D30A59
RGB: (211,10,89)

Color info

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

RGB color model

#D30A59 color RGB value is (211,10,89).

  • red value is 211;
  • green value is 10;
  • blue value is 89.
RGB:
(211,10,89)
(83%,4%,35%)

RGB channels and saturation

R 211 of 255 = 83%
G 10 of 255 = 4%
B 89 of 255 = 35%

211
10
89

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

Portions of RGB colors in percentages

R + G + B =
211 + 10 + 89 = 310 (100%)
R 211 of 310 ~ 68.06%
G 10 of 310 ~ 3.23%
B 89 of 310 ~ 28.71%

%68.06
%28.71

CMYK color model

#D30A59 color CMYK value is (0,95,58,17).

  • cyan value is 0.00%
  • magenta value is 95.26%
  • yellow value is 57.82%
  • key color value is 17.25%
CMYK:
(0,95,58,17)
C0M95Y58K17 
(0%,95%,58%,17%)
(0.00/0.95/0.58/0.17)	

CMYK percentages

%0
%95.26
%57.82
%17.25

Codes

Color #D30A59 in popluar color models

D30A59
RGB2111089
HSL336°90.95%43.33%
HSB/HSV336°95.26%82.75%
CMYK0.00%95.26%57.82%
17.25%

Color #D30A59 in popluar number systems.

HEXD30A59
Decimal2111089
Binary1101001110101011001
Octal32312131

Shades and tints

Shades of #D30A59

#D30A59
(211,10,89)
#C00A51
(192,10,81)
#AD0A49
(173,10,73)
#9A0A41
(154,10,65)
#870A39
(135,10,57)
#740A31
(116,10,49)
#610A29
(97,10,41)
#4E0A21
(78,10,33)
#3B0A19
(59,10,25)
#280A11
(40,10,17)
#150A09
(21,10,9)
#000000
(0,0,0)

Tints of #D30A59

#D30A59
(211,10,89)
#D72068
(215,32,104)
#DB3677
(219,54,119)
#DF4C86
(223,76,134)
#E36295
(227,98,149)
#E778A4
(231,120,164)
#EB8EB3
(235,142,179)
#EFA4C2
(239,164,194)
#F3BAD1
(243,186,209)
#F7D0E0
(247,208,224)
#FBE6EF
(251,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D30A59 color. Also use rgb(211,10,89) instead hex code.

Text Font Color

.myTextColor { color: #D30A59; }

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

This text font color is #D30A59.


Background Color

.myBgColor { background-color: #D30A59; }

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

This div background color is #D30A59.


Border color

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

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

This div border color is #D30A59.


Opacity

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

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

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

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

This text has shadow with #D30A59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D30A59 on black background.


Color preview on white background

This text has color #D30A59 on white background.



Black color preview on #D30A59 background

This text has black color on #D30A59 background.


White color preview on #D30A59 background

This text has white color on #D30A59 background.