COLOR #D7007C

HEX: #D7007C
RGB: (215,0,124)

Color info

#D7007C contains mainly red color. Web safe color of #D7007C is #CC0066 (or #C06).

RGB color model

#D7007C color RGB value is (215,0,124).

  • red value is 215;
  • green value is 0;
  • blue value is 124.
RGB:
(215,0,124)
(84%,0%,49%)

RGB channels and saturation

R 215 of 255 = 84%
G 0 of 255 = 0%
B 124 of 255 = 49%

215
0
124

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

Portions of RGB colors in percentages

R + G + B =
215 + 0 + 124 = 339 (100%)
R 215 of 339 ~ 63.42%
G 0 of 339 ~ 0%
B 124 of 339 ~ 36.58%

%63.42
%36.58

CMYK color model

#D7007C color CMYK value is (0,100,42,16).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 42.33%
  • key color value is 15.69%
CMYK:
(0,100,42,16)
C0M100Y42K16 
(0%,100%,42%,16%)
(0.00/1.00/0.42/0.16)	

CMYK percentages

%0
%100
%42.33
%15.69

Codes

Color #D7007C in popluar color models

D7007C
RGB2150124
HSL325°100.00%42.16%
HSB/HSV325°100.00%84.31%
CMYK0.00%100.00%42.33%
15.69%

Color #D7007C in popluar number systems.

HEXD7007C
Decimal2150124
Binary1101011101111100
Octal3270174

Shades and tints

Shades of #D7007C

#D7007C
(215,0,124)
#C40071
(196,0,113)
#B10066
(177,0,102)
#9E005B
(158,0,91)
#8B0050
(139,0,80)
#780045
(120,0,69)
#65003A
(101,0,58)
#52002F
(82,0,47)
#3F0024
(63,0,36)
#2C0019
(44,0,25)
#19000E
(25,0,14)
#000000
(0,0,0)

Tints of #D7007C

#D7007C
(215,0,124)
#DA1787
(218,23,135)
#DD2E92
(221,46,146)
#E0459D
(224,69,157)
#E35CA8
(227,92,168)
#E673B3
(230,115,179)
#E98ABE
(233,138,190)
#ECA1C9
(236,161,201)
#EFB8D4
(239,184,212)
#F2CFDF
(242,207,223)
#F5E6EA
(245,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7007C color. Also use rgb(215,0,124) instead hex code.

Text Font Color

.myTextColor { color: #D7007C; }

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

This text font color is #D7007C.


Background Color

.myBgColor { background-color: #D7007C; }

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

This div background color is #D7007C.


Border color

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

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

This div border color is #D7007C.


Opacity

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

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

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

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

This text has shadow with #D7007C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7007C on black background.


Color preview on white background

This text has color #D7007C on white background.



Black color preview on #D7007C background

This text has black color on #D7007C background.


White color preview on #D7007C background

This text has white color on #D7007C background.