Html Css Color HEX #DF09FE Psychedelic Purple

📋 copy color: '#DF09FE'

red 223 ◦ green 9 ◦ blue 254

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

Shades of Psychedelic Purple #DF09FE

Tints of Psychedelic Purple #DF09FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.26%

R = 45.88%
G = 1.85%
B = 52.26%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DF09FE (or 0xDF09FE) is known color: Psychedelic Purple. HEX triplet: DF, 09 and FE. RGB value is (223,9,254). Sum of RGB (Red+Green+Blue) = 223+9+254=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 9 (3.91% from 255 or 1.85% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF09FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF09FE is #20F601. Grayscale: #646464. Windows color (decimal): -2160130 or 16648671. OLE color: 16648671.

HSL color Cylindrical-coordinate representation of color #DF09FE: hue angle of 292.41º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF09FE is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 223 9 254 -
CMYK 0.12 0.96 0 0.00
HSL 292.41º 0.99% 0.52% -
HSV(B) 292.41º 0.96% 1% -
XYZ 48.42 23.04 95.66 -
YUV 100.92 214.4 215.08 -
System Red Green Blue C M Y K H S L
Decimal 223 9 254 0.12 0.96 0 0.00 292.41 0.99 0.52
Hex DF 9 FE C 60 0 0 124 63 34
Octal 337 11 376 14 140 0 0 444 143 64
Binary 11011111 1001 11111110 1100 1100000 0 0 100100100 1100011 110100

Color Harmonies of #DF09FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF09FE

Black with #DF09FE

Text Example


Text Example

White with #DF09FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF09FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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