COLOR #D28FF6

HEX: #D28FF6
RGB: (210,143,246)

Color info

#D28FF6 contains mainly red and blue colors. Web safe color of #D28FF6 is #CC99FF (or #C9F).

RGB color model

#D28FF6 color RGB value is (210,143,246).

  • red value is 210;
  • green value is 143;
  • blue value is 246.
RGB:
(210,143,246)
(82%,56%,96%)

RGB channels and saturation

R 210 of 255 = 82%
G 143 of 255 = 56%
B 246 of 255 = 96%

210
143
246

R + G + B ~ 78%. #D28FF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 143 + 246 = 599 (100%)
R 210 of 599 ~ 35.06%
G 143 of 599 ~ 23.87%
B 246 of 599 ~ 41.07%

%35.06
%23.87
%41.07

CMYK color model

#D28FF6 color CMYK value is (15,42,0,4).

  • cyan value is 14.63%
  • magenta value is 41.87%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(15,42,0,4)
C15M42Y0K4 
(15%,42%,0%,4%)
(0.15/0.42/0.00/0.04)	

CMYK percentages

%14.63
%41.87
%0
%3.53

Codes

Color #D28FF6 in popluar color models

D28FF6
RGB210143246
HSL279°85.12%76.27%
HSB/HSV279°41.87%96.47%
CMYK14.63%41.87%0.00%
3.53%

Color #D28FF6 in popluar number systems.

HEXD28FF6
Decimal210143246
Binary110100101000111111110110
Octal322217366

Shades and tints

Shades of #D28FF6

#D28FF6
(210,143,246)
#BF82E0
(191,130,224)
#AC75CA
(172,117,202)
#9968B4
(153,104,180)
#865B9E
(134,91,158)
#734E88
(115,78,136)
#604172
(96,65,114)
#4D345C
(77,52,92)
#3A2746
(58,39,70)
#271A30
(39,26,48)
#140D1A
(20,13,26)
#000000
(0,0,0)

Tints of #D28FF6

#D28FF6
(210,143,246)
#D699F6
(214,153,246)
#DAA3F6
(218,163,246)
#DEADF6
(222,173,246)
#E2B7F6
(226,183,246)
#E6C1F6
(230,193,246)
#EACBF6
(234,203,246)
#EED5F6
(238,213,246)
#F2DFF6
(242,223,246)
#F6E9F6
(246,233,246)
#FAF3F6
(250,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D28FF6 color. Also use rgb(210,143,246) instead hex code.

Text Font Color

.myTextColor { color: #D28FF6; }

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

This text font color is #D28FF6.


Background Color

.myBgColor { background-color: #D28FF6; }

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

This div background color is #D28FF6.


Border color

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

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

This div border color is #D28FF6.


Opacity

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

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

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

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

This text has shadow with #D28FF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D28FF6 on black background.


Color preview on white background

This text has color #D28FF6 on white background.



Black color preview on #D28FF6 background

This text has black color on #D28FF6 background.


White color preview on #D28FF6 background

This text has white color on #D28FF6 background.