COLOR #D75794

HEX: #D75794
RGB: (215,87,148)

Color info

#D75794 contains mainly red color. Web safe color of #D75794 is #CC6699 (or #C69).

RGB color model

#D75794 color RGB value is (215,87,148).

  • red value is 215;
  • green value is 87;
  • blue value is 148.
RGB: (215,87,148) (84%,34%,58%)

RGB channels and saturation

R 215 of 255 = 84%
G 87 of 255 = 34%
B 148 of 255 = 58%

215
87
148

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

Portions of RGB colors in percentages

R + G + B =
215 + 87 + 148 = 450 (100%)
R 215 of 450 ~ 47.78%
G 87 of 450 ~ 19.33%
B 148 of 450 ~ 32.89%

%47.78
%19.33
%32.89

CMYK color model

#D75794 color CMYK value is (0,60,31,16).

  • cyan value is 0.00%
  • magenta value is 59.53%
  • yellow value is 31.16%
  • key color value is 15.69%
CMYK: (0,60,31,16) C0M60Y31K16 (0%,60%,31%,16%) (0.00/0.60/0.31/0.16)

CMYK percentages

%0
%59.53
%31.16
%15.69

Codes

Color #D75794 in popluar color models

D75794
RGB21587148
HSL331°61.54%59.22%
HSB/HSV331°59.53%84.31%
CMYK0.00%59.53%31.16%
15.69%

Color #D75794 in popluar number systems.

HEXD75794
Decimal21587148
Binary11010111101011110010100
Octal327127224

Shades and tints

Shades of #D75794

#D75794
(215,87,148)
#C45087
(196,80,135)
#B1497A
(177,73,122)
#9E426D
(158,66,109)
#8B3B60
(139,59,96)
#783453
(120,52,83)
#652D46
(101,45,70)
#522639
(82,38,57)
#3F1F2C
(63,31,44)
#2C181F
(44,24,31)
#191112
(25,17,18)
#000000
(0,0,0)

Tints of #D75794

#D75794
(215,87,148)
#DA669D
(218,102,157)
#DD75A6
(221,117,166)
#E084AF
(224,132,175)
#E393B8
(227,147,184)
#E6A2C1
(230,162,193)
#E9B1CA
(233,177,202)
#ECC0D3
(236,192,211)
#EFCFDC
(239,207,220)
#F2DEE5
(242,222,229)
#F5EDEE
(245,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D75794 color. Also use rgb(215,87,148) instead hex code.

Text Font Color

.myTextColor { color: #D75794; }

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

This text font color is #D75794.


Background Color

.myBgColor { background-color: #D75794; }

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

This div background color is #D75794.


Border color

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

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

This div border color is #D75794.


Opacity

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

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

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

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

This text has shadow with #D75794 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D75794 on black background.


Color preview on white background

This text has color #D75794 on white background.



Black color preview on #D75794 background

This text has black color on #D75794 background.


White color preview on #D75794 background

This text has white color on #D75794 background.