#D40FED

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

Shades of Psychedelic Purple #D40FED

Tints of Psychedelic Purple #D40FED

Color information

#D40FED (or 0xD40FED) is unknown color: approx Psychedelic Purple. HEX triplet: D4, 0F and ED. RGB value is (212,15,237). Sum of RGB (Red+Green+Blue) = 212+15+237=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 15 (6.25% from 255 or 3.23% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #D40FED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40FED is #2BF012. Grayscale: #626262. Windows color (decimal): -2879507 or 15536084. OLE color: 15536084.

HSL color Cylindrical-coordinate representation of color #D40FED: hue angle of 293.24º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40FED is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21215237-
CMYK0.110.9400.07
HSL293.24º88.1%49.41%-
HSV(B)293.24º93.67%92.94%-
XYZ42.6120.4581.82-
YUV99.21205.77208.45-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.69%
GREEN value IS 15 (6.25% from 255) = 3.23%
BLUE value IS 237 (92.97% from 255) = 51.08%
R=45.69%
G=3.23%
B=51.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal212152370.110.9400.07293.2488.149.41
HexD4FEDB5E071255831
Octal32417355131360744513061
Binary110101001111111011011011101111001111001001011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D40FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D40FED; }

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

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

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

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

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

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

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

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