Html Css Color HEX #DF09F0 Psychedelic Purple

📋 copy color: '#DF09F0'

red 223 ◦ green 9 ◦ blue 240

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

Shades of Psychedelic Purple #DF09F0

Tints of Psychedelic Purple #DF09F0

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.91%

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

R = 47.25%
G = 1.91%
B = 50.85%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DF09F0 (or 0xDF09F0) is known color: Psychedelic Purple. HEX triplet: DF, 09 and F0. RGB value is (223,9,240). Sum of RGB (Red+Green+Blue) = 223+9+240=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 9 (3.91% from 255 or 1.91% from 472); Blue value is 240 (94.14% from 255 or 50.85% from 472); Max value from RGB is 240 - color contains mainly: blue. Hex color #DF09F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF09F0 is #20F60F. Grayscale: #626262. Windows color (decimal): -2160144 or 15731167. OLE color: 15731167.

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

Color convert

RGB 223 9 240 -
CMYK 0.07 0.96 0 0.06
HSL 295.58º 0.93% 0.49% -
HSV(B) 295.58º 0.96% 0.94% -
XYZ 46.26 22.17 84.28 -
YUV 99.32 207.4 216.22 -
System Red Green Blue C M Y K H S L
Decimal 223 9 240 0.07 0.96 0 0.06 295.58 0.93 0.49
Hex DF 9 F0 7 60 0 6 128 5D 31
Octal 337 11 360 7 140 0 6 450 135 61
Binary 11011111 1001 11110000 111 1100000 0 110 100101000 1011101 110001

Color Harmonies of #DF09F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF09F0

Black with #DF09F0

Text Example


Text Example

White with #DF09F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF09F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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