#D40FFE

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

Shades of Psychedelic Purple #D40FFE

Tints of Psychedelic Purple #D40FFE

Color information

#D40FFE (or 0xD40FFE) is unknown color: approx Psychedelic Purple. HEX triplet: D4, 0F and FE. RGB value is (212,15,254). Sum of RGB (Red+Green+Blue) = 212+15+254=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 15 (6.25% from 255 or 3.12% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #D40FFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40FFE is #2BF001. Grayscale: #646464. Windows color (decimal): -2879490 or 16650196. OLE color: 16650196.

HSL color Cylindrical-coordinate representation of color #D40FFE: hue angle of 289.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 #D40FFE is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB21215254-
CMYK0.170.9400.00
HSL289.46º99.17%52.75%-
HSV(B)289.46º94.09%99.61%-
XYZ45.2121.4995.53-
YUV101.15214.27207.07-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.07%
GREEN value IS 15 (6.25% from 255) = 3.12%
BLUE value IS 254 (99.61% from 255) = 52.81%
R=44.07%
G=3.12%
B=52.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal212152540.170.9400.00289.4699.1752.75
HexD4FFE115E001216335
Octal32417376211360044114365
Binary11010100111111111110100011011110001001000011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D40FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D40FFE; }

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

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

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

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

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

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

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

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