Html Css Color HEX #D61EFE Psychedelic Purple

📋 copy color: '#D61EFE'

red 214 ◦ green 30 ◦ blue 254

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

Shades of Psychedelic Purple #D61EFE

Tints of Psychedelic Purple #D61EFE

RGB

 RED value IS 214 (83.98% from 255) = 42.97%

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

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

R = 42.97%
G = 6.02%
B = 51%

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

#D61EFE (or 0xD61EFE) is known color: Psychedelic Purple. HEX triplet: D6, 1E and FE. RGB value is (214,30,254). Sum of RGB (Red+Green+Blue) = 214+30+254=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 30 (12.11% from 255 or 6.02% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #D61EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61EFE is #29E101. Grayscale: #6D6D6D. Windows color (decimal): -2744578 or 16654038. OLE color: 16654038.

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

Color convert

RGB 214 30 254 -
CMYK 0.16 0.88 0 0.00
HSL 289.29º 0.99% 0.56% -
HSV(B) 289.29º 0.88% 1% -
XYZ 46.09 22.38 95.66 -
YUV 110.55 208.96 201.79 -
System Red Green Blue C M Y K H S L
Decimal 214 30 254 0.16 0.88 0 0.00 289.29 0.99 0.56
Hex D6 1E FE 10 58 0 0 121 63 38
Octal 326 36 376 20 130 0 0 441 143 70
Binary 11010110 11110 11111110 10000 1011000 0 0 100100001 1100011 111000

Color Harmonies of #D61EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61EFE

Black with #D61EFE

Text Example


Text Example

White with #D61EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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