COLOR #D619C2

HEX: #D619C2
RGB: (214,25,194)

Color info

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

RGB color model

#D619C2 color RGB value is (214,25,194).

  • red value is 214;
  • green value is 25;
  • blue value is 194.
RGB:
(214,25,194)
(84%,10%,76%)

RGB channels and saturation

R 214 of 255 = 84%
G 25 of 255 = 10%
B 194 of 255 = 76%

214
25
194

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

Portions of RGB colors in percentages

R + G + B =
214 + 25 + 194 = 433 (100%)
R 214 of 433 ~ 49.42%
G 25 of 433 ~ 5.77%
B 194 of 433 ~ 44.8%

%49.42
%44.8

CMYK color model

#D619C2 color CMYK value is (0,88,9,16).

  • cyan value is 0.00%
  • magenta value is 88.32%
  • yellow value is 9.35%
  • key color value is 16.08%
CMYK:
(0,88,9,16)
C0M88Y9K16 
(0%,88%,9%,16%)
(0.00/0.88/0.09/0.16)	

CMYK percentages

%0
%88.32
%9.35
%16.08

Codes

Color #D619C2 in popluar color models

D619C2
RGB21425194
HSL306°79.08%46.86%
HSB/HSV306°88.32%83.92%
CMYK0.00%88.32%9.35%
16.08%

Color #D619C2 in popluar number systems.

HEXD619C2
Decimal21425194
Binary110101101100111000010
Octal32631302

Shades and tints

Shades of #D619C2

#D619C2
(214,25,194)
#C317B1
(195,23,177)
#B015A0
(176,21,160)
#9D138F
(157,19,143)
#8A117E
(138,17,126)
#770F6D
(119,15,109)
#640D5C
(100,13,92)
#510B4B
(81,11,75)
#3E093A
(62,9,58)
#2B0729
(43,7,41)
#180518
(24,5,24)
#000000
(0,0,0)

Tints of #D619C2

#D619C2
(214,25,194)
#D92DC7
(217,45,199)
#DC41CC
(220,65,204)
#DF55D1
(223,85,209)
#E269D6
(226,105,214)
#E57DDB
(229,125,219)
#E891E0
(232,145,224)
#EBA5E5
(235,165,229)
#EEB9EA
(238,185,234)
#F1CDEF
(241,205,239)
#F4E1F4
(244,225,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D619C2 color. Also use rgb(214,25,194) instead hex code.

Text Font Color

.myTextColor { color: #D619C2; }

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

This text font color is #D619C2.


Background Color

.myBgColor { background-color: #D619C2; }

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

This div background color is #D619C2.


Border color

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

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

This div border color is #D619C2.


Opacity

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

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

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

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

This text has shadow with #D619C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D619C2 on black background.


Color preview on white background

This text has color #D619C2 on white background.



Black color preview on #D619C2 background

This text has black color on #D619C2 background.


White color preview on #D619C2 background

This text has white color on #D619C2 background.