Html Css Color HEX #D801FE Psychedelic Purple

📋 copy color: '#D801FE'

red 216 ◦ green 1 ◦ blue 254

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

Shades of Psychedelic Purple #D801FE

Tints of Psychedelic Purple #D801FE

RGB

 RED value IS 216 (84.77% from 255) = 45.86%

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

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

R = 45.86%
G = 0.21%
B = 53.93%

CMYK

 C value IS 0.15

 M value IS 1.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D801FE (or 0xD801FE) is known color: Psychedelic Purple. HEX triplet: D8, 01 and FE. RGB value is (216,1,254). Sum of RGB (Red+Green+Blue) = 216+1+254=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 1 (0.78% from 255 or 0.21% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #D801FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D801FE is #27FE01. Grayscale: #5D5D5D. Windows color (decimal): -2620930 or 16646616. OLE color: 16646616.

HSL color Cylindrical-coordinate representation of color #D801FE: hue angle of 290.99º 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 #D801FE is Cyan = 0.15, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 216 1 254 -
CMYK 0.15 1.00 0 0.00
HSL 290.99º 0.99% 0.5% -
HSV(B) 290.99º 1% 1% -
XYZ 46.22 21.78 95.53 -
YUV 94.13 218.23 214.93 -
System Red Green Blue C M Y K H S L
Decimal 216 1 254 0.15 1.00 0 0.00 290.99 0.99 0.5
Hex D8 1 FE F 64 0 0 123 63 32
Octal 330 1 376 17 144 0 0 443 143 62
Binary 11011000 1 11111110 1111 1100100 0 0 100100011 1100011 110010

Color Harmonies of #D801FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D801FE

Black with #D801FE

Text Example


Text Example

White with #D801FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D801FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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