Html Css Color HEX #D42EF1 Psychedelic Purple

📋 copy color: '#D42EF1'

red 212 ◦ green 46 ◦ blue 241

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

Shades of Psychedelic Purple #D42EF1

Tints of Psychedelic Purple #D42EF1

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.22%

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

R = 42.48%
G = 9.22%
B = 48.3%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D42EF1 (or 0xD42EF1) is known color: Psychedelic Purple. HEX triplet: D4, 2E and F1. RGB value is (212,46,241). Sum of RGB (Red+Green+Blue) = 212+46+241=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 46 (18.36% from 255 or 9.22% from 499); Blue value is 241 (94.53% from 255 or 48.30% from 499); Max value from RGB is 241 - color contains mainly: blue. Hex color #D42EF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D42EF1 is #2BD10E. Grayscale: #757575. Windows color (decimal): -2871567 or 15806164. OLE color: 15806164.

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

Color convert

RGB 212 46 241 -
CMYK 0.12 0.81 0 0.05
HSL 291.08º 0.87% 0.56% -
HSV(B) 291.08º 0.81% 0.95% -
XYZ 44.01 22.3 85.2 -
YUV 117.86 197.5 195.14 -
System Red Green Blue C M Y K H S L
Decimal 212 46 241 0.12 0.81 0 0.05 291.08 0.87 0.56
Hex D4 2E F1 C 51 0 5 123 57 38
Octal 324 56 361 14 121 0 5 443 127 70
Binary 11010100 101110 11110001 1100 1010001 0 101 100100011 1010111 111000

Color Harmonies of #D42EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42EF1

Black with #D42EF1

Text Example


Text Example

White with #D42EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42EF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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