Html Css Color HEX #D901FD Psychedelic Purple

📋 copy color: '#D901FD'

red 217 ◦ green 1 ◦ blue 253

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

Shades of Psychedelic Purple #D901FD

Tints of Psychedelic Purple #D901FD

RGB

 RED value IS 217 (85.16% from 255) = 46.07%

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

 BLUE value IS 253 (99.22% from 255) = 53.72%

R = 46.07%
G = 0.21%
B = 53.72%

CMYK

 C value IS 0.14

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D901FD (or 0xD901FD) is known color: Psychedelic Purple. HEX triplet: D9, 01 and FD. RGB value is (217,1,253). Sum of RGB (Red+Green+Blue) = 217+1+253=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 1 (0.78% from 255 or 0.21% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #D901FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D901FD is #26FE02. Grayscale: #5D5D5D. Windows color (decimal): -2555395 or 16581081. OLE color: 16581081.

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

Color convert

RGB 217 1 253 -
CMYK 0.14 1.00 0 0.01
HSL 291.43º 0.99% 0.5% -
HSV(B) 291.43º 1% 0.99% -
XYZ 46.36 21.87 94.71 -
YUV 94.31 217.56 215.51 -
System Red Green Blue C M Y K H S L
Decimal 217 1 253 0.14 1.00 0 0.01 291.43 0.99 0.5
Hex D9 1 FD E 64 0 1 123 63 32
Octal 331 1 375 16 144 0 1 443 143 62
Binary 11011001 1 11111101 1110 1100100 0 1 100100011 1100011 110010

Color Harmonies of #D901FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D901FD

Black with #D901FD

Text Example


Text Example

White with #D901FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D901FD; }

 p { color: rgb(217,1,253); }

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

background-color css

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

 a { background-color: rgb(217,1,253); }

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

border-color css

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

 span { border-color: rgb(217,1,253); }

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