COLOR #D75FB2

HEX: #D75FB2 RGB: (215,95,178)

Color info

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

RGB color model

#D75FB2 color RGB value is (215,95,178).

RGB: (215,95,178) (84%, 37%, 70%)

RGB channels and saturation

R 215 of 255 = 84%
G 95 of 255 = 37%
B 178 of 255 = 70%

215
95
178

R + G + B ~ 64%. #D75FB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 95 + 178 = 488 (100%)
R 215 of 488 ~ 44.06%
G 95 of 488 ~ 19.47%
B 178 of 488 ~ 36.48'%

%44.06
%19.47
%36.48

CMYK color model

#D75FB2 color CMYK value is (0,56,17,16).

  • cyan value is 0.00%
  • magenta value is 55.81%
  • yellow value is 17.21%
  • key color value is 15.69%

CMYK: (0,56,17,16)
C0M56Y17K16 (0%, 56%, 17%, 16%)
(0.00 / 0.56 / 0.17 / 0.16)

CMYK percentages

%0
%55.81
%17.21
%15.69

Codes

Color #D75FB2 in popluar color models

D7 5F B2
RGB 215 95 178
HSL 319° 60.00% 60.78%
HSB/HSV 319° 55.81% 84.31%
CMYK 0.00% 55.81% 17.21%
15.69%

Color #D75FB2 in popluar number systems.

HEX D7 5F B2
Decimal 215 95 178
Binary 11010111 1011111 10110010
Octal 327 137 262

Shades and tints

Shades of #D75FB2

#D75FB2
(215,95,178)
#C457A2
(196,87,162)
#B14F92
(177,79,146)
#9E4782
(158,71,130)
#8B3F72
(139,63,114)
#783762
(120,55,98)
#652F52
(101,47,82)
#522742
(82,39,66)
#3F1F32
(63,31,50)
#2C1722
(44,23,34)
#190F12
(25,15,18)
#000000
(0,0,0)

Tints of #D75FB2

#D75FB2
(215,95,178)
#DA6DB9
(218,109,185)
#DD7BC0
(221,123,192)
#E089C7
(224,137,199)
#E397CE
(227,151,206)
#E6A5D5
(230,165,213)
#E9B3DC
(233,179,220)
#ECC1E3
(236,193,227)
#EFCFEA
(239,207,234)
#F2DDF1
(242,221,241)
#F5EBF8
(245,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D75FB2 color. Also use rgb(215,95,178) instead hex code.

Text Font Color

.myTextColor { color: #D75FB2; }

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

This text font color is #D75FB2.

Background Color

.myBgColor { background-color: #D75FB2; }

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

This div background color is #D75FB2.

Border color

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

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

This div border color is #D75FB2.

Opacity

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

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

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

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

This text has shadow with #D75FB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D75FB2.

Preview

Color preview on black background

This text has color #D75FB2 on black background.


Color preview on white background

This text has color #D75FB2 on white background.


Black color preview on #D75FB2 background

This text has black color on #D75FB2 background.


White color preview on #D75FB2 background

This text has white color on #D75FB2 background.


Related colors

Complementary color

Complementary color for #hex is #28A04D.


I love getcolorcode.com

Triadic colors

1 #B2D75F and #5FB2D7 with #D75FB2 are triadic colors.

2 #B25FD7 and #5FD7B2 with #D75FB2 are triadic colors.