Html Css Color HEX #DF07F0 Psychedelic Purple

📋 copy color: '#DF07F0'

red 223 ◦ green 7 ◦ blue 240

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

Shades of Psychedelic Purple #DF07F0

Tints of Psychedelic Purple #DF07F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 51.06%

R = 47.45%
G = 1.49%
B = 51.06%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DF07F0 (or 0xDF07F0) is known color: Psychedelic Purple. HEX triplet: DF, 07 and F0. RGB value is (223,7,240). Sum of RGB (Red+Green+Blue) = 223+7+240=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 7 (3.12% from 255 or 1.49% from 470); Blue value is 240 (94.14% from 255 or 51.06% from 470); Max value from RGB is 240 - color contains mainly: blue. Hex color #DF07F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF07F0 is #20F80F. Grayscale: #616161. Windows color (decimal): -2160656 or 15730655. OLE color: 15730655.

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

Color convert

RGB 223 7 240 -
CMYK 0.07 0.97 0 0.06
HSL 295.62º 0.94% 0.48% -
HSV(B) 295.62º 0.97% 0.94% -
XYZ 46.24 22.13 84.27 -
YUV 98.15 208.06 217.05 -
System Red Green Blue C M Y K H S L
Decimal 223 7 240 0.07 0.97 0 0.06 295.62 0.94 0.48
Hex DF 7 F0 7 61 0 6 128 5E 30
Octal 337 7 360 7 141 0 6 450 136 60
Binary 11011111 111 11110000 111 1100001 0 110 100101000 1011110 110000

Color Harmonies of #DF07F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF07F0

Black with #DF07F0

Text Example


Text Example

White with #DF07F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF07F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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