COLOR #D615D8

HEX: #D615D8
RGB: (214,21,216)

Color info

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

RGB color model

#D615D8 color RGB value is (214,21,216).

  • red value is 214;
  • green value is 21;
  • blue value is 216.
RGB:
(214,21,216)
(84%,8%,85%)

RGB channels and saturation

R 214 of 255 = 84%
G 21 of 255 = 8%
B 216 of 255 = 85%

214
21
216

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

Portions of RGB colors in percentages

R + G + B =
214 + 21 + 216 = 451 (100%)
R 214 of 451 ~ 47.45%
G 21 of 451 ~ 4.66%
B 216 of 451 ~ 47.89%

%47.45
%47.89

CMYK color model

#D615D8 color CMYK value is (1,90,0,15).

  • cyan value is 0.93%
  • magenta value is 90.28%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(1,90,0,15)
C1M90Y0K15 
(1%,90%,0%,15%)
(0.01/0.90/0.00/0.15)	

CMYK percentages

%0.93
%90.28
%0
%15.29

Codes

Color #D615D8 in popluar color models

D615D8
RGB21421216
HSL299°82.28%46.47%
HSB/HSV299°90.28%84.71%
CMYK0.93%90.28%0.00%
15.29%

Color #D615D8 in popluar number systems.

HEXD615D8
Decimal21421216
Binary110101101010111011000
Octal32625330

Shades and tints

Shades of #D615D8

#D615D8
(214,21,216)
#C314C5
(195,20,197)
#B013B2
(176,19,178)
#9D129F
(157,18,159)
#8A118C
(138,17,140)
#771079
(119,16,121)
#640F66
(100,15,102)
#510E53
(81,14,83)
#3E0D40
(62,13,64)
#2B0C2D
(43,12,45)
#180B1A
(24,11,26)
#000000
(0,0,0)

Tints of #D615D8

#D615D8
(214,21,216)
#D92ADB
(217,42,219)
#DC3FDE
(220,63,222)
#DF54E1
(223,84,225)
#E269E4
(226,105,228)
#E57EE7
(229,126,231)
#E893EA
(232,147,234)
#EBA8ED
(235,168,237)
#EEBDF0
(238,189,240)
#F1D2F3
(241,210,243)
#F4E7F6
(244,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D615D8 color. Also use rgb(214,21,216) instead hex code.

Text Font Color

.myTextColor { color: #D615D8; }

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

This text font color is #D615D8.


Background Color

.myBgColor { background-color: #D615D8; }

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

This div background color is #D615D8.


Border color

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

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

This div border color is #D615D8.


Opacity

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

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

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

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

This text has shadow with #D615D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D615D8 on black background.


Color preview on white background

This text has color #D615D8 on white background.



Black color preview on #D615D8 background

This text has black color on #D615D8 background.


White color preview on #D615D8 background

This text has white color on #D615D8 background.