Html Css Color HEX #D41FEE Psychedelic Purple

📋 copy color: '#D41FEE'

red 212 ◦ green 31 ◦ blue 238

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

Shades of Psychedelic Purple #D41FEE

Tints of Psychedelic Purple #D41FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.48%

R = 44.07%
G = 6.44%
B = 49.48%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D41FEE (or 0xD41FEE) is known color: Psychedelic Purple. HEX triplet: D4, 1F and EE. RGB value is (212,31,238). Sum of RGB (Red+Green+Blue) = 212+31+238=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 31 (12.5% from 255 or 6.44% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #D41FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41FEE is #2BE011. Grayscale: #6C6C6C. Windows color (decimal): -2875410 or 15605716. OLE color: 15605716.

HSL color Cylindrical-coordinate representation of color #D41FEE: hue angle of 292.46º degrees, saturation: 0.86, 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 #D41FEE is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 31 238 -
CMYK 0.11 0.87 0 0.07
HSL 292.46º 0.86% 0.53% -
HSV(B) 292.46º 0.87% 0.93% -
XYZ 43.07 21.15 82.7 -
YUV 108.72 200.97 201.67 -
System Red Green Blue C M Y K H S L
Decimal 212 31 238 0.11 0.87 0 0.07 292.46 0.86 0.53
Hex D4 1F EE B 57 0 7 124 56 35
Octal 324 37 356 13 127 0 7 444 126 65
Binary 11010100 11111 11101110 1011 1010111 0 111 100100100 1010110 110101

Color Harmonies of #D41FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41FEE

Black with #D41FEE

Text Example


Text Example

White with #D41FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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