#D419FE

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

Shades of Psychedelic Purple #D419FE

Tints of Psychedelic Purple #D419FE

Color information

#D419FE (or 0xD419FE) is unknown color: approx Psychedelic Purple. HEX triplet: D4, 19 and FE. RGB value is (212,25,254). Sum of RGB (Red+Green+Blue) = 212+25+254=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 25 (10.16% from 255 or 5.09% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #D419FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D419FE is #2BE601. Grayscale: #6A6A6A. Windows color (decimal): -2876930 or 16652756. OLE color: 16652756.

HSL color Cylindrical-coordinate representation of color #D419FE: hue angle of 289º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D419FE is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB21225254-
CMYK0.170.9000.00
HSL289º99.13%54.71%-
HSV(B)289º90.16%99.61%-
XYZ45.3921.8595.59-
YUV107.02210.95202.88-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.18%
GREEN value IS 25 (10.16% from 255) = 5.09%
BLUE value IS 254 (99.61% from 255) = 51.73%
R=43.18%
G=5.09%
B=51.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal212252540.170.9000.0028999.1354.71
HexD419FE115A001216337
Octal32431376211320044114367
Binary110101001100111111110100011011010001001000011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D419FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D419FE; }

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

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

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

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

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

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

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

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