COLOR #D30B52

HEX: #D30B52
RGB: (211,11,82)

Color info

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

RGB color model

#D30B52 color RGB value is (211,11,82).

  • red value is 211;
  • green value is 11;
  • blue value is 82.
RGB:
(211,11,82)
(83%,4%,32%)

RGB channels and saturation

R 211 of 255 = 83%
G 11 of 255 = 4%
B 82 of 255 = 32%

211
11
82

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

Portions of RGB colors in percentages

R + G + B =
211 + 11 + 82 = 304 (100%)
R 211 of 304 ~ 69.41%
G 11 of 304 ~ 3.62%
B 82 of 304 ~ 26.97%

%69.41
%26.97

CMYK color model

#D30B52 color CMYK value is (0,95,61,17).

  • cyan value is 0.00%
  • magenta value is 94.79%
  • yellow value is 61.14%
  • key color value is 17.25%
CMYK:
(0,95,61,17)
C0M95Y61K17 
(0%,95%,61%,17%)
(0.00/0.95/0.61/0.17)	

CMYK percentages

%0
%94.79
%61.14
%17.25

Codes

Color #D30B52 in popluar color models

D30B52
RGB2111182
HSL339°90.09%43.53%
HSB/HSV339°94.79%82.75%
CMYK0.00%94.79%61.14%
17.25%

Color #D30B52 in popluar number systems.

HEXD30B52
Decimal2111182
Binary1101001110111010010
Octal32313122

Shades and tints

Shades of #D30B52

#D30B52
(211,11,82)
#C00A4B
(192,10,75)
#AD0944
(173,9,68)
#9A083D
(154,8,61)
#870736
(135,7,54)
#74062F
(116,6,47)
#610528
(97,5,40)
#4E0421
(78,4,33)
#3B031A
(59,3,26)
#280213
(40,2,19)
#15010C
(21,1,12)
#000000
(0,0,0)

Tints of #D30B52

#D30B52
(211,11,82)
#D72161
(215,33,97)
#DB3770
(219,55,112)
#DF4D7F
(223,77,127)
#E3638E
(227,99,142)
#E7799D
(231,121,157)
#EB8FAC
(235,143,172)
#EFA5BB
(239,165,187)
#F3BBCA
(243,187,202)
#F7D1D9
(247,209,217)
#FBE7E8
(251,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D30B52 color. Also use rgb(211,11,82) instead hex code.

Text Font Color

.myTextColor { color: #D30B52; }

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

This text font color is #D30B52.


Background Color

.myBgColor { background-color: #D30B52; }

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

This div background color is #D30B52.


Border color

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

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

This div border color is #D30B52.


Opacity

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

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

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

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

This text has shadow with #D30B52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D30B52 on black background.


Color preview on white background

This text has color #D30B52 on white background.



Black color preview on #D30B52 background

This text has black color on #D30B52 background.


White color preview on #D30B52 background

This text has white color on #D30B52 background.