Html Css Color HEX #DF25F0 Psychedelic Purple

📋 copy color: '#DF25F0'

red 223 ◦ green 37 ◦ blue 240

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

Shades of Psychedelic Purple #DF25F0

Tints of Psychedelic Purple #DF25F0

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.4%

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

R = 44.6%
G = 7.4%
B = 48%

CMYK

 C value IS 0.07

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DF25F0 (or 0xDF25F0) is known color: Psychedelic Purple. HEX triplet: DF, 25 and F0. RGB value is (223,37,240). Sum of RGB (Red+Green+Blue) = 223+37+240=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 37 (14.84% from 255 or 7.4% from 500); Blue value is 240 (94.14% from 255 or 48% from 500); Max value from RGB is 240 - color contains mainly: blue. Hex color #DF25F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF25F0 is #20DA0F. Grayscale: #737373. Windows color (decimal): -2152976 or 15738335. OLE color: 15738335.

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

Color convert

RGB 223 37 240 -
CMYK 0.07 0.85 0 0.06
HSL 294.98º 0.87% 0.54% -
HSV(B) 294.98º 0.85% 0.94% -
XYZ 46.82 23.3 84.47 -
YUV 115.76 198.12 204.49 -
System Red Green Blue C M Y K H S L
Decimal 223 37 240 0.07 0.85 0 0.06 294.98 0.87 0.54
Hex DF 25 F0 7 55 0 6 127 57 36
Octal 337 45 360 7 125 0 6 447 127 66
Binary 11011111 100101 11110000 111 1010101 0 110 100100111 1010111 110110

Color Harmonies of #DF25F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF25F0

Black with #DF25F0

Text Example


Text Example

White with #DF25F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF25F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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