Html Css Color HEX #DF01FA Psychedelic Purple

📋 copy color: '#DF01FA'

red 223 ◦ green 1 ◦ blue 250

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

Shades of Psychedelic Purple #DF01FA

Tints of Psychedelic Purple #DF01FA

RGB

 RED value IS 223 (87.5% from 255) = 47.05%

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

 BLUE value IS 250 (98.05% from 255) = 52.74%

R = 47.05%
G = 0.21%
B = 52.74%

CMYK

 C value IS 0.11

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF01FA (or 0xDF01FA) is known color: Psychedelic Purple. HEX triplet: DF, 01 and FA. RGB value is (223,1,250). Sum of RGB (Red+Green+Blue) = 223+1+250=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 1 (0.78% from 255 or 0.21% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF01FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF01FA is #20FE05. Grayscale: #5E5E5E. Windows color (decimal): -2162182 or 16384479. OLE color: 16384479.

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

Color convert

RGB 223 1 250 -
CMYK 0.11 1.00 0 0.02
HSL 293.49º 0.99% 0.49% -
HSV(B) 293.49º 1% 0.98% -
XYZ 47.7 22.61 92.29 -
YUV 95.76 215.05 218.75 -
System Red Green Blue C M Y K H S L
Decimal 223 1 250 0.11 1.00 0 0.02 293.49 0.99 0.49
Hex DF 1 FA B 64 0 2 125 63 31
Octal 337 1 372 13 144 0 2 445 143 61
Binary 11011111 1 11111010 1011 1100100 0 10 100100101 1100011 110001

Color Harmonies of #DF01FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF01FA

Black with #DF01FA

Text Example


Text Example

White with #DF01FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF01FA; }

 p { color: rgb(223,1,250); }

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

background-color css

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

 a { background-color: rgb(223,1,250); }

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

border-color css

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

 span { border-color: rgb(223,1,250); }

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