Html Css Color HEX #DF20F5 Psychedelic Purple

📋 copy color: '#DF20F5'

red 223 ◦ green 32 ◦ blue 245

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

Shades of Psychedelic Purple #DF20F5

Tints of Psychedelic Purple #DF20F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 49%

R = 44.6%
G = 6.4%
B = 49%

CMYK

 C value IS 0.09

 M value IS 0.87

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DF20F5 (or 0xDF20F5) is known color: Psychedelic Purple. HEX triplet: DF, 20 and F5. RGB value is (223,32,245). Sum of RGB (Red+Green+Blue) = 223+32+245=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 32 (12.89% from 255 or 6.4% from 500); Blue value is 245 (96.09% from 255 or 49% from 500); Max value from RGB is 245 - color contains mainly: blue. Hex color #DF20F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF20F5 is #20DF0A. Grayscale: #707070. Windows color (decimal): -2154251 or 16064735. OLE color: 16064735.

HSL color Cylindrical-coordinate representation of color #DF20F5: hue angle of 293.8º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF20F5 is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 223 32 245 -
CMYK 0.09 0.87 0 0.04
HSL 293.8º 0.91% 0.54% -
HSV(B) 293.8º 0.87% 0.96% -
XYZ 47.43 23.31 88.39 -
YUV 113.39 202.28 206.18 -
System Red Green Blue C M Y K H S L
Decimal 223 32 245 0.09 0.87 0 0.04 293.8 0.91 0.54
Hex DF 20 F5 9 57 0 4 126 5B 36
Octal 337 40 365 11 127 0 4 446 133 66
Binary 11011111 100000 11110101 1001 1010111 0 100 100100110 1011011 110110

Color Harmonies of #DF20F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF20F5

Black with #DF20F5

Text Example


Text Example

White with #DF20F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF20F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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