Html Css Color HEX #D601FD Psychedelic Purple

📋 copy color: '#D601FD'

red 214 ◦ green 1 ◦ blue 253

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

Shades of Psychedelic Purple #D601FD

Tints of Psychedelic Purple #D601FD

RGB

 RED value IS 214 (83.98% from 255) = 45.73%

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

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

R = 45.73%
G = 0.21%
B = 54.06%

CMYK

 C value IS 0.15

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D601FD (or 0xD601FD) is known color: Psychedelic Purple. HEX triplet: D6, 01 and FD. RGB value is (214,1,253). Sum of RGB (Red+Green+Blue) = 214+1+253=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 1 (0.78% from 255 or 0.21% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #D601FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D601FD is #29FE02. Grayscale: #5C5C5C. Windows color (decimal): -2752003 or 16581078. OLE color: 16581078.

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

Color convert

RGB 214 1 253 -
CMYK 0.15 1.00 0 0.01
HSL 290.71º 0.99% 0.5% -
HSV(B) 290.71º 1% 0.99% -
XYZ 45.47 21.41 94.66 -
YUV 93.42 218.07 214.01 -
System Red Green Blue C M Y K H S L
Decimal 214 1 253 0.15 1.00 0 0.01 290.71 0.99 0.5
Hex D6 1 FD F 64 0 1 123 63 32
Octal 326 1 375 17 144 0 1 443 143 62
Binary 11010110 1 11111101 1111 1100100 0 1 100100011 1100011 110010

Color Harmonies of #D601FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D601FD

Black with #D601FD

Text Example


Text Example

White with #D601FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D601FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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