Html Css Color HEX #DF07FA Psychedelic Purple

📋 copy color: '#DF07FA'

red 223 ◦ green 7 ◦ blue 250

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

Shades of Psychedelic Purple #DF07FA

Tints of Psychedelic Purple #DF07FA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.46%

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

R = 46.46%
G = 1.46%
B = 52.08%

CMYK

 C value IS 0.11

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF07FA (or 0xDF07FA) is known color: Psychedelic Purple. HEX triplet: DF, 07 and FA. RGB value is (223,7,250). Sum of RGB (Red+Green+Blue) = 223+7+250=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 7 (3.12% from 255 or 1.46% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF07FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF07FA is #20F805. Grayscale: #626262. Windows color (decimal): -2160646 or 16386015. OLE color: 16386015.

HSL color Cylindrical-coordinate representation of color #DF07FA: hue angle of 293.33º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF07FA is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 7 250 -
CMYK 0.11 0.97 0 0.02
HSL 293.33º 0.96% 0.5% -
HSV(B) 293.33º 0.97% 0.98% -
XYZ 47.76 22.74 92.31 -
YUV 99.29 213.06 216.24 -
System Red Green Blue C M Y K H S L
Decimal 223 7 250 0.11 0.97 0 0.02 293.33 0.96 0.5
Hex DF 7 FA B 61 0 2 125 60 32
Octal 337 7 372 13 141 0 2 445 140 62
Binary 11011111 111 11111010 1011 1100001 0 10 100100101 1100000 110010

Color Harmonies of #DF07FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF07FA

Black with #DF07FA

Text Example


Text Example

White with #DF07FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF07FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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