COLOR #D758A0

HEX: #D758A0
RGB: (215,88,160)

Color info

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

RGB color model

#D758A0 color RGB value is (215,88,160).

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

RGB channels and saturation

R 215 of 255 = 84%
G 88 of 255 = 35%
B 160 of 255 = 63%

215
88
160

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

Portions of RGB colors in percentages

R + G + B =
215 + 88 + 160 = 463 (100%)
R 215 of 463 ~ 46.44%
G 88 of 463 ~ 19.01%
B 160 of 463 ~ 34.56%

%46.44
%19.01
%34.56

CMYK color model

#D758A0 color CMYK value is (0,59,26,16).

  • cyan value is 0.00%
  • magenta value is 59.07%
  • yellow value is 25.58%
  • key color value is 15.69%
CMYK:
(0,59,26,16)
C0M59Y26K16 
(0%,59%,26%,16%)
(0.00/0.59/0.26/0.16)	

CMYK percentages

%0
%59.07
%25.58
%15.69

Codes

Color #D758A0 in popluar color models

D758A0
RGB21588160
HSL326°61.35%59.41%
HSB/HSV326°59.07%84.31%
CMYK0.00%59.07%25.58%
15.69%

Color #D758A0 in popluar number systems.

HEXD758A0
Decimal21588160
Binary11010111101100010100000
Octal327130240

Shades and tints

Shades of #D758A0

#D758A0
(215,88,160)
#C45092
(196,80,146)
#B14884
(177,72,132)
#9E4076
(158,64,118)
#8B3868
(139,56,104)
#78305A
(120,48,90)
#65284C
(101,40,76)
#52203E
(82,32,62)
#3F1830
(63,24,48)
#2C1022
(44,16,34)
#190814
(25,8,20)
#000000
(0,0,0)

Tints of #D758A0

#D758A0
(215,88,160)
#DA67A8
(218,103,168)
#DD76B0
(221,118,176)
#E085B8
(224,133,184)
#E394C0
(227,148,192)
#E6A3C8
(230,163,200)
#E9B2D0
(233,178,208)
#ECC1D8
(236,193,216)
#EFD0E0
(239,208,224)
#F2DFE8
(242,223,232)
#F5EEF0
(245,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D758A0; }

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

This text font color is #D758A0.


Background Color

.myBgColor { background-color: #D758A0; }

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

This div background color is #D758A0.


Border color

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

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

This div border color is #D758A0.


Opacity

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

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

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

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

This text has shadow with #D758A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D758A0 on black background.


Color preview on white background

This text has color #D758A0 on white background.



Black color preview on #D758A0 background

This text has black color on #D758A0 background.


White color preview on #D758A0 background

This text has white color on #D758A0 background.