Html Css Color HEX #D424FE Psychedelic Purple

📋 copy color: '#D424FE'

red 212 ◦ green 36 ◦ blue 254

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

Shades of Psychedelic Purple #D424FE

Tints of Psychedelic Purple #D424FE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.17%

 BLUE value IS 254 (99.61% from 255) = 50.6%

R = 42.23%
G = 7.17%
B = 50.6%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D424FE (or 0xD424FE) is known color: Psychedelic Purple. HEX triplet: D4, 24 and FE. RGB value is (212,36,254). Sum of RGB (Red+Green+Blue) = 212+36+254=502 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.23% from 502); Green value is 36 (14.45% from 255 or 7.17% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #D424FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D424FE is #2BDB01. Grayscale: #707070. Windows color (decimal): -2874114 or 16655572. OLE color: 16655572.

HSL color Cylindrical-coordinate representation of color #D424FE: hue angle of 288.44º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D424FE is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 212 36 254 -
CMYK 0.17 0.86 0 0.00
HSL 288.44º 0.99% 0.57% -
HSV(B) 288.44º 0.86% 1% -
XYZ 45.67 22.41 95.69 -
YUV 113.48 207.31 198.27 -
System Red Green Blue C M Y K H S L
Decimal 212 36 254 0.17 0.86 0 0.00 288.44 0.99 0.57
Hex D4 24 FE 11 56 0 0 120 63 39
Octal 324 44 376 21 126 0 0 440 143 71
Binary 11010100 100100 11111110 10001 1010110 0 0 100100000 1100011 111001

Color Harmonies of #D424FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D424FE

Black with #D424FE

Text Example


Text Example

White with #D424FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D424FE; }

 p { color: rgb(212,36,254); }

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

background-color css

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

 a { background-color: rgb(212,36,254); }

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

border-color css

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

 span { border-color: rgb(212,36,254); }

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