Html Css Color HEX #D400F7 Psychedelic Purple

📋 copy color: '#D400F7'

red 212 ◦ green 0 ◦ blue 247

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

Shades of Psychedelic Purple #D400F7

Tints of Psychedelic Purple #D400F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 53.81%

R = 46.19%
G = 0%
B = 53.81%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D400F7 (or 0xD400F7) is known color: Psychedelic Purple. HEX triplet: D4, 00 and F7. RGB value is (212,0,247). Sum of RGB (Red+Green+Blue) = 212+0+247=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 0 (0.39% from 255 or 0% from 459); Blue value is 247 (96.88% from 255 or 53.81% from 459); Max value from RGB is 247 - color contains mainly: blue. Hex color #D400F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D400F7 is #2BFF08. Grayscale: #5A5A5A. Windows color (decimal): -2883337 or 16187604. OLE color: 16187604.

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

Color convert

RGB 212 0 247 -
CMYK 0.14 1 0 0.03
HSL 291.5º 1% 0.48% -
HSV(B) 291.5º 1% 0.97% -
XYZ 43.94 20.71 89.68 -
YUV 91.55 215.74 213.92 -
System Red Green Blue C M Y K H S L
Decimal 212 0 247 0.14 1 0 0.03 291.5 1 0.48
Hex D4 0 F7 E 64 0 3 123 64 30
Octal 324 0 367 16 144 0 3 443 144 60
Binary 11010100 0 11110111 1110 1100100 0 11 100100011 1100100 110000

Color Harmonies of #D400F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D400F7

Black with #D400F7

Text Example


Text Example

White with #D400F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D400F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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