Html Css Color HEX #D41FFE Psychedelic Purple

📋 copy color: '#D41FFE'

red 212 ◦ green 31 ◦ blue 254

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

Shades of Psychedelic Purple #D41FFE

Tints of Psychedelic Purple #D41FFE

RGB

 RED value IS 212 (83.2% from 255) = 42.66%

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

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

R = 42.66%
G = 6.24%
B = 51.11%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D41FFE (or 0xD41FFE) is known color: Psychedelic Purple. HEX triplet: D4, 1F and FE. RGB value is (212,31,254). Sum of RGB (Red+Green+Blue) = 212+31+254=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 31 (12.5% from 255 or 6.24% 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 #D41FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41FFE is #2BE001. Grayscale: #6D6D6D. Windows color (decimal): -2875394 or 16654292. OLE color: 16654292.

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

Color convert

RGB 212 31 254 -
CMYK 0.17 0.88 0 0.00
HSL 288.7º 0.99% 0.56% -
HSV(B) 288.7º 0.88% 1% -
XYZ 45.53 22.13 95.64 -
YUV 110.54 208.97 200.37 -
System Red Green Blue C M Y K H S L
Decimal 212 31 254 0.17 0.88 0 0.00 288.7 0.99 0.56
Hex D4 1F FE 11 58 0 0 121 63 38
Octal 324 37 376 21 130 0 0 441 143 70
Binary 11010100 11111 11111110 10001 1011000 0 0 100100001 1100011 111000

Color Harmonies of #D41FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41FFE

Black with #D41FFE

Text Example


Text Example

White with #D41FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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