COLOR #D55FB9

HEX: #D55FB9 RGB: (213,95,185)

Color info

#D55FB9 contains mainly red and blue colors. Web safe color of #D55FB9 is #CC66CC (or #C6C).

RGB color model

#D55FB9 color RGB value is (213,95,185).

RGB: (213,95,185) (84%, 37%, 73%)

RGB channels and saturation

R 213 of 255 = 84%
G 95 of 255 = 37%
B 185 of 255 = 73%

213
95
185

R + G + B ~ 65%. #D55FB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 95 + 185 = 493 (100%)
R 213 of 493 ~ 43.2%
G 95 of 493 ~ 19.27%
B 185 of 493 ~ 37.53'%

%43.2
%19.27
%37.53

CMYK color model

#D55FB9 color CMYK value is (0,55,13,16).

  • cyan value is 0.00%
  • magenta value is 55.40%
  • yellow value is 13.15%
  • key color value is 16.47%

CMYK: (0,55,13,16)
C0M55Y13K16 (0%, 55%, 13%, 16%)
(0.00 / 0.55 / 0.13 / 0.16)

CMYK percentages

%0
%55.4
%13.15
%16.47

Codes

Color #D55FB9 in popluar color models

D5 5F B9
RGB 213 95 185
HSL 314° 58.42% 60.39%
HSB/HSV 314° 55.40% 83.53%
CMYK 0.00% 55.40% 13.15%
16.47%

Color #D55FB9 in popluar number systems.

HEX D5 5F B9
Decimal 213 95 185
Binary 11010101 1011111 10111001
Octal 325 137 271

Shades and tints

Shades of #D55FB9

#D55FB9
(213,95,185)
#C257A9
(194,87,169)
#AF4F99
(175,79,153)
#9C4789
(156,71,137)
#893F79
(137,63,121)
#763769
(118,55,105)
#632F59
(99,47,89)
#502749
(80,39,73)
#3D1F39
(61,31,57)
#2A1729
(42,23,41)
#170F19
(23,15,25)
#000000
(0,0,0)

Tints of #D55FB9

#D55FB9
(213,95,185)
#D86DBF
(216,109,191)
#DB7BC5
(219,123,197)
#DE89CB
(222,137,203)
#E197D1
(225,151,209)
#E4A5D7
(228,165,215)
#E7B3DD
(231,179,221)
#EAC1E3
(234,193,227)
#EDCFE9
(237,207,233)
#F0DDEF
(240,221,239)
#F3EBF5
(243,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D55FB9 color. Also use rgb(213,95,185) instead hex code.

Text Font Color

.myTextColor { color: #D55FB9; }

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

This text font color is #D55FB9.

Background Color

.myBgColor { background-color: #D55FB9; }

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

This div background color is #D55FB9.

Border color

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

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

This div border color is #D55FB9.

Opacity

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

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

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

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

This text has shadow with #D55FB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D55FB9.

Preview

Color preview on black background

This text has color #D55FB9 on black background.


Color preview on white background

This text has color #D55FB9 on white background.


Black color preview on #D55FB9 background

This text has black color on #D55FB9 background.


White color preview on #D55FB9 background

This text has white color on #D55FB9 background.


Related colors

Complementary color

Complementary color for #hex is #2AA046.


I love getcolorcode.com

Triadic colors

1 #B9D55F and #5FB9D5 with #D55FB9 are triadic colors.

2 #B95FD5 and #5FD5B9 with #D55FB9 are triadic colors.