COLOR #D758C6

HEX: #D758C6
RGB: (215,88,198)

Color info

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

RGB color model

#D758C6 color RGB value is (215,88,198).

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

RGB channels and saturation

R 215 of 255 = 84%
G 88 of 255 = 35%
B 198 of 255 = 78%

215
88
198

R + G + B ~ 66%. #D758C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 88 + 198 = 501 (100%)
R 215 of 501 ~ 42.91%
G 88 of 501 ~ 17.56%
B 198 of 501 ~ 39.52%

%42.91
%17.56
%39.52

CMYK color model

#D758C6 color CMYK value is (0,59,8,16).

  • cyan value is 0.00%
  • magenta value is 59.07%
  • yellow value is 7.91%
  • key color value is 15.69%
CMYK:
(0,59,8,16)
C0M59Y8K16 
(0%,59%,8%,16%)
(0.00/0.59/0.08/0.16)	

CMYK percentages

%0
%59.07
%7.91
%15.69

Codes

Color #D758C6 in popluar color models

D758C6
RGB21588198
HSL308°61.35%59.41%
HSB/HSV308°59.07%84.31%
CMYK0.00%59.07%7.91%
15.69%

Color #D758C6 in popluar number systems.

HEXD758C6
Decimal21588198
Binary11010111101100011000110
Octal327130306

Shades and tints

Shades of #D758C6

#D758C6
(215,88,198)
#C450B4
(196,80,180)
#B148A2
(177,72,162)
#9E4090
(158,64,144)
#8B387E
(139,56,126)
#78306C
(120,48,108)
#65285A
(101,40,90)
#522048
(82,32,72)
#3F1836
(63,24,54)
#2C1024
(44,16,36)
#190812
(25,8,18)
#000000
(0,0,0)

Tints of #D758C6

#D758C6
(215,88,198)
#DA67CB
(218,103,203)
#DD76D0
(221,118,208)
#E085D5
(224,133,213)
#E394DA
(227,148,218)
#E6A3DF
(230,163,223)
#E9B2E4
(233,178,228)
#ECC1E9
(236,193,233)
#EFD0EE
(239,208,238)
#F2DFF3
(242,223,243)
#F5EEF8
(245,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D758C6; }

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

This text font color is #D758C6.


Background Color

.myBgColor { background-color: #D758C6; }

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

This div background color is #D758C6.


Border color

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

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

This div border color is #D758C6.


Opacity

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

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

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

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

This text has shadow with #D758C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D758C6 on black background.


Color preview on white background

This text has color #D758C6 on white background.



Black color preview on #D758C6 background

This text has black color on #D758C6 background.


White color preview on #D758C6 background

This text has white color on #D758C6 background.