COLOR #D618D1

HEX: #D618D1
RGB: (214,24,209)

Color info

#D618D1 contains mainly red and blue colors. Web safe color of #D618D1 is #CC00CC (or #C0C).

RGB color model

#D618D1 color RGB value is (214,24,209).

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

RGB channels and saturation

R 214 of 255 = 84%
G 24 of 255 = 9%
B 209 of 255 = 82%

214
24
209

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

Portions of RGB colors in percentages

R + G + B =
214 + 24 + 209 = 447 (100%)
R 214 of 447 ~ 47.87%
G 24 of 447 ~ 5.37%
B 209 of 447 ~ 46.76%

%47.87
%46.76

CMYK color model

#D618D1 color CMYK value is (0,89,2,16).

  • cyan value is 0.00%
  • magenta value is 88.79%
  • yellow value is 2.34%
  • key color value is 16.08%
CMYK:
(0,89,2,16)
C0M89Y2K16 
(0%,89%,2%,16%)
(0.00/0.89/0.02/0.16)	

CMYK percentages

%0
%88.79
%2.34
%16.08

Codes

Color #D618D1 in popluar color models

D618D1
RGB21424209
HSL302°79.83%46.67%
HSB/HSV302°88.79%83.92%
CMYK0.00%88.79%2.34%
16.08%

Color #D618D1 in popluar number systems.

HEXD618D1
Decimal21424209
Binary110101101100011010001
Octal32630321

Shades and tints

Shades of #D618D1

#D618D1
(214,24,209)
#C316BE
(195,22,190)
#B014AB
(176,20,171)
#9D1298
(157,18,152)
#8A1085
(138,16,133)
#770E72
(119,14,114)
#640C5F
(100,12,95)
#510A4C
(81,10,76)
#3E0839
(62,8,57)
#2B0626
(43,6,38)
#180413
(24,4,19)
#000000
(0,0,0)

Tints of #D618D1

#D618D1
(214,24,209)
#D92DD5
(217,45,213)
#DC42D9
(220,66,217)
#DF57DD
(223,87,221)
#E26CE1
(226,108,225)
#E581E5
(229,129,229)
#E896E9
(232,150,233)
#EBABED
(235,171,237)
#EEC0F1
(238,192,241)
#F1D5F5
(241,213,245)
#F4EAF9
(244,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D618D1; }

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

This text font color is #D618D1.


Background Color

.myBgColor { background-color: #D618D1; }

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

This div background color is #D618D1.


Border color

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

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

This div border color is #D618D1.


Opacity

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

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

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

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

This text has shadow with #D618D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D618D1 on black background.


Color preview on white background

This text has color #D618D1 on white background.



Black color preview on #D618D1 background

This text has black color on #D618D1 background.


White color preview on #D618D1 background

This text has white color on #D618D1 background.