Html Css Color HEX #D41FF1 Psychedelic Purple

📋 copy color: '#D41FF1'

red 212 ◦ green 31 ◦ blue 241

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

Shades of Psychedelic Purple #D41FF1

Tints of Psychedelic Purple #D41FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 49.79%

R = 43.8%
G = 6.4%
B = 49.79%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D41FF1 (or 0xD41FF1) is known color: Psychedelic Purple. HEX triplet: D4, 1F and F1. RGB value is (212,31,241). Sum of RGB (Red+Green+Blue) = 212+31+241=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 31 (12.5% from 255 or 6.40% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #D41FF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41FF1 is #2BE00E. Grayscale: #6C6C6C. Windows color (decimal): -2875407 or 15802324. OLE color: 15802324.

HSL color Cylindrical-coordinate representation of color #D41FF1: hue angle of 291.71º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D41FF1 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 212 31 241 -
CMYK 0.12 0.87 0 0.05
HSL 291.71º 0.88% 0.53% -
HSV(B) 291.71º 0.87% 0.95% -
XYZ 43.52 21.33 85.04 -
YUV 109.06 202.47 201.42 -
System Red Green Blue C M Y K H S L
Decimal 212 31 241 0.12 0.87 0 0.05 291.71 0.88 0.53
Hex D4 1F F1 C 57 0 5 124 58 35
Octal 324 37 361 14 127 0 5 444 130 65
Binary 11010100 11111 11110001 1100 1010111 0 101 100100100 1011000 110101

Color Harmonies of #D41FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41FF1

Black with #D41FF1

Text Example


Text Example

White with #D41FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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