Html Css Color HEX #DF00FE Psychedelic Purple

📋 copy color: '#DF00FE'

red 223 ◦ green 0 ◦ blue 254

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

Shades of Psychedelic Purple #DF00FE

Tints of Psychedelic Purple #DF00FE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 254 (99.61% from 255) = 53.25%

R = 46.75%
G = 0%
B = 53.25%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DF00FE (or 0xDF00FE) is known color: Psychedelic Purple. HEX triplet: DF, 00 and FE. RGB value is (223,0,254). Sum of RGB (Red+Green+Blue) = 223+0+254=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 0 (0.39% from 255 or 0% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF00FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF00FE is #20FF01. Grayscale: #5E5E5E. Windows color (decimal): -2162434 or 16646367. OLE color: 16646367.

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

Color convert

RGB 223 0 254 -
CMYK 0.12 1 0 0.00
HSL 292.68º 1% 0.5% -
HSV(B) 292.68º 1% 1% -
XYZ 48.32 22.84 95.63 -
YUV 95.63 217.38 218.85 -
System Red Green Blue C M Y K H S L
Decimal 223 0 254 0.12 1 0 0.00 292.68 1 0.5
Hex DF 0 FE C 64 0 0 125 64 32
Octal 337 0 376 14 144 0 0 445 144 62
Binary 11011111 0 11111110 1100 1100100 0 0 100100101 1100100 110010

Color Harmonies of #DF00FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF00FE

Black with #DF00FE

Text Example


Text Example

White with #DF00FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF00FE; }

 p { color: rgb(223,0,254); }

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

background-color css

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

 a { background-color: rgb(223,0,254); }

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

border-color css

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

 span { border-color: rgb(223,0,254); }

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