#D80FFE

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

Shades of Psychedelic Purple #D80FFE

Tints of Psychedelic Purple #D80FFE

Color information

#D80FFE (or 0xD80FFE) is unknown color: approx Psychedelic Purple. HEX triplet: D8, 0F and FE. RGB value is (216,15,254). Sum of RGB (Red+Green+Blue) = 216+15+254=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 15 (6.25% from 255 or 3.09% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #D80FFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D80FFE is #27F001. Grayscale: #656565. Windows color (decimal): -2617346 or 16650200. OLE color: 16650200.

HSL color Cylindrical-coordinate representation of color #D80FFE: hue angle of 290.46º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80FFE is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB21615254-
CMYK0.150.9400.00
HSL290.46º99.17%52.75%-
HSV(B)290.46º94.09%99.61%-
XYZ46.3822.195.59-
YUV102.35213.59209.07-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.54%
GREEN value IS 15 (6.25% from 255) = 3.09%
BLUE value IS 254 (99.61% from 255) = 52.37%
R=44.54%
G=3.09%
B=52.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal216152540.150.9400.00290.4699.1752.75
HexD8FFEF5E001226335
Octal33017376171360044214365
Binary1101100011111111111011111011110001001000101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80FFE; }

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

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

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

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

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

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

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

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