Html Css Color HEX #D50FEE Psychedelic Purple

📋 copy color: '#D50FEE'

red 213 ◦ green 15 ◦ blue 238

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

Shades of Psychedelic Purple #D50FEE

Tints of Psychedelic Purple #D50FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.07%

R = 45.71%
G = 3.22%
B = 51.07%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D50FEE (or 0xD50FEE) is known color: Psychedelic Purple. HEX triplet: D5, 0F and EE. RGB value is (213,15,238). Sum of RGB (Red+Green+Blue) = 213+15+238=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 15 (6.25% from 255 or 3.22% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #D50FEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50FEE is #2AF011. Grayscale: #626262. Windows color (decimal): -2813970 or 15601621. OLE color: 15601621.

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

Color convert

RGB 213 15 238 -
CMYK 0.11 0.94 0 0.07
HSL 293.27º 0.88% 0.5% -
HSV(B) 293.27º 0.94% 0.93% -
XYZ 43.04 20.66 82.61 -
YUV 99.62 206.1 208.87 -
System Red Green Blue C M Y K H S L
Decimal 213 15 238 0.11 0.94 0 0.07 293.27 0.88 0.5
Hex D5 F EE B 5E 0 7 125 58 32
Octal 325 17 356 13 136 0 7 445 130 62
Binary 11010101 1111 11101110 1011 1011110 0 111 100100101 1011000 110010

Color Harmonies of #D50FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50FEE

Black with #D50FEE

Text Example


Text Example

White with #D50FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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