Html Css Color HEX #D431F1 Psychedelic Purple

📋 copy color: '#D431F1'

red 212 ◦ green 49 ◦ blue 241

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

Shades of Psychedelic Purple #D431F1

Tints of Psychedelic Purple #D431F1

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.76%

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

R = 42.23%
G = 9.76%
B = 48.01%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D431F1 (or 0xD431F1) is known color: Psychedelic Purple. HEX triplet: D4, 31 and F1. RGB value is (212,49,241). Sum of RGB (Red+Green+Blue) = 212+49+241=502 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.23% from 502); Green value is 49 (19.53% from 255 or 9.76% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 241 - color contains mainly: blue. Hex color #D431F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D431F1 is #2BCE0E. Grayscale: #777777. Windows color (decimal): -2870799 or 15806932. OLE color: 15806932.

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

Color convert

RGB 212 49 241 -
CMYK 0.12 0.80 0 0.05
HSL 290.94º 0.87% 0.57% -
HSV(B) 290.94º 0.8% 0.95% -
XYZ 44.13 22.54 85.24 -
YUV 119.63 196.5 193.89 -
System Red Green Blue C M Y K H S L
Decimal 212 49 241 0.12 0.80 0 0.05 290.94 0.87 0.57
Hex D4 31 F1 C 50 0 5 123 57 39
Octal 324 61 361 14 120 0 5 443 127 71
Binary 11010100 110001 11110001 1100 1010000 0 101 100100011 1010111 111001

Color Harmonies of #D431F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D431F1

Black with #D431F1

Text Example


Text Example

White with #D431F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D431F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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