COLOR #D30055

HEX: #D30055
RGB: (211,0,85)

Color info

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

RGB color model

#D30055 color RGB value is (211,0,85).

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

RGB channels and saturation

R 211 of 255 = 83%
G 0 of 255 = 0%
B 85 of 255 = 33%

211
0
85

R + G + B ~ 39%. #D30055 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
211 + 0 + 85 = 296 (100%)
R 211 of 296 ~ 71.28%
G 0 of 296 ~ 0%
B 85 of 296 ~ 28.72%

%71.28
%28.72

CMYK color model

#D30055 color CMYK value is (0,100,60,17).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 59.72%
  • key color value is 17.25%
CMYK:
(0,100,60,17)
C0M100Y60K17 
(0%,100%,60%,17%)
(0.00/1.00/0.60/0.17)	

CMYK percentages

%0
%100
%59.72
%17.25

Codes

Color #D30055 in popluar color models

D30055
RGB211085
HSL336°100.00%41.37%
HSB/HSV336°100.00%82.75%
CMYK0.00%100.00%59.72%
17.25%

Color #D30055 in popluar number systems.

HEXD30055
Decimal211085
Binary1101001101010101
Octal3230125

Shades and tints

Shades of #D30055

#D30055
(211,0,85)
#C0004E
(192,0,78)
#AD0047
(173,0,71)
#9A0040
(154,0,64)
#870039
(135,0,57)
#740032
(116,0,50)
#61002B
(97,0,43)
#4E0024
(78,0,36)
#3B001D
(59,0,29)
#280016
(40,0,22)
#15000F
(21,0,15)
#000000
(0,0,0)

Tints of #D30055

#D30055
(211,0,85)
#D71764
(215,23,100)
#DB2E73
(219,46,115)
#DF4582
(223,69,130)
#E35C91
(227,92,145)
#E773A0
(231,115,160)
#EB8AAF
(235,138,175)
#EFA1BE
(239,161,190)
#F3B8CD
(243,184,205)
#F7CFDC
(247,207,220)
#FBE6EB
(251,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D30055; }

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

This text font color is #D30055.


Background Color

.myBgColor { background-color: #D30055; }

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

This div background color is #D30055.


Border color

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

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

This div border color is #D30055.


Opacity

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

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

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

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

This text has shadow with #D30055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D30055 on black background.


Color preview on white background

This text has color #D30055 on white background.



Black color preview on #D30055 background

This text has black color on #D30055 background.


White color preview on #D30055 background

This text has white color on #D30055 background.