COLOR #D70598

HEX: #D70598
RGB: (215,5,152)

Color info

#D70598 contains mainly red color. Web safe color of #D70598 is #CC0099 (or #C09).

RGB color model

#D70598 color RGB value is (215,5,152).

  • red value is 215;
  • green value is 5;
  • blue value is 152.
RGB:
(215,5,152)
(84%,2%,60%)

RGB channels and saturation

R 215 of 255 = 84%
G 5 of 255 = 2%
B 152 of 255 = 60%

215
5
152

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

Portions of RGB colors in percentages

R + G + B =
215 + 5 + 152 = 372 (100%)
R 215 of 372 ~ 57.8%
G 5 of 372 ~ 1.34%
B 152 of 372 ~ 40.86%

%57.8
%40.86

CMYK color model

#D70598 color CMYK value is (0,98,29,16).

  • cyan value is 0.00%
  • magenta value is 97.67%
  • yellow value is 29.30%
  • key color value is 15.69%
CMYK:
(0,98,29,16)
C0M98Y29K16 
(0%,98%,29%,16%)
(0.00/0.98/0.29/0.16)	

CMYK percentages

%0
%97.67
%29.3
%15.69

Codes

Color #D70598 in popluar color models

D70598
RGB2155152
HSL318°95.45%43.14%
HSB/HSV318°97.67%84.31%
CMYK0.00%97.67%29.30%
15.69%

Color #D70598 in popluar number systems.

HEXD70598
Decimal2155152
Binary1101011110110011000
Octal3275230

Shades and tints

Shades of #D70598

#D70598
(215,5,152)
#C4058B
(196,5,139)
#B1057E
(177,5,126)
#9E0571
(158,5,113)
#8B0564
(139,5,100)
#780557
(120,5,87)
#65054A
(101,5,74)
#52053D
(82,5,61)
#3F0530
(63,5,48)
#2C0523
(44,5,35)
#190516
(25,5,22)
#000000
(0,0,0)

Tints of #D70598

#D70598
(215,5,152)
#DA1BA1
(218,27,161)
#DD31AA
(221,49,170)
#E047B3
(224,71,179)
#E35DBC
(227,93,188)
#E673C5
(230,115,197)
#E989CE
(233,137,206)
#EC9FD7
(236,159,215)
#EFB5E0
(239,181,224)
#F2CBE9
(242,203,233)
#F5E1F2
(245,225,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D70598 color. Also use rgb(215,5,152) instead hex code.

Text Font Color

.myTextColor { color: #D70598; }

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

This text font color is #D70598.


Background Color

.myBgColor { background-color: #D70598; }

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

This div background color is #D70598.


Border color

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

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

This div border color is #D70598.


Opacity

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

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

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

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

This text has shadow with #D70598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D70598 on black background.


Color preview on white background

This text has color #D70598 on white background.



Black color preview on #D70598 background

This text has black color on #D70598 background.


White color preview on #D70598 background

This text has white color on #D70598 background.