Html Css Color HEX #D500F1 Psychedelic Purple

📋 copy color: '#D500F1'

red 213 ◦ green 0 ◦ blue 241

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

Shades of Psychedelic Purple #D500F1

Tints of Psychedelic Purple #D500F1

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 241 (94.53% from 255) = 53.08%

R = 46.92%
G = 0%
B = 53.08%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D500F1 (or 0xD500F1) is known color: Psychedelic Purple. HEX triplet: D5, 00 and F1. RGB value is (213,0,241). Sum of RGB (Red+Green+Blue) = 213+0+241=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 0 (0.39% from 255 or 0% from 454); Blue value is 241 (94.53% from 255 or 53.08% from 454); Max value from RGB is 241 - color contains mainly: blue. Hex color #D500F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D500F1 is #2AFF0E. Grayscale: #5A5A5A. Windows color (decimal): -2817807 or 15794389. OLE color: 15794389.

HSL color Cylindrical-coordinate representation of color #D500F1: hue angle of 293.03º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D500F1 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 0 241 -
CMYK 0.12 1 0 0.05
HSL 293.03º 1% 0.47% -
HSV(B) 293.03º 1% 0.95% -
XYZ 43.32 20.5 84.89 -
YUV 91.16 212.57 214.9 -
System Red Green Blue C M Y K H S L
Decimal 213 0 241 0.12 1 0 0.05 293.03 1 0.47
Hex D5 0 F1 C 64 0 5 125 64 2F
Octal 325 0 361 14 144 0 5 445 144 57
Binary 11010101 0 11110001 1100 1100100 0 101 100100101 1100100 101111

Color Harmonies of #D500F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D500F1

Black with #D500F1

Text Example


Text Example

White with #D500F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D500F1; }

 p { color: rgb(213,0,241); }

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

background-color css

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

 a { background-color: rgb(213,0,241); }

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

border-color css

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

 span { border-color: rgb(213,0,241); }

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