COLOR #D05F6E

HEX: #D05F6E
RGB: (208,95,110)

Color info

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

RGB color model

#D05F6E color RGB value is (208,95,110).

  • red value is 208;
  • green value is 95;
  • blue value is 110.
RGB:
(208,95,110)
(82%,37%,43%)

RGB channels and saturation

R 208 of 255 = 82%
G 95 of 255 = 37%
B 110 of 255 = 43%

208
95
110

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

Portions of RGB colors in percentages

R + G + B =
208 + 95 + 110 = 413 (100%)
R 208 of 413 ~ 50.36%
G 95 of 413 ~ 23%
B 110 of 413 ~ 26.63%

%50.36
%23
%26.63

CMYK color model

#D05F6E color CMYK value is (0,54,47,18).

  • cyan value is 0.00%
  • magenta value is 54.33%
  • yellow value is 47.12%
  • key color value is 18.43%
CMYK:
(0,54,47,18)
C0M54Y47K18 
(0%,54%,47%,18%)
(0.00/0.54/0.47/0.18)	

CMYK percentages

%0
%54.33
%47.12
%18.43

Codes

Color #D05F6E in popluar color models

D05F6E
RGB20895110
HSL352°54.59%59.41%
HSB/HSV352°54.33%81.57%
CMYK0.00%54.33%47.12%
18.43%

Color #D05F6E in popluar number systems.

HEXD05F6E
Decimal20895110
Binary1101000010111111101110
Octal320137156

Shades and tints

Shades of #D05F6E

#D05F6E
(208,95,110)
#BE5764
(190,87,100)
#AC4F5A
(172,79,90)
#9A4750
(154,71,80)
#883F46
(136,63,70)
#76373C
(118,55,60)
#642F32
(100,47,50)
#522728
(82,39,40)
#401F1E
(64,31,30)
#2E1714
(46,23,20)
#1C0F0A
(28,15,10)
#000000
(0,0,0)

Tints of #D05F6E

#D05F6E
(208,95,110)
#D46D7B
(212,109,123)
#D87B88
(216,123,136)
#DC8995
(220,137,149)
#E097A2
(224,151,162)
#E4A5AF
(228,165,175)
#E8B3BC
(232,179,188)
#ECC1C9
(236,193,201)
#F0CFD6
(240,207,214)
#F4DDE3
(244,221,227)
#F8EBF0
(248,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D05F6E color. Also use rgb(208,95,110) instead hex code.

Text Font Color

.myTextColor { color: #D05F6E; }

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

This text font color is #D05F6E.


Background Color

.myBgColor { background-color: #D05F6E; }

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

This div background color is #D05F6E.


Border color

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

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

This div border color is #D05F6E.


Opacity

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

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

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

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

This text has shadow with #D05F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D05F6E on black background.


Color preview on white background

This text has color #D05F6E on white background.



Black color preview on #D05F6E background

This text has black color on #D05F6E background.


White color preview on #D05F6E background

This text has white color on #D05F6E background.