Html Css Color HEX #D801FF Psychedelic Purple

📋 copy color: '#D801FF'

red 216 ◦ green 1 ◦ blue 255

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

Shades of Psychedelic Purple #D801FF

Tints of Psychedelic Purple #D801FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.03%

R = 45.76%
G = 0.21%
B = 54.03%

CMYK

 C value IS 0.15

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D801FF (or 0xD801FF) is known color: Psychedelic Purple. HEX triplet: D8, 01 and FF. RGB value is (216,1,255). Sum of RGB (Red+Green+Blue) = 216+1+255=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 1 (0.78% from 255 or 0.21% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #D801FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D801FF is #27FE00. Grayscale: #5D5D5D. Windows color (decimal): -2620929 or 16712152. OLE color: 16712152.

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

Color convert

RGB 216 1 255 -
CMYK 0.15 1.00 0 0
HSL 290.79º 1% 0.5% -
HSV(B) 290.79º 1% 1% -
XYZ 46.38 21.84 96.38 -
YUV 94.24 218.73 214.85 -
System Red Green Blue C M Y K H S L
Decimal 216 1 255 0.15 1.00 0 0 290.79 1 0.5
Hex D8 1 FF F 64 0 0 123 64 32
Octal 330 1 377 17 144 0 0 443 144 62
Binary 11011000 1 11111111 1111 1100100 0 0 100100011 1100100 110010

Color Harmonies of #D801FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D801FF

Black with #D801FF

Text Example


Text Example

White with #D801FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D801FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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