COLOR #D73EB0

HEX: #D73EB0
RGB: (215,62,176)

Color info

#D73EB0 contains mainly red and blue colors. Web safe color of #D73EB0 is #CC3399 (or #C39).

RGB color model

#D73EB0 color RGB value is (215,62,176).

  • red value is 215;
  • green value is 62;
  • blue value is 176.
RGB: (215,62,176) (84%,24%,69%)

RGB channels and saturation

R 215 of 255 = 84%
G 62 of 255 = 24%
B 176 of 255 = 69%

215
62
176

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

Portions of RGB colors in percentages

R + G + B =
215 + 62 + 176 = 453 (100%)
R 215 of 453 ~ 47.46%
G 62 of 453 ~ 13.69%
B 176 of 453 ~ 38.85%

%47.46
%13.69
%38.85

CMYK color model

#D73EB0 color CMYK value is (0,71,18,16).

  • cyan value is 0.00%
  • magenta value is 71.16%
  • yellow value is 18.14%
  • key color value is 15.69%
CMYK: (0,71,18,16) C0M71Y18K16 (0%,71%,18%,16%) (0.00/0.71/0.18/0.16)

CMYK percentages

%0
%71.16
%18.14
%15.69

Codes

Color #D73EB0 in popluar color models

D73EB0
RGB21562176
HSL315°65.67%54.31%
HSB/HSV315°71.16%84.31%
CMYK0.00%71.16%18.14%
15.69%

Color #D73EB0 in popluar number systems.

HEXD73EB0
Decimal21562176
Binary1101011111111010110000
Octal32776260

Shades and tints

Shades of #D73EB0

#D73EB0
(215,62,176)
#C439A0
(196,57,160)
#B13490
(177,52,144)
#9E2F80
(158,47,128)
#8B2A70
(139,42,112)
#782560
(120,37,96)
#652050
(101,32,80)
#521B40
(82,27,64)
#3F1630
(63,22,48)
#2C1120
(44,17,32)
#190C10
(25,12,16)
#000000
(0,0,0)

Tints of #D73EB0

#D73EB0
(215,62,176)
#DA4FB7
(218,79,183)
#DD60BE
(221,96,190)
#E071C5
(224,113,197)
#E382CC
(227,130,204)
#E693D3
(230,147,211)
#E9A4DA
(233,164,218)
#ECB5E1
(236,181,225)
#EFC6E8
(239,198,232)
#F2D7EF
(242,215,239)
#F5E8F6
(245,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D73EB0 color. Also use rgb(215,62,176) instead hex code.

Text Font Color

.myTextColor { color: #D73EB0; }

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

This text font color is #D73EB0.


Background Color

.myBgColor { background-color: #D73EB0; }

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

This div background color is #D73EB0.


Border color

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

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

This div border color is #D73EB0.


Opacity

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

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

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

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

This text has shadow with #D73EB0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D73EB0 on black background.


Color preview on white background

This text has color #D73EB0 on white background.



Black color preview on #D73EB0 background

This text has black color on #D73EB0 background.


White color preview on #D73EB0 background

This text has white color on #D73EB0 background.