Html Css Color HEX #D701FF Psychedelic Purple

📋 copy color: '#D701FF'

red 215 ◦ green 1 ◦ blue 255

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

Shades of Psychedelic Purple #D701FF

Tints of Psychedelic Purple #D701FF

RGB

 RED value IS 215 (84.38% from 255) = 45.65%

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

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

R = 45.65%
G = 0.21%
B = 54.14%

CMYK

 C value IS 0.16

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D701FF (or 0xD701FF) is known color: Psychedelic Purple. HEX triplet: D7, 01 and FF. RGB value is (215,1,255). Sum of RGB (Red+Green+Blue) = 215+1+255=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 1 (0.78% from 255 or 0.21% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #D701FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D701FF is #28FE00. Grayscale: #5D5D5D. Windows color (decimal): -2686465 or 16712151. OLE color: 16712151.

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

Color convert

RGB 215 1 255 -
CMYK 0.16 1.00 0 0
HSL 290.55º 1% 0.5% -
HSV(B) 290.55º 1% 1% -
XYZ 46.09 21.69 96.37 -
YUV 93.94 218.9 214.35 -
System Red Green Blue C M Y K H S L
Decimal 215 1 255 0.16 1.00 0 0 290.55 1 0.5
Hex D7 1 FF 10 64 0 0 123 64 32
Octal 327 1 377 20 144 0 0 443 144 62
Binary 11010111 1 11111111 10000 1100100 0 0 100100011 1100100 110010

Color Harmonies of #D701FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D701FF

Black with #D701FF

Text Example


Text Example

White with #D701FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D701FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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