COLOR #D151F9

HEX: #D151F9
RGB: (209,81,249)

Color info

#D151F9 contains mainly red and blue colors. Web safe color of #D151F9 is #CC66FF (or #C6F).

RGB color model

#D151F9 color RGB value is (209,81,249).

  • red value is 209;
  • green value is 81;
  • blue value is 249.
RGB:
(209,81,249)
(82%,32%,98%)

RGB channels and saturation

R 209 of 255 = 82%
G 81 of 255 = 32%
B 249 of 255 = 98%

209
81
249

R + G + B ~ 71%. #D151F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 81 + 249 = 539 (100%)
R 209 of 539 ~ 38.78%
G 81 of 539 ~ 15.03%
B 249 of 539 ~ 46.2%

%38.78
%15.03
%46.2

CMYK color model

#D151F9 color CMYK value is (16,67,0,2).

  • cyan value is 16.06%
  • magenta value is 67.47%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(16,67,0,2)
C16M67Y0K2 
(16%,67%,0%,2%)
(0.16/0.67/0.00/0.02)	

CMYK percentages

%16.06
%67.47
%0
%2.35

Codes

Color #D151F9 in popluar color models

D151F9
RGB20981249
HSL286°93.33%64.71%
HSB/HSV286°67.47%97.65%
CMYK16.06%67.47%0.00%
2.35%

Color #D151F9 in popluar number systems.

HEXD151F9
Decimal20981249
Binary11010001101000111111001
Octal321121371

Shades and tints

Shades of #D151F9

#D151F9
(209,81,249)
#BE4AE3
(190,74,227)
#AB43CD
(171,67,205)
#983CB7
(152,60,183)
#8535A1
(133,53,161)
#722E8B
(114,46,139)
#5F2775
(95,39,117)
#4C205F
(76,32,95)
#391949
(57,25,73)
#261233
(38,18,51)
#130B1D
(19,11,29)
#000000
(0,0,0)

Tints of #D151F9

#D151F9
(209,81,249)
#D560F9
(213,96,249)
#D96FF9
(217,111,249)
#DD7EF9
(221,126,249)
#E18DF9
(225,141,249)
#E59CF9
(229,156,249)
#E9ABF9
(233,171,249)
#EDBAF9
(237,186,249)
#F1C9F9
(241,201,249)
#F5D8F9
(245,216,249)
#F9E7F9
(249,231,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D151F9 color. Also use rgb(209,81,249) instead hex code.

Text Font Color

.myTextColor { color: #D151F9; }

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

This text font color is #D151F9.


Background Color

.myBgColor { background-color: #D151F9; }

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

This div background color is #D151F9.


Border color

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

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

This div border color is #D151F9.


Opacity

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

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

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

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

This text has shadow with #D151F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D151F9 on black background.


Color preview on white background

This text has color #D151F9 on white background.



Black color preview on #D151F9 background

This text has black color on #D151F9 background.


White color preview on #D151F9 background

This text has white color on #D151F9 background.