#D80FEF

Color #D80FEF Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #D80FEF

Tints of Psychedelic Purple #D80FEF

Color information

#D80FEF (or 0xD80FEF) is unknown color: approx Psychedelic Purple. HEX triplet: D8, 0F and EF. RGB value is (216,15,239). Sum of RGB (Red+Green+Blue) = 216+15+239=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 15 (6.25% from 255 or 3.19% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #D80FEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D80FEF is #27F010. Grayscale: #636363. Windows color (decimal): -2617361 or 15667160. OLE color: 15667160.

HSL color Cylindrical-coordinate representation of color #D80FEF: hue angle of 293.84º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80FEF is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB21615239-
CMYK0.100.9400.06
HSL293.84º88.19%49.8%-
HSV(B)293.84º93.72%93.73%-
XYZ44.0721.1783.43-
YUV100.64206.09210.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 45.96%
GREEN value IS 15 (6.25% from 255) = 3.19%
BLUE value IS 239 (93.75% from 255) = 50.85%
R=45.96%
G=3.19%
B=50.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal216152390.100.9400.06293.8488.1949.8
HexD8FEFA5E061265832
Octal33017357121360644613062
Binary110110001111111011111010101111001101001001101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80FEF; }

 p { color: rgb(216,15,239); }

 H1.HeaderClassName
 {
   color: #D80FEF;
 }
 .AnyTagClassName
 {
   color: #D80FEF;
 }
</style>
background-color css

<style>
 a { background-color: #D80FEF; }

 a { background-color: rgb(216,15,239); }

 div.DivClassName
 {
   background-color: #D80FEF;
 }
 .BgClassName
 {
   background-color: #D80FEF;
 }
</style>
border-color css

<style>
 span { border-color: #D80FEF; }

 span { border-color: rgb(216,15,239); }

 td.TdClassName
 {
   border-color: #D80FEF;
 }
 .TagClassName
 {
   border-color: #D80FEF;
 }
</style>