Html Css Color HEX #D701FB Psychedelic Purple

📋 copy color: '#D701FB'

red 215 ◦ green 1 ◦ blue 251

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

Shades of Psychedelic Purple #D701FB

Tints of Psychedelic Purple #D701FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.75%

R = 46.04%
G = 0.21%
B = 53.75%

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

#D701FB (or 0xD701FB) is known color: Psychedelic Purple. HEX triplet: D7, 01 and FB. RGB value is (215,1,251). Sum of RGB (Red+Green+Blue) = 215+1+251=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 1 (0.78% from 255 or 0.21% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #D701FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D701FB is #28FE04. Grayscale: #5C5C5C. Windows color (decimal): -2686469 or 16450007. OLE color: 16450007.

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

Color convert

RGB 215 1 251 -
CMYK 0.14 1.00 0 0.02
HSL 291.36º 0.99% 0.49% -
HSV(B) 291.36º 1% 0.98% -
XYZ 45.45 21.43 93.01 -
YUV 93.49 216.9 214.67 -
System Red Green Blue C M Y K H S L
Decimal 215 1 251 0.14 1.00 0 0.02 291.36 0.99 0.49
Hex D7 1 FB E 64 0 2 123 63 31
Octal 327 1 373 16 144 0 2 443 143 61
Binary 11010111 1 11111011 1110 1100100 0 10 100100011 1100011 110001

Color Harmonies of #D701FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D701FB

Black with #D701FB

Text Example


Text Example

White with #D701FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D701FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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