Html Css Color HEX #DF02F9 Psychedelic Purple

📋 copy color: '#DF02F9'

red 223 ◦ green 2 ◦ blue 249

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

Shades of Psychedelic Purple #DF02F9

Tints of Psychedelic Purple #DF02F9

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.42%

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

R = 47.05%
G = 0.42%
B = 52.53%

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

#DF02F9 (or 0xDF02F9) is known color: Psychedelic Purple. HEX triplet: DF, 02 and F9. RGB value is (223,2,249). Sum of RGB (Red+Green+Blue) = 223+2+249=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 2 (1.17% from 255 or 0.42% from 474); Blue value is 249 (97.66% from 255 or 52.53% from 474); Max value from RGB is 249 - color contains mainly: blue. Hex color #DF02F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF02F9 is #20FD06. Grayscale: #5F5F5F. Windows color (decimal): -2161927 or 16319199. OLE color: 16319199.

HSL color Cylindrical-coordinate representation of color #DF02F9: hue angle of 293.68º 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 #DF02F9 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 2 249 -
CMYK 0.10 0.99 0 0.02
HSL 293.68º 0.98% 0.49% -
HSV(B) 293.68º 0.99% 0.98% -
XYZ 47.55 22.57 91.47 -
YUV 96.24 214.22 218.42 -
System Red Green Blue C M Y K H S L
Decimal 223 2 249 0.10 0.99 0 0.02 293.68 0.98 0.49
Hex DF 2 F9 A 63 0 2 126 62 31
Octal 337 2 371 12 143 0 2 446 142 61
Binary 11011111 10 11111001 1010 1100011 0 10 100100110 1100010 110001

Color Harmonies of #DF02F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF02F9

Black with #DF02F9

Text Example


Text Example

White with #DF02F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF02F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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