COLOR #D480FF

HEX: #D480FF
RGB: (212,128,255)

Color info

#D480FF contains mainly red and blue colors. Web safe color of #D480FF is #CC66FF (or #C6F).

RGB color model

#D480FF color RGB value is (212,128,255).

  • red value is 212;
  • green value is 128;
  • blue value is 255.
RGB:
(212,128,255)
(83%,50%,100%)

RGB channels and saturation

R 212 of 255 = 83%
G 128 of 255 = 50%
B 255 of 255 = 100%

212
128
255

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

Portions of RGB colors in percentages

R + G + B =
212 + 128 + 255 = 595 (100%)
R 212 of 595 ~ 35.63%
G 128 of 595 ~ 21.51%
B 255 of 595 ~ 42.86%

%35.63
%21.51
%42.86

CMYK color model

#D480FF color CMYK value is (17,50,0,0).

  • cyan value is 16.86%
  • magenta value is 49.80%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(17,50,0,0)
C17M50Y0K0 
(17%,50%,0%,0%)
(0.17/0.50/0.00/0.00)	

CMYK percentages

%16.86
%49.8
%0
%0

Codes

Color #D480FF in popluar color models

D480FF
RGB212128255
HSL280°100.00%75.10%
HSB/HSV280°49.80%100.00%
CMYK16.86%49.80%0.00%
0.00%

Color #D480FF in popluar number systems.

HEXD480FF
Decimal212128255
Binary110101001000000011111111
Octal324200377

Shades and tints

Shades of #D480FF

#D480FF
(212,128,255)
#C175E8
(193,117,232)
#AE6AD1
(174,106,209)
#9B5FBA
(155,95,186)
#8854A3
(136,84,163)
#75498C
(117,73,140)
#623E75
(98,62,117)
#4F335E
(79,51,94)
#3C2847
(60,40,71)
#291D30
(41,29,48)
#161219
(22,18,25)
#000000
(0,0,0)

Tints of #D480FF

#D480FF
(212,128,255)
#D78BFF
(215,139,255)
#DA96FF
(218,150,255)
#DDA1FF
(221,161,255)
#E0ACFF
(224,172,255)
#E3B7FF
(227,183,255)
#E6C2FF
(230,194,255)
#E9CDFF
(233,205,255)
#ECD8FF
(236,216,255)
#EFE3FF
(239,227,255)
#F2EEFF
(242,238,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D480FF color. Also use rgb(212,128,255) instead hex code.

Text Font Color

.myTextColor { color: #D480FF; }

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

This text font color is #D480FF.


Background Color

.myBgColor { background-color: #D480FF; }

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

This div background color is #D480FF.


Border color

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

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

This div border color is #D480FF.


Opacity

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

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

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

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

This text has shadow with #D480FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D480FF on black background.


Color preview on white background

This text has color #D480FF on white background.



Black color preview on #D480FF background

This text has black color on #D480FF background.


White color preview on #D480FF background

This text has white color on #D480FF background.