COLOR #D760F5

HEX: #D760F5
RGB: (215,96,245)

Color info

#D760F5 contains mainly red and blue colors. Web safe color of #D760F5 is #CC66FF (or #C6F).

RGB color model

#D760F5 color RGB value is (215,96,245).

  • red value is 215;
  • green value is 96;
  • blue value is 245.
RGB:
(215,96,245)
(84%,38%,96%)

RGB channels and saturation

R 215 of 255 = 84%
G 96 of 255 = 38%
B 245 of 255 = 96%

215
96
245

R + G + B ~ 73%. #D760F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 96 + 245 = 556 (100%)
R 215 of 556 ~ 38.67%
G 96 of 556 ~ 17.27%
B 245 of 556 ~ 44.06%

%38.67
%17.27
%44.06

CMYK color model

#D760F5 color CMYK value is (12,61,0,4).

  • cyan value is 12.24%
  • magenta value is 60.82%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(12,61,0,4)
C12M61Y0K4 
(12%,61%,0%,4%)
(0.12/0.61/0.00/0.04)	

CMYK percentages

%12.24
%60.82
%0
%3.92

Codes

Color #D760F5 in popluar color models

D760F5
RGB21596245
HSL288°88.17%66.86%
HSB/HSV288°60.82%96.08%
CMYK12.24%60.82%0.00%
3.92%

Color #D760F5 in popluar number systems.

HEXD760F5
Decimal21596245
Binary11010111110000011110101
Octal327140365

Shades and tints

Shades of #D760F5

#D760F5
(215,96,245)
#C458DF
(196,88,223)
#B150C9
(177,80,201)
#9E48B3
(158,72,179)
#8B409D
(139,64,157)
#783887
(120,56,135)
#653071
(101,48,113)
#52285B
(82,40,91)
#3F2045
(63,32,69)
#2C182F
(44,24,47)
#191019
(25,16,25)
#000000
(0,0,0)

Tints of #D760F5

#D760F5
(215,96,245)
#DA6EF5
(218,110,245)
#DD7CF5
(221,124,245)
#E08AF5
(224,138,245)
#E398F5
(227,152,245)
#E6A6F5
(230,166,245)
#E9B4F5
(233,180,245)
#ECC2F5
(236,194,245)
#EFD0F5
(239,208,245)
#F2DEF5
(242,222,245)
#F5ECF5
(245,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D760F5 color. Also use rgb(215,96,245) instead hex code.

Text Font Color

.myTextColor { color: #D760F5; }

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

This text font color is #D760F5.


Background Color

.myBgColor { background-color: #D760F5; }

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

This div background color is #D760F5.


Border color

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

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

This div border color is #D760F5.


Opacity

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

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

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

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

This text has shadow with #D760F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D760F5 on black background.


Color preview on white background

This text has color #D760F5 on white background.



Black color preview on #D760F5 background

This text has black color on #D760F5 background.


White color preview on #D760F5 background

This text has white color on #D760F5 background.