COLOR #D51D90

HEX: #D51D90
RGB: (213,29,144)

Color info

#D51D90 contains mainly red color. Web safe color of #D51D90 is #CC3399 (or #C39).

RGB color model

#D51D90 color RGB value is (213,29,144).

  • red value is 213;
  • green value is 29;
  • blue value is 144.
RGB:
(213,29,144)
(84%,11%,56%)

RGB channels and saturation

R 213 of 255 = 84%
G 29 of 255 = 11%
B 144 of 255 = 56%

213
29
144

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

Portions of RGB colors in percentages

R + G + B =
213 + 29 + 144 = 386 (100%)
R 213 of 386 ~ 55.18%
G 29 of 386 ~ 7.51%
B 144 of 386 ~ 37.31%

%55.18
%37.31

CMYK color model

#D51D90 color CMYK value is (0,86,32,16).

  • cyan value is 0.00%
  • magenta value is 86.38%
  • yellow value is 32.39%
  • key color value is 16.47%
CMYK:
(0,86,32,16)
C0M86Y32K16 
(0%,86%,32%,16%)
(0.00/0.86/0.32/0.16)	

CMYK percentages

%0
%86.38
%32.39
%16.47

Codes

Color #D51D90 in popluar color models

D51D90
RGB21329144
HSL323°76.03%47.45%
HSB/HSV323°86.38%83.53%
CMYK0.00%86.38%32.39%
16.47%

Color #D51D90 in popluar number systems.

HEXD51D90
Decimal21329144
Binary110101011110110010000
Octal32535220

Shades and tints

Shades of #D51D90

#D51D90
(213,29,144)
#C21B83
(194,27,131)
#AF1976
(175,25,118)
#9C1769
(156,23,105)
#89155C
(137,21,92)
#76134F
(118,19,79)
#631142
(99,17,66)
#500F35
(80,15,53)
#3D0D28
(61,13,40)
#2A0B1B
(42,11,27)
#17090E
(23,9,14)
#000000
(0,0,0)

Tints of #D51D90

#D51D90
(213,29,144)
#D8319A
(216,49,154)
#DB45A4
(219,69,164)
#DE59AE
(222,89,174)
#E16DB8
(225,109,184)
#E481C2
(228,129,194)
#E795CC
(231,149,204)
#EAA9D6
(234,169,214)
#EDBDE0
(237,189,224)
#F0D1EA
(240,209,234)
#F3E5F4
(243,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D51D90 color. Also use rgb(213,29,144) instead hex code.

Text Font Color

.myTextColor { color: #D51D90; }

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

This text font color is #D51D90.


Background Color

.myBgColor { background-color: #D51D90; }

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

This div background color is #D51D90.


Border color

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

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

This div border color is #D51D90.


Opacity

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

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

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

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

This text has shadow with #D51D90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D51D90 on black background.


Color preview on white background

This text has color #D51D90 on white background.



Black color preview on #D51D90 background

This text has black color on #D51D90 background.


White color preview on #D51D90 background

This text has white color on #D51D90 background.