COLOR #D70495

HEX: #D70495
RGB: (215,4,149)

Color info

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

RGB color model

#D70495 color RGB value is (215,4,149).

  • red value is 215;
  • green value is 4;
  • blue value is 149.
RGB:
(215,4,149)
(84%,2%,58%)

RGB channels and saturation

R 215 of 255 = 84%
G 4 of 255 = 2%
B 149 of 255 = 58%

215
4
149

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

Portions of RGB colors in percentages

R + G + B =
215 + 4 + 149 = 368 (100%)
R 215 of 368 ~ 58.42%
G 4 of 368 ~ 1.09%
B 149 of 368 ~ 40.49%

%58.42
%40.49

CMYK color model

#D70495 color CMYK value is (0,98,31,16).

  • cyan value is 0.00%
  • magenta value is 98.14%
  • yellow value is 30.70%
  • key color value is 15.69%
CMYK:
(0,98,31,16)
C0M98Y31K16 
(0%,98%,31%,16%)
(0.00/0.98/0.31/0.16)	

CMYK percentages

%0
%98.14
%30.7
%15.69

Codes

Color #D70495 in popluar color models

D70495
RGB2154149
HSL319°96.35%42.94%
HSB/HSV319°98.14%84.31%
CMYK0.00%98.14%30.70%
15.69%

Color #D70495 in popluar number systems.

HEXD70495
Decimal2154149
Binary1101011110010010101
Octal3274225

Shades and tints

Shades of #D70495

#D70495
(215,4,149)
#C40488
(196,4,136)
#B1047B
(177,4,123)
#9E046E
(158,4,110)
#8B0461
(139,4,97)
#780454
(120,4,84)
#650447
(101,4,71)
#52043A
(82,4,58)
#3F042D
(63,4,45)
#2C0420
(44,4,32)
#190413
(25,4,19)
#000000
(0,0,0)

Tints of #D70495

#D70495
(215,4,149)
#DA1A9E
(218,26,158)
#DD30A7
(221,48,167)
#E046B0
(224,70,176)
#E35CB9
(227,92,185)
#E672C2
(230,114,194)
#E988CB
(233,136,203)
#EC9ED4
(236,158,212)
#EFB4DD
(239,180,221)
#F2CAE6
(242,202,230)
#F5E0EF
(245,224,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D70495 color. Also use rgb(215,4,149) instead hex code.

Text Font Color

.myTextColor { color: #D70495; }

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

This text font color is #D70495.


Background Color

.myBgColor { background-color: #D70495; }

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

This div background color is #D70495.


Border color

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

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

This div border color is #D70495.


Opacity

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

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

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

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

This text has shadow with #D70495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D70495 on black background.


Color preview on white background

This text has color #D70495 on white background.



Black color preview on #D70495 background

This text has black color on #D70495 background.


White color preview on #D70495 background

This text has white color on #D70495 background.