#D501FD

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

Shades of Psychedelic Purple #D501FD

Tints of Psychedelic Purple #D501FD

Color information

#D501FD (or 0xD501FD) is unknown color: approx Psychedelic Purple. HEX triplet: D5, 01 and FD. RGB value is (213,1,253). Sum of RGB (Red+Green+Blue) = 213+1+253=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 1 (0.78% from 255 or 0.21% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #D501FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D501FD is #2AFE02. Grayscale: #5C5C5C. Windows color (decimal): -2817539 or 16581077. OLE color: 16581077.

HSL color Cylindrical-coordinate representation of color #D501FD: hue angle of 290.48º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D501FD is Cyan = 0.16, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB2131253-
CMYK0.161.0000.01
HSL290.48º99.21%49.8%-
HSV(B)290.48º99.6%99.22%-
XYZ45.1821.2694.65-
YUV93.12218.24213.51-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.61%
GREEN value IS 1 (0.78% from 255) = 0.21%
BLUE value IS 253 (99.22% from 255) = 54.18%
R=45.61%
G=0.21%
B=54.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal21312530.161.0000.01290.4899.2149.8
HexD51FD1064011226332
Octal3251375201440144214362
Binary11010101111111101100001100100011001000101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D501FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D501FD; }

 p { color: rgb(213,1,253); }

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

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

 a { background-color: rgb(213,1,253); }

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

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

 span { border-color: rgb(213,1,253); }

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