COLOR #D75DA0

HEX: #D75DA0
RGB: (215,93,160)

Color info

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

RGB color model

#D75DA0 color RGB value is (215,93,160).

  • red value is 215;
  • green value is 93;
  • blue value is 160.
RGB:
(215,93,160)
(84%,36%,63%)

RGB channels and saturation

R 215 of 255 = 84%
G 93 of 255 = 36%
B 160 of 255 = 63%

215
93
160

R + G + B ~ 61%. #D75DA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 93 + 160 = 468 (100%)
R 215 of 468 ~ 45.94%
G 93 of 468 ~ 19.87%
B 160 of 468 ~ 34.19%

%45.94
%19.87
%34.19

CMYK color model

#D75DA0 color CMYK value is (0,57,26,16).

  • cyan value is 0.00%
  • magenta value is 56.74%
  • yellow value is 25.58%
  • key color value is 15.69%
CMYK:
(0,57,26,16)
C0M57Y26K16 
(0%,57%,26%,16%)
(0.00/0.57/0.26/0.16)	

CMYK percentages

%0
%56.74
%25.58
%15.69

Codes

Color #D75DA0 in popluar color models

D75DA0
RGB21593160
HSL327°60.40%60.39%
HSB/HSV327°56.74%84.31%
CMYK0.00%56.74%25.58%
15.69%

Color #D75DA0 in popluar number systems.

HEXD75DA0
Decimal21593160
Binary11010111101110110100000
Octal327135240

Shades and tints

Shades of #D75DA0

#D75DA0
(215,93,160)
#C45592
(196,85,146)
#B14D84
(177,77,132)
#9E4576
(158,69,118)
#8B3D68
(139,61,104)
#78355A
(120,53,90)
#652D4C
(101,45,76)
#52253E
(82,37,62)
#3F1D30
(63,29,48)
#2C1522
(44,21,34)
#190D14
(25,13,20)
#000000
(0,0,0)

Tints of #D75DA0

#D75DA0
(215,93,160)
#DA6BA8
(218,107,168)
#DD79B0
(221,121,176)
#E087B8
(224,135,184)
#E395C0
(227,149,192)
#E6A3C8
(230,163,200)
#E9B1D0
(233,177,208)
#ECBFD8
(236,191,216)
#EFCDE0
(239,205,224)
#F2DBE8
(242,219,232)
#F5E9F0
(245,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D75DA0 color. Also use rgb(215,93,160) instead hex code.

Text Font Color

.myTextColor { color: #D75DA0; }

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

This text font color is #D75DA0.


Background Color

.myBgColor { background-color: #D75DA0; }

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

This div background color is #D75DA0.


Border color

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

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

This div border color is #D75DA0.


Opacity

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

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

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

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

This text has shadow with #D75DA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D75DA0 on black background.


Color preview on white background

This text has color #D75DA0 on white background.



Black color preview on #D75DA0 background

This text has black color on #D75DA0 background.


White color preview on #D75DA0 background

This text has white color on #D75DA0 background.