Html Css Color HEX #DF00F7 Psychedelic Purple

📋 copy color: '#DF00F7'

red 223 ◦ green 0 ◦ blue 247

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

Shades of Psychedelic Purple #DF00F7

Tints of Psychedelic Purple #DF00F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 52.55%

R = 47.45%
G = 0%
B = 52.55%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DF00F7 (or 0xDF00F7) is known color: Psychedelic Purple. HEX triplet: DF, 00 and F7. RGB value is (223,0,247). Sum of RGB (Red+Green+Blue) = 223+0+247=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 0 (0.39% from 255 or 0% from 470); Blue value is 247 (96.88% from 255 or 52.55% from 470); Max value from RGB is 247 - color contains mainly: blue. Hex color #DF00F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF00F7 is #20FF08. Grayscale: #5E5E5E. Windows color (decimal): -2162441 or 16187615. OLE color: 16187615.

HSL color Cylindrical-coordinate representation of color #DF00F7: hue angle of 294.17º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF00F7 is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 223 0 247 -
CMYK 0.10 1 0 0.03
HSL 294.17º 1% 0.48% -
HSV(B) 294.17º 1% 0.97% -
XYZ 47.22 22.4 89.83 -
YUV 94.84 213.88 219.42 -
System Red Green Blue C M Y K H S L
Decimal 223 0 247 0.10 1 0 0.03 294.17 1 0.48
Hex DF 0 F7 A 64 0 3 126 64 30
Octal 337 0 367 12 144 0 3 446 144 60
Binary 11011111 0 11110111 1010 1100100 0 11 100100110 1100100 110000

Color Harmonies of #DF00F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF00F7

Black with #DF00F7

Text Example


Text Example

White with #DF00F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF00F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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