Html Css Color HEX #DF03F9 Psychedelic Purple

📋 copy color: '#DF03F9'

red 223 ◦ green 3 ◦ blue 249

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

Shades of Psychedelic Purple #DF03F9

Tints of Psychedelic Purple #DF03F9

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.63%

 BLUE value IS 249 (97.66% from 255) = 52.42%

R = 46.95%
G = 0.63%
B = 52.42%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF03F9 (or 0xDF03F9) is known color: Psychedelic Purple. HEX triplet: DF, 03 and F9. RGB value is (223,3,249). Sum of RGB (Red+Green+Blue) = 223+3+249=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 3 (1.56% from 255 or 0.63% from 475); Blue value is 249 (97.66% from 255 or 52.42% from 475); Max value from RGB is 249 - color contains mainly: blue. Hex color #DF03F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF03F9 is #20FC06. Grayscale: #606060. Windows color (decimal): -2161671 or 16319455. OLE color: 16319455.

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

Color convert

RGB 223 3 249 -
CMYK 0.10 0.99 0 0.02
HSL 293.66º 0.98% 0.49% -
HSV(B) 293.66º 0.99% 0.98% -
XYZ 47.56 22.59 91.48 -
YUV 96.82 213.89 218 -
System Red Green Blue C M Y K H S L
Decimal 223 3 249 0.10 0.99 0 0.02 293.66 0.98 0.49
Hex DF 3 F9 A 63 0 2 126 62 31
Octal 337 3 371 12 143 0 2 446 142 61
Binary 11011111 11 11111001 1010 1100011 0 10 100100110 1100010 110001

Color Harmonies of #DF03F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF03F9

Black with #DF03F9

Text Example


Text Example

White with #DF03F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF03F9; }

 p { color: rgb(223,3,249); }

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

background-color css

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

 a { background-color: rgb(223,3,249); }

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

border-color css

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

 span { border-color: rgb(223,3,249); }

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