#D420F0

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

Shades of Psychedelic Purple #D420F0

Tints of Psychedelic Purple #D420F0

Color information

#D420F0 (or 0xD420F0) is unknown color: approx Psychedelic Purple. HEX triplet: D4, 20 and F0. RGB value is (212,32,240). Sum of RGB (Red+Green+Blue) = 212+32+240=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 32 (12.89% from 255 or 6.61% from 484); Blue value is 240 (94.14% from 255 or 49.59% from 484); Max value from RGB is 240 - color contains mainly: blue. Hex color #D420F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D420F0 is #2BDF0F. Grayscale: #6C6C6C. Windows color (decimal): -2875152 or 15737044. OLE color: 15737044.

HSL color Cylindrical-coordinate representation of color #D420F0: hue angle of 291.92º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D420F0 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB21232240-
CMYK0.120.8700.06
HSL291.92º87.39%53.33%-
HSV(B)291.92º86.67%94.12%-
XYZ43.421.3284.27-
YUV109.53201.63201.09-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.80%
GREEN value IS 32 (12.89% from 255) = 6.61%
BLUE value IS 240 (94.14% from 255) = 49.59%
R=43.80%
G=6.61%
B=49.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal212322400.120.8700.06291.9287.3953.33
HexD420F0C57061245735
Octal32440360141270644412765
Binary11010100100000111100001100101011101101001001001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D420F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D420F0; }

 p { color: rgb(212,32,240); }

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

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

 a { background-color: rgb(212,32,240); }

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

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

 span { border-color: rgb(212,32,240); }

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