Html Css Color HEX #DF20F7 Psychedelic Purple

📋 copy color: '#DF20F7'

red 223 ◦ green 32 ◦ blue 247

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

Shades of Psychedelic Purple #DF20F7

Tints of Psychedelic Purple #DF20F7

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.37%

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

R = 44.42%
G = 6.37%
B = 49.2%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DF20F7 (or 0xDF20F7) is known color: Psychedelic Purple. HEX triplet: DF, 20 and F7. RGB value is (223,32,247). Sum of RGB (Red+Green+Blue) = 223+32+247=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 32 (12.89% from 255 or 6.37% from 502); Blue value is 247 (96.88% from 255 or 49.20% from 502); Max value from RGB is 247 - color contains mainly: blue. Hex color #DF20F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF20F7 is #20DF08. Grayscale: #707070. Windows color (decimal): -2154249 or 16195807. OLE color: 16195807.

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

Color convert

RGB 223 32 247 -
CMYK 0.10 0.87 0 0.03
HSL 293.3º 0.93% 0.55% -
HSV(B) 293.3º 0.87% 0.97% -
XYZ 47.74 23.44 90 -
YUV 113.62 203.28 206.02 -
System Red Green Blue C M Y K H S L
Decimal 223 32 247 0.10 0.87 0 0.03 293.3 0.93 0.55
Hex DF 20 F7 A 57 0 3 125 5D 37
Octal 337 40 367 12 127 0 3 445 135 67
Binary 11011111 100000 11110111 1010 1010111 0 11 100100101 1011101 110111

Color Harmonies of #DF20F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF20F7

Black with #DF20F7

Text Example


Text Example

White with #DF20F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF20F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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