Html Css Color HEX #D51EFE Psychedelic Purple

📋 copy color: '#D51EFE'

red 213 ◦ green 30 ◦ blue 254

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

Shades of Psychedelic Purple #D51EFE

Tints of Psychedelic Purple #D51EFE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.04%

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

R = 42.86%
G = 6.04%
B = 51.11%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D51EFE (or 0xD51EFE) is known color: Psychedelic Purple. HEX triplet: D5, 1E and FE. RGB value is (213,30,254). Sum of RGB (Red+Green+Blue) = 213+30+254=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 30 (12.11% from 255 or 6.04% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #D51EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51EFE is #2AE101. Grayscale: #6D6D6D. Windows color (decimal): -2810114 or 16654037. OLE color: 16654037.

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

Color convert

RGB 213 30 254 -
CMYK 0.16 0.88 0 0.00
HSL 289.02º 0.99% 0.56% -
HSV(B) 289.02º 0.88% 1% -
XYZ 45.79 22.23 95.64 -
YUV 110.25 209.13 201.29 -
System Red Green Blue C M Y K H S L
Decimal 213 30 254 0.16 0.88 0 0.00 289.02 0.99 0.56
Hex D5 1E FE 10 58 0 0 121 63 38
Octal 325 36 376 20 130 0 0 441 143 70
Binary 11010101 11110 11111110 10000 1011000 0 0 100100001 1100011 111000

Color Harmonies of #D51EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51EFE

Black with #D51EFE

Text Example


Text Example

White with #D51EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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