Html Css Color HEX #DF00F2 Psychedelic Purple

📋 copy color: '#DF00F2'

red 223 ◦ green 0 ◦ blue 242

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

Shades of Psychedelic Purple #DF00F2

Tints of Psychedelic Purple #DF00F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 52.04%

R = 47.96%
G = 0%
B = 52.04%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DF00F2 (or 0xDF00F2) is known color: Psychedelic Purple. HEX triplet: DF, 00 and F2. RGB value is (223,0,242). Sum of RGB (Red+Green+Blue) = 223+0+242=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 0 (0.39% from 255 or 0% from 465); Blue value is 242 (94.92% from 255 or 52.04% from 465); Max value from RGB is 242 - color contains mainly: blue. Hex color #DF00F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF00F2 is #20FF0D. Grayscale: #5D5D5D. Windows color (decimal): -2162446 or 15859935. OLE color: 15859935.

HSL color Cylindrical-coordinate representation of color #DF00F2: hue angle of 295.29º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF00F2 is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 223 0 242 -
CMYK 0.08 1 0 0.05
HSL 295.29º 1% 0.47% -
HSV(B) 295.29º 1% 0.95% -
XYZ 46.46 22.1 85.82 -
YUV 94.27 211.38 219.82 -
System Red Green Blue C M Y K H S L
Decimal 223 0 242 0.08 1 0 0.05 295.29 1 0.47
Hex DF 0 F2 8 64 0 5 127 64 2F
Octal 337 0 362 10 144 0 5 447 144 57
Binary 11011111 0 11110010 1000 1100100 0 101 100100111 1100100 101111

Color Harmonies of #DF00F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF00F2

Black with #DF00F2

Text Example


Text Example

White with #DF00F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF00F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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