Html Css Color HEX #DF01FD Psychedelic Purple

📋 copy color: '#DF01FD'

red 223 ◦ green 1 ◦ blue 253

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

Shades of Psychedelic Purple #DF01FD

Tints of Psychedelic Purple #DF01FD

RGB

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

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

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

R = 46.75%
G = 0.21%
B = 53.04%

CMYK

 C value IS 0.12

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DF01FD (or 0xDF01FD) is known color: Psychedelic Purple. HEX triplet: DF, 01 and FD. RGB value is (223,1,253). Sum of RGB (Red+Green+Blue) = 223+1+253=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 1 (0.78% from 255 or 0.21% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF01FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF01FD is #20FE02. Grayscale: #5F5F5F. Windows color (decimal): -2162179 or 16581087. OLE color: 16581087.

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

Color convert

RGB 223 1 253 -
CMYK 0.12 1.00 0 0.01
HSL 292.86º 0.99% 0.5% -
HSV(B) 292.86º 1% 0.99% -
XYZ 48.17 22.8 94.79 -
YUV 96.11 216.55 218.51 -
System Red Green Blue C M Y K H S L
Decimal 223 1 253 0.12 1.00 0 0.01 292.86 0.99 0.5
Hex DF 1 FD C 64 0 1 125 63 32
Octal 337 1 375 14 144 0 1 445 143 62
Binary 11011111 1 11111101 1100 1100100 0 1 100100101 1100011 110010

Color Harmonies of #DF01FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF01FD

Black with #DF01FD

Text Example


Text Example

White with #DF01FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF01FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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