COLOR #D05D9E

HEX: #D05D9E RGB: (208,93,158)

Color info

#D05D9E contains mainly red and blue colors. Web safe color of #D05D9E is #CC6699 (or #C69).

RGB color model

#D05D9E color RGB value is (208,93,158).

RGB: (208,93,158) (82%, 36%, 62%)

RGB channels and saturation

R 208 of 255 = 82%
G 93 of 255 = 36%
B 158 of 255 = 62%

208
93
158

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

Portions of RGB colors in percentages

R + G + B = 208 + 93 + 158 = 459 (100%)
R 208 of 459 ~ 45.32%
G 93 of 459 ~ 20.26%
B 158 of 459 ~ 34.42'%

%45.32
%20.26
%34.42

CMYK color model

#D05D9E color CMYK value is (0,55,24,18).

  • cyan value is 0.00%
  • magenta value is 55.29%
  • yellow value is 24.04%
  • key color value is 18.43%

CMYK: (0,55,24,18)
C0M55Y24K18 (0%, 55%, 24%, 18%)
(0.00 / 0.55 / 0.24 / 0.18)

CMYK percentages

%0
%55.29
%24.04
%18.43

Codes

Color #D05D9E in popluar color models

D0 5D 9E
RGB 208 93 158
HSL 326° 55.02% 59.02%
HSB/HSV 326° 55.29% 81.57%
CMYK 0.00% 55.29% 24.04%
18.43%

Color #D05D9E in popluar number systems.

HEX D0 5D 9E
Decimal 208 93 158
Binary 11010000 1011101 10011110
Octal 320 135 236

Shades and tints

Shades of #D05D9E

#D05D9E
(208,93,158)
#BE5590
(190,85,144)
#AC4D82
(172,77,130)
#9A4574
(154,69,116)
#883D66
(136,61,102)
#763558
(118,53,88)
#642D4A
(100,45,74)
#52253C
(82,37,60)
#401D2E
(64,29,46)
#2E1520
(46,21,32)
#1C0D12
(28,13,18)
#000000
(0,0,0)

Tints of #D05D9E

#D05D9E
(208,93,158)
#D46BA6
(212,107,166)
#D879AE
(216,121,174)
#DC87B6
(220,135,182)
#E095BE
(224,149,190)
#E4A3C6
(228,163,198)
#E8B1CE
(232,177,206)
#ECBFD6
(236,191,214)
#F0CDDE
(240,205,222)
#F4DBE6
(244,219,230)
#F8E9EE
(248,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D05D9E color. Also use rgb(208,93,158) instead hex code.

Text Font Color

.myTextColor { color: #D05D9E; }

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

This text font color is #D05D9E.

Background Color

.myBgColor { background-color: #D05D9E; }

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

This div background color is #D05D9E.

Border color

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

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

This div border color is #D05D9E.

Opacity

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

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

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

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

This text has shadow with #D05D9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D05D9E.

Preview

Color preview on black background

This text has color #D05D9E on black background.


Color preview on white background

This text has color #D05D9E on white background.


Black color preview on #D05D9E background

This text has black color on #D05D9E background.


White color preview on #D05D9E background

This text has white color on #D05D9E background.


Related colors

Complementary color

Complementary color for #hex is #2FA261.


I love getcolorcode.com

Triadic colors

1 #9ED05D and #5D9ED0 with #D05D9E are triadic colors.

2 #9E5DD0 and #5DD09E with #D05D9E are triadic colors.