Html Css Color HEX #D61FFE Psychedelic Purple

📋 copy color: '#D61FFE'

red 214 ◦ green 31 ◦ blue 254

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

Shades of Psychedelic Purple #D61FFE

Tints of Psychedelic Purple #D61FFE

RGB

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

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

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

R = 42.89%
G = 6.21%
B = 50.9%

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

#D61FFE (or 0xD61FFE) is known color: Psychedelic Purple. HEX triplet: D6, 1F and FE. RGB value is (214,31,254). Sum of RGB (Red+Green+Blue) = 214+31+254=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 31 (12.5% from 255 or 6.21% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #D61FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61FFE is #29E001. Grayscale: #6E6E6E. Windows color (decimal): -2744322 or 16654294. OLE color: 16654294.

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

Color convert

RGB 214 31 254 -
CMYK 0.16 0.88 0 0.00
HSL 289.24º 0.99% 0.56% -
HSV(B) 289.24º 0.88% 1% -
XYZ 46.11 22.43 95.67 -
YUV 111.14 208.63 201.37 -
System Red Green Blue C M Y K H S L
Decimal 214 31 254 0.16 0.88 0 0.00 289.24 0.99 0.56
Hex D6 1F FE 10 58 0 0 121 63 38
Octal 326 37 376 20 130 0 0 441 143 70
Binary 11010110 11111 11111110 10000 1011000 0 0 100100001 1100011 111000

Color Harmonies of #D61FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61FFE

Black with #D61FFE

Text Example


Text Example

White with #D61FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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