Html Css Color HEX #D601FE Psychedelic Purple

📋 copy color: '#D601FE'

red 214 ◦ green 1 ◦ blue 254

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

Shades of Psychedelic Purple #D601FE

Tints of Psychedelic Purple #D601FE

RGB

 RED value IS 214 (83.98% from 255) = 45.63%

 GREEN value IS 1 (0.78% from 255) = 0.21%

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

R = 45.63%
G = 0.21%
B = 54.16%

CMYK

 C value IS 0.16

 M value IS 1.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D601FE (or 0xD601FE) is known color: Psychedelic Purple. HEX triplet: D6, 01 and FE. RGB value is (214,1,254). Sum of RGB (Red+Green+Blue) = 214+1+254=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 1 (0.78% from 255 or 0.21% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #D601FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D601FE is #29FE01. Grayscale: #5C5C5C. Windows color (decimal): -2752002 or 16646614. OLE color: 16646614.

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

Color convert

RGB 214 1 254 -
CMYK 0.16 1.00 0 0.00
HSL 290.51º 0.99% 0.5% -
HSV(B) 290.51º 1% 1% -
XYZ 45.63 21.47 95.51 -
YUV 93.53 218.57 213.93 -
System Red Green Blue C M Y K H S L
Decimal 214 1 254 0.16 1.00 0 0.00 290.51 0.99 0.5
Hex D6 1 FE 10 64 0 0 123 63 32
Octal 326 1 376 20 144 0 0 443 143 62
Binary 11010110 1 11111110 10000 1100100 0 0 100100011 1100011 110010

Color Harmonies of #D601FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D601FE

Black with #D601FE

Text Example


Text Example

White with #D601FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D601FE; }

 p { color: rgb(214,1,254); }

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

background-color css

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

 a { background-color: rgb(214,1,254); }

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

border-color css

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

 span { border-color: rgb(214,1,254); }

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