Html Css Color HEX #D50FED Psychedelic Purple

📋 copy color: '#D50FED'

red 213 ◦ green 15 ◦ blue 237

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

Shades of Psychedelic Purple #D50FED

Tints of Psychedelic Purple #D50FED

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.23%

 BLUE value IS 237 (92.97% from 255) = 50.97%

R = 45.81%
G = 3.23%
B = 50.97%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D50FED (or 0xD50FED) is known color: Psychedelic Purple. HEX triplet: D5, 0F and ED. RGB value is (213,15,237). Sum of RGB (Red+Green+Blue) = 213+15+237=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 15 (6.25% from 255 or 3.23% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #D50FED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50FED is #2AF012. Grayscale: #626262. Windows color (decimal): -2813971 or 15536085. OLE color: 15536085.

HSL color Cylindrical-coordinate representation of color #D50FED: hue angle of 293.51º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50FED is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 15 237 -
CMYK 0.10 0.94 0 0.07
HSL 293.51º 0.88% 0.49% -
HSV(B) 293.51º 0.94% 0.93% -
XYZ 42.9 20.6 81.84 -
YUV 99.51 205.6 208.95 -
System Red Green Blue C M Y K H S L
Decimal 213 15 237 0.10 0.94 0 0.07 293.51 0.88 0.49
Hex D5 F ED A 5E 0 7 126 58 31
Octal 325 17 355 12 136 0 7 446 130 61
Binary 11010101 1111 11101101 1010 1011110 0 111 100100110 1011000 110001

Color Harmonies of #D50FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50FED

Black with #D50FED

Text Example


Text Example

White with #D50FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50FED; }

 p { color: rgb(213,15,237); }

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

background-color css

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

 a { background-color: rgb(213,15,237); }

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

border-color css

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

 span { border-color: rgb(213,15,237); }

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