Html Css Color HEX #D801FA Psychedelic Purple

📋 copy color: '#D801FA'

red 216 ◦ green 1 ◦ blue 250

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

Shades of Psychedelic Purple #D801FA

Tints of Psychedelic Purple #D801FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.53%

R = 46.25%
G = 0.21%
B = 53.53%

CMYK

 C value IS 0.14

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D801FA (or 0xD801FA) is known color: Psychedelic Purple. HEX triplet: D8, 01 and FA. RGB value is (216,1,250). Sum of RGB (Red+Green+Blue) = 216+1+250=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 1 (0.78% from 255 or 0.21% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #D801FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D801FA is #27FE05. Grayscale: #5C5C5C. Windows color (decimal): -2620934 or 16384472. OLE color: 16384472.

HSL color Cylindrical-coordinate representation of color #D801FA: hue angle of 291.81º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D801FA is Cyan = 0.14, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 216 1 250 -
CMYK 0.14 1.00 0 0.02
HSL 291.81º 0.99% 0.49% -
HSV(B) 291.81º 1% 0.98% -
XYZ 45.59 21.52 92.19 -
YUV 93.67 216.23 215.25 -
System Red Green Blue C M Y K H S L
Decimal 216 1 250 0.14 1.00 0 0.02 291.81 0.99 0.49
Hex D8 1 FA E 64 0 2 124 63 31
Octal 330 1 372 16 144 0 2 444 143 61
Binary 11011000 1 11111010 1110 1100100 0 10 100100100 1100011 110001

Color Harmonies of #D801FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D801FA

Black with #D801FA

Text Example


Text Example

White with #D801FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D801FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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