Html Css Color HEX #DF09FA Psychedelic Purple

📋 copy color: '#DF09FA'

red 223 ◦ green 9 ◦ blue 250

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

Shades of Psychedelic Purple #DF09FA

Tints of Psychedelic Purple #DF09FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.87%

R = 46.27%
G = 1.87%
B = 51.87%

CMYK

 C value IS 0.11

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF09FA (or 0xDF09FA) is known color: Psychedelic Purple. HEX triplet: DF, 09 and FA. RGB value is (223,9,250). Sum of RGB (Red+Green+Blue) = 223+9+250=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 9 (3.91% from 255 or 1.87% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF09FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF09FA is #20F605. Grayscale: #636363. Windows color (decimal): -2160134 or 16386527. OLE color: 16386527.

HSL color Cylindrical-coordinate representation of color #DF09FA: hue angle of 293.28º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF09FA is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 9 250 -
CMYK 0.11 0.96 0 0.02
HSL 293.28º 0.96% 0.51% -
HSV(B) 293.28º 0.96% 0.98% -
XYZ 47.78 22.79 92.32 -
YUV 100.46 212.4 215.4 -
System Red Green Blue C M Y K H S L
Decimal 223 9 250 0.11 0.96 0 0.02 293.28 0.96 0.51
Hex DF 9 FA B 60 0 2 125 60 33
Octal 337 11 372 13 140 0 2 445 140 63
Binary 11011111 1001 11111010 1011 1100000 0 10 100100101 1100000 110011

Color Harmonies of #DF09FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF09FA

Black with #DF09FA

Text Example


Text Example

White with #DF09FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF09FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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