#D421FA

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

Shades of Psychedelic Purple #D421FA

Tints of Psychedelic Purple #D421FA

Color information

#D421FA (or 0xD421FA) is unknown color: approx Psychedelic Purple. HEX triplet: D4, 21 and FA. RGB value is (212,33,250). Sum of RGB (Red+Green+Blue) = 212+33+250=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 33 (13.28% from 255 or 6.67% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #D421FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D421FA is #2BDE05. Grayscale: #6E6E6E. Windows color (decimal): -2874886 or 16392660. OLE color: 16392660.

HSL color Cylindrical-coordinate representation of color #D421FA: hue angle of 289.49º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D421FA is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21233250-
CMYK0.150.8700.02
HSL289.49º95.59%55.49%-
HSV(B)289.49º86.8%98.04%-
XYZ44.9521.9992.32-
YUV111.26206.3199.86-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.83%
GREEN value IS 33 (13.28% from 255) = 6.67%
BLUE value IS 250 (98.05% from 255) = 50.51%
R=42.83%
G=6.67%
B=50.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal212332500.150.8700.02289.4995.5955.49
HexD421FAF57021216037
Octal32441372171270244114067
Binary1101010010000111111010111110101110101001000011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D421FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D421FA; }

 p { color: rgb(212,33,250); }

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

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

 a { background-color: rgb(212,33,250); }

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

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

 span { border-color: rgb(212,33,250); }

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