Html Css Color HEX #D400F4 Psychedelic Purple

📋 copy color: '#D400F4'

red 212 ◦ green 0 ◦ blue 244

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

Shades of Psychedelic Purple #D400F4

Tints of Psychedelic Purple #D400F4

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 244 (95.7% from 255) = 53.51%

R = 46.49%
G = 0%
B = 53.51%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D400F4 (or 0xD400F4) is known color: Psychedelic Purple. HEX triplet: D4, 00 and F4. RGB value is (212,0,244). Sum of RGB (Red+Green+Blue) = 212+0+244=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 0 (0.39% from 255 or 0% from 456); Blue value is 244 (95.70% from 255 or 53.51% from 456); Max value from RGB is 244 - color contains mainly: blue. Hex color #D400F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D400F4 is #2BFF0B. Grayscale: #5A5A5A. Windows color (decimal): -2883340 or 15990996. OLE color: 15990996.

HSL color Cylindrical-coordinate representation of color #D400F4: hue angle of 292.13º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D400F4 is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 212 0 244 -
CMYK 0.13 1 0 0.04
HSL 292.13º 1% 0.48% -
HSV(B) 292.13º 1% 0.96% -
XYZ 43.48 20.53 87.26 -
YUV 91.2 214.24 214.16 -
System Red Green Blue C M Y K H S L
Decimal 212 0 244 0.13 1 0 0.04 292.13 1 0.48
Hex D4 0 F4 D 64 0 4 124 64 30
Octal 324 0 364 15 144 0 4 444 144 60
Binary 11010100 0 11110100 1101 1100100 0 100 100100100 1100100 110000

Color Harmonies of #D400F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D400F4

Black with #D400F4

Text Example


Text Example

White with #D400F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D400F4; }

 p { color: rgb(212,0,244); }

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

background-color css

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

 a { background-color: rgb(212,0,244); }

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

border-color css

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

 span { border-color: rgb(212,0,244); }

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