COLOR #D04B82

HEX: #D04B82
RGB: (208,75,130)

Color info

#D04B82 contains mainly red color. Web safe color of #D04B82 is #CC3399 (or #C39).

RGB color model

#D04B82 color RGB value is (208,75,130).

  • red value is 208;
  • green value is 75;
  • blue value is 130.
RGB:
(208,75,130)
(82%,29%,51%)

RGB channels and saturation

R 208 of 255 = 82%
G 75 of 255 = 29%
B 130 of 255 = 51%

208
75
130

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

Portions of RGB colors in percentages

R + G + B =
208 + 75 + 130 = 413 (100%)
R 208 of 413 ~ 50.36%
G 75 of 413 ~ 18.16%
B 130 of 413 ~ 31.48%

%50.36
%18.16
%31.48

CMYK color model

#D04B82 color CMYK value is (0,64,38,18).

  • cyan value is 0.00%
  • magenta value is 63.94%
  • yellow value is 37.50%
  • key color value is 18.43%
CMYK:
(0,64,38,18)
C0M64Y38K18 
(0%,64%,38%,18%)
(0.00/0.64/0.38/0.18)	

CMYK percentages

%0
%63.94
%37.5
%18.43

Codes

Color #D04B82 in popluar color models

D04B82
RGB20875130
HSL335°58.59%55.49%
HSB/HSV335°63.94%81.57%
CMYK0.00%63.94%37.50%
18.43%

Color #D04B82 in popluar number systems.

HEXD04B82
Decimal20875130
Binary11010000100101110000010
Octal320113202

Shades and tints

Shades of #D04B82

#D04B82
(208,75,130)
#BE4577
(190,69,119)
#AC3F6C
(172,63,108)
#9A3961
(154,57,97)
#883356
(136,51,86)
#762D4B
(118,45,75)
#642740
(100,39,64)
#522135
(82,33,53)
#401B2A
(64,27,42)
#2E151F
(46,21,31)
#1C0F14
(28,15,20)
#000000
(0,0,0)

Tints of #D04B82

#D04B82
(208,75,130)
#D45B8D
(212,91,141)
#D86B98
(216,107,152)
#DC7BA3
(220,123,163)
#E08BAE
(224,139,174)
#E49BB9
(228,155,185)
#E8ABC4
(232,171,196)
#ECBBCF
(236,187,207)
#F0CBDA
(240,203,218)
#F4DBE5
(244,219,229)
#F8EBF0
(248,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D04B82 color. Also use rgb(208,75,130) instead hex code.

Text Font Color

.myTextColor { color: #D04B82; }

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

This text font color is #D04B82.


Background Color

.myBgColor { background-color: #D04B82; }

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

This div background color is #D04B82.


Border color

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

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

This div border color is #D04B82.


Opacity

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

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

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

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

This text has shadow with #D04B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D04B82 on black background.


Color preview on white background

This text has color #D04B82 on white background.



Black color preview on #D04B82 background

This text has black color on #D04B82 background.


White color preview on #D04B82 background

This text has white color on #D04B82 background.