Html Css Color HEX #D500FE Psychedelic Purple

📋 copy color: '#D500FE'

red 213 ◦ green 0 ◦ blue 254

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

Shades of Psychedelic Purple #D500FE

Tints of Psychedelic Purple #D500FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.39%

R = 45.61%
G = 0%
B = 54.39%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D500FE (or 0xD500FE) is known color: Psychedelic Purple. HEX triplet: D5, 00 and FE. RGB value is (213,0,254). Sum of RGB (Red+Green+Blue) = 213+0+254=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 0 (0.39% from 255 or 0% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #D500FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D500FE is #2AFF01. Grayscale: #5B5B5B. Windows color (decimal): -2817794 or 16646357. OLE color: 16646357.

HSL color Cylindrical-coordinate representation of color #D500FE: hue angle of 290.31º 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 #D500FE is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 213 0 254 -
CMYK 0.16 1 0 0.00
HSL 290.31º 1% 0.5% -
HSV(B) 290.31º 1% 1% -
XYZ 45.33 21.3 95.49 -
YUV 92.64 219.07 213.85 -
System Red Green Blue C M Y K H S L
Decimal 213 0 254 0.16 1 0 0.00 290.31 1 0.5
Hex D5 0 FE 10 64 0 0 122 64 32
Octal 325 0 376 20 144 0 0 442 144 62
Binary 11010101 0 11111110 10000 1100100 0 0 100100010 1100100 110010

Color Harmonies of #D500FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D500FE

Black with #D500FE

Text Example


Text Example

White with #D500FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D500FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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