COLOR #D05874

HEX: #D05874 RGB: (208,88,116)

Color info

#D05874 contains mainly red color. Web safe color of #D05874 is #CC6666 (or #C66).

RGB color model

#D05874 color RGB value is (208,88,116).

RGB: (208,88,116) (82%, 35%, 45%)

RGB channels and saturation

R 208 of 255 = 82%
G 88 of 255 = 35%
B 116 of 255 = 45%

208
88
116

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

Portions of RGB colors in percentages

R + G + B = 208 + 88 + 116 = 412 (100%)
R 208 of 412 ~ 50.49%
G 88 of 412 ~ 21.36%
B 116 of 412 ~ 28.16'%

%50.49
%21.36
%28.16

CMYK color model

#D05874 color CMYK value is (0,58,44,18).

  • cyan value is 0.00%
  • magenta value is 57.69%
  • yellow value is 44.23%
  • key color value is 18.43%

CMYK: (0,58,44,18)
C0M58Y44K18 (0%, 58%, 44%, 18%)
(0.00 / 0.58 / 0.44 / 0.18)

CMYK percentages

%0
%57.69
%44.23
%18.43

Codes

Color #D05874 in popluar color models

D0 58 74
RGB 208 88 116
HSL 346° 56.07% 58.04%
HSB/HSV 346° 57.69% 81.57%
CMYK 0.00% 57.69% 44.23%
18.43%

Color #D05874 in popluar number systems.

HEX D0 58 74
Decimal 208 88 116
Binary 11010000 1011000 1110100
Octal 320 130 164

Shades and tints

Shades of #D05874

#D05874
(208,88,116)
#BE506A
(190,80,106)
#AC4860
(172,72,96)
#9A4056
(154,64,86)
#88384C
(136,56,76)
#763042
(118,48,66)
#642838
(100,40,56)
#52202E
(82,32,46)
#401824
(64,24,36)
#2E101A
(46,16,26)
#1C0810
(28,8,16)
#000000
(0,0,0)

Tints of #D05874

#D05874
(208,88,116)
#D46780
(212,103,128)
#D8768C
(216,118,140)
#DC8598
(220,133,152)
#E094A4
(224,148,164)
#E4A3B0
(228,163,176)
#E8B2BC
(232,178,188)
#ECC1C8
(236,193,200)
#F0D0D4
(240,208,212)
#F4DFE0
(244,223,224)
#F8EEEC
(248,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D05874 color. Also use rgb(208,88,116) instead hex code.

Text Font Color

.myTextColor { color: #D05874; }

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

This text font color is #D05874.

Background Color

.myBgColor { background-color: #D05874; }

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

This div background color is #D05874.

Border color

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

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

This div border color is #D05874.

Opacity

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

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

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

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

This text has shadow with #D05874 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D05874.

Preview

Color preview on black background

This text has color #D05874 on black background.


Color preview on white background

This text has color #D05874 on white background.


Black color preview on #D05874 background

This text has black color on #D05874 background.


White color preview on #D05874 background

This text has white color on #D05874 background.


Related colors

Complementary color

Complementary color for #hex is #2FA78B.


I love getcolorcode.com

Triadic colors

1 #74D058 and #5874D0 with #D05874 are triadic colors.

2 #7458D0 and #58D074 with #D05874 are triadic colors.