Html Css Color HEX #D001FD Psychedelic Purple

📋 copy color: '#D001FD'

red 208 ◦ green 1 ◦ blue 253

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

Shades of Psychedelic Purple #D001FD

Tints of Psychedelic Purple #D001FD

RGB

 RED value IS 208 (81.64% from 255) = 45.02%

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

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

R = 45.02%
G = 0.22%
B = 54.76%

CMYK

 C value IS 0.18

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D001FD (or 0xD001FD) is known color: Psychedelic Purple. HEX triplet: D0, 01 and FD. RGB value is (208,1,253). Sum of RGB (Red+Green+Blue) = 208+1+253=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 1 (0.78% from 255 or 0.22% from 462); Blue value is 253 (99.22% from 255 or 54.76% from 462); Max value from RGB is 253 - color contains mainly: blue. Hex color #D001FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D001FD is #2FFE02. Grayscale: #5A5A5A. Windows color (decimal): -3145219 or 16581072. OLE color: 16581072.

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

Color convert

RGB 208 1 253 -
CMYK 0.18 1.00 0 0.01
HSL 289.29º 0.99% 0.5% -
HSV(B) 289.29º 1% 0.99% -
XYZ 43.75 20.52 94.58 -
YUV 91.62 219.08 211.01 -
System Red Green Blue C M Y K H S L
Decimal 208 1 253 0.18 1.00 0 0.01 289.29 0.99 0.5
Hex D0 1 FD 12 64 0 1 121 63 32
Octal 320 1 375 22 144 0 1 441 143 62
Binary 11010000 1 11111101 10010 1100100 0 1 100100001 1100011 110010

Color Harmonies of #D001FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D001FD

Black with #D001FD

Text Example


Text Example

White with #D001FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D001FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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