Html Css Color HEX #D500FF Psychedelic Purple

📋 copy color: '#D500FF'

red 213 ◦ green 0 ◦ blue 255

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

Shades of Psychedelic Purple #D500FF

Tints of Psychedelic Purple #D500FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.49%

R = 45.51%
G = 0%
B = 54.49%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D500FF (or 0xD500FF) is known color: Psychedelic Purple. HEX triplet: D5, 00 and FF. RGB value is (213,0,255). Sum of RGB (Red+Green+Blue) = 213+0+255=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 0 (0.39% from 255 or 0% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #D500FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D500FF is #2AFF00. Grayscale: #5B5B5B. Windows color (decimal): -2817793 or 16711893. OLE color: 16711893.

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

Color convert

RGB 213 0 255 -
CMYK 0.16 1 0 0
HSL 290.12º 1% 0.5% -
HSV(B) 290.12º 1% 1% -
XYZ 45.49 21.37 96.33 -
YUV 92.76 219.57 213.77 -
System Red Green Blue C M Y K H S L
Decimal 213 0 255 0.16 1 0 0 290.12 1 0.5
Hex D5 0 FF 10 64 0 0 122 64 32
Octal 325 0 377 20 144 0 0 442 144 62
Binary 11010101 0 11111111 10000 1100100 0 0 100100010 1100100 110010

Color Harmonies of #D500FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D500FF

Black with #D500FF

Text Example


Text Example

White with #D500FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D500FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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