Html Css Color HEX #D61FED Psychedelic Purple

📋 copy color: '#D61FED'

red 214 ◦ green 31 ◦ blue 237

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

Shades of Psychedelic Purple #D61FED

Tints of Psychedelic Purple #D61FED

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.43%

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

R = 44.4%
G = 6.43%
B = 49.17%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D61FED (or 0xD61FED) is known color: Psychedelic Purple. HEX triplet: D6, 1F and ED. RGB value is (214,31,237). Sum of RGB (Red+Green+Blue) = 214+31+237=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 31 (12.5% from 255 or 6.43% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #D61FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61FED is #29E012. Grayscale: #6C6C6C. Windows color (decimal): -2744339 or 15540182. OLE color: 15540182.

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

Color convert

RGB 214 31 237 -
CMYK 0.10 0.87 0 0.07
HSL 293.3º 0.85% 0.53% -
HSV(B) 293.3º 0.87% 0.93% -
XYZ 43.51 21.39 81.96 -
YUV 109.2 200.13 202.75 -
System Red Green Blue C M Y K H S L
Decimal 214 31 237 0.10 0.87 0 0.07 293.3 0.85 0.53
Hex D6 1F ED A 57 0 7 125 55 35
Octal 326 37 355 12 127 0 7 445 125 65
Binary 11010110 11111 11101101 1010 1010111 0 111 100100101 1010101 110101

Color Harmonies of #D61FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61FED

Black with #D61FED

Text Example


Text Example

White with #D61FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61FED; }

 p { color: rgb(214,31,237); }

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

background-color css

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

 a { background-color: rgb(214,31,237); }

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

border-color css

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

 span { border-color: rgb(214,31,237); }

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