COLOR #D618F6

HEX: #D618F6
RGB: (214,24,246)

Color info

#D618F6 contains mainly red and blue colors. Web safe color of #D618F6 is #CC00FF (or #C0F).

RGB color model

#D618F6 color RGB value is (214,24,246).

  • red value is 214;
  • green value is 24;
  • blue value is 246.
RGB:
(214,24,246)
(84%,9%,96%)

RGB channels and saturation

R 214 of 255 = 84%
G 24 of 255 = 9%
B 246 of 255 = 96%

214
24
246

R + G + B ~ 63%. #D618F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 24 + 246 = 484 (100%)
R 214 of 484 ~ 44.21%
G 24 of 484 ~ 4.96%
B 246 of 484 ~ 50.83%

%44.21
%50.83

CMYK color model

#D618F6 color CMYK value is (13,90,0,4).

  • cyan value is 13.01%
  • magenta value is 90.24%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(13,90,0,4)
C13M90Y0K4 
(13%,90%,0%,4%)
(0.13/0.90/0.00/0.04)	

CMYK percentages

%13.01
%90.24
%0
%3.53

Codes

Color #D618F6 in popluar color models

D618F6
RGB21424246
HSL291°92.50%52.94%
HSB/HSV291°90.24%96.47%
CMYK13.01%90.24%0.00%
3.53%

Color #D618F6 in popluar number systems.

HEXD618F6
Decimal21424246
Binary110101101100011110110
Octal32630366

Shades and tints

Shades of #D618F6

#D618F6
(214,24,246)
#C316E0
(195,22,224)
#B014CA
(176,20,202)
#9D12B4
(157,18,180)
#8A109E
(138,16,158)
#770E88
(119,14,136)
#640C72
(100,12,114)
#510A5C
(81,10,92)
#3E0846
(62,8,70)
#2B0630
(43,6,48)
#18041A
(24,4,26)
#000000
(0,0,0)

Tints of #D618F6

#D618F6
(214,24,246)
#D92DF6
(217,45,246)
#DC42F6
(220,66,246)
#DF57F6
(223,87,246)
#E26CF6
(226,108,246)
#E581F6
(229,129,246)
#E896F6
(232,150,246)
#EBABF6
(235,171,246)
#EEC0F6
(238,192,246)
#F1D5F6
(241,213,246)
#F4EAF6
(244,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D618F6 color. Also use rgb(214,24,246) instead hex code.

Text Font Color

.myTextColor { color: #D618F6; }

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

This text font color is #D618F6.


Background Color

.myBgColor { background-color: #D618F6; }

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

This div background color is #D618F6.


Border color

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

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

This div border color is #D618F6.


Opacity

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

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

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

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

This text has shadow with #D618F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D618F6 on black background.


Color preview on white background

This text has color #D618F6 on white background.



Black color preview on #D618F6 background

This text has black color on #D618F6 background.


White color preview on #D618F6 background

This text has white color on #D618F6 background.