Html Css Color HEX #D500EA Psychedelic Purple

📋 copy color: '#D500EA'

red 213 ◦ green 0 ◦ blue 234

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

Shades of Psychedelic Purple #D500EA

Tints of Psychedelic Purple #D500EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.35%

R = 47.65%
G = 0%
B = 52.35%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D500EA (or 0xD500EA) is known color: Psychedelic Purple. HEX triplet: D5, 00 and EA. RGB value is (213,0,234). Sum of RGB (Red+Green+Blue) = 213+0+234=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 0 (0.39% from 255 or 0% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #D500EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D500EA is #2AFF15. Grayscale: #595959. Windows color (decimal): -2817814 or 15335637. OLE color: 15335637.

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

Color convert

RGB 213 0 234 -
CMYK 0.09 1 0 0.08
HSL 294.62º 1% 0.46% -
HSV(B) 294.62º 1% 0.92% -
XYZ 42.29 20.09 79.49 -
YUV 90.36 209.07 215.47 -
System Red Green Blue C M Y K H S L
Decimal 213 0 234 0.09 1 0 0.08 294.62 1 0.46
Hex D5 0 EA 9 64 0 8 127 64 2E
Octal 325 0 352 11 144 0 10 447 144 56
Binary 11010101 0 11101010 1001 1100100 0 1000 100100111 1100100 101110

Color Harmonies of #D500EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D500EA

Black with #D500EA

Text Example


Text Example

White with #D500EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D500EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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