Html Css Color HEX #D501F9 Psychedelic Purple

📋 copy color: '#D501F9'

red 213 ◦ green 1 ◦ blue 249

#D501F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #D501F9

Tints of Psychedelic Purple #D501F9

RGB

 RED value IS 213 (83.59% from 255) = 46%

 GREEN value IS 1 (0.78% from 255) = 0.22%

 BLUE value IS 249 (97.66% from 255) = 53.78%

R = 46%
G = 0.22%
B = 53.78%

CMYK

 C value IS 0.14

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D501F9 (or 0xD501F9) is known color: Psychedelic Purple. HEX triplet: D5, 01 and F9. RGB value is (213,1,249). Sum of RGB (Red+Green+Blue) = 213+1+249=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 1 (0.78% from 255 or 0.22% from 463); Blue value is 249 (97.66% from 255 or 53.78% from 463); Max value from RGB is 249 - color contains mainly: blue. Hex color #D501F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D501F9 is #2AFE06. Grayscale: #5B5B5B. Windows color (decimal): -2817543 or 16318933. OLE color: 16318933.

HSL color Cylindrical-coordinate representation of color #D501F9: hue angle of 291.29º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D501F9 is Cyan = 0.14, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 1 249 -
CMYK 0.14 1.00 0 0.02
HSL 291.29º 0.99% 0.49% -
HSV(B) 291.29º 1% 0.98% -
XYZ 44.55 21.01 91.33 -
YUV 92.66 216.24 213.83 -
System Red Green Blue C M Y K H S L
Decimal 213 1 249 0.14 1.00 0 0.02 291.29 0.99 0.49
Hex D5 1 F9 E 64 0 2 123 63 31
Octal 325 1 371 16 144 0 2 443 143 61
Binary 11010101 1 11111001 1110 1100100 0 10 100100011 1100011 110001

Color Harmonies of #D501F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D501F9

Black with #D501F9

Text Example


Text Example

White with #D501F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D501F9; }

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

 H1.HeaderClassName
 {
   color: #D501F9;
 }
 .AnyTagClassName
 {
   color: #D501F9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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