Html Css Color HEX #DF07F2 Psychedelic Purple

📋 copy color: '#DF07F2'

red 223 ◦ green 7 ◦ blue 242

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

Shades of Psychedelic Purple #DF07F2

Tints of Psychedelic Purple #DF07F2

RGB

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

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

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

R = 47.25%
G = 1.48%
B = 51.27%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DF07F2 (or 0xDF07F2) is known color: Psychedelic Purple. HEX triplet: DF, 07 and F2. RGB value is (223,7,242). Sum of RGB (Red+Green+Blue) = 223+7+242=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 7 (3.12% from 255 or 1.48% from 472); Blue value is 242 (94.92% from 255 or 51.27% from 472); Max value from RGB is 242 - color contains mainly: blue. Hex color #DF07F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF07F2 is #20F80D. Grayscale: #616161. Windows color (decimal): -2160654 or 15861727. OLE color: 15861727.

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

Color convert

RGB 223 7 242 -
CMYK 0.08 0.97 0 0.05
HSL 295.15º 0.94% 0.49% -
HSV(B) 295.15º 0.97% 0.95% -
XYZ 46.53 22.25 85.85 -
YUV 98.37 209.06 216.89 -
System Red Green Blue C M Y K H S L
Decimal 223 7 242 0.08 0.97 0 0.05 295.15 0.94 0.49
Hex DF 7 F2 8 61 0 5 127 5E 31
Octal 337 7 362 10 141 0 5 447 136 61
Binary 11011111 111 11110010 1000 1100001 0 101 100100111 1011110 110001

Color Harmonies of #DF07F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF07F2

Black with #DF07F2

Text Example


Text Example

White with #DF07F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF07F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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